Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide capability to automatically compute metric names #1614

Open
tomkerkhove opened this issue Apr 29, 2021 · 0 comments
Open

Provide capability to automatically compute metric names #1614

tomkerkhove opened this issue Apr 29, 2021 · 0 comments
Assignees
Labels
agents:scraper All issues related to the scraping agent feature-request New feature requests Hacktoberfest All issues available for contribution during Hacktoberfest help-wanted All issues where people can contribute to the project scraping All issues related to scraping

Comments

@tomkerkhove
Copy link
Owner

Proposal

Provide the capability to automatically compute metric names to make it more flexible.

Users would have to define a pattern in the server configuration that will be used to generate metric names, when none are specified.

An example that was provided is:
<azure>_<short_resource_name>_<azureMetricConfiguration.metricName>_<azureMetricConfiguration.aggregation.type>

This defined metric naming convention would need to provide a tokenization mechanism so that people can define literal and placeholders that compose the metric name.

Tokens we have to provide is:

  • Full name for the resource type (ie. ApiManagement)
  • Short name for the resource type (ie. apim)
  • Name of Azure metric
  • Aggregation of Azure metric
  • Dimension of Azure metric

This came up as part of discussion #1605 proposed by @salehabbas.

Component

Scraper

Contact Details

No response

@tomkerkhove tomkerkhove added feature-request New feature requests scraping All issues related to scraping agents:scraper All issues related to the scraping agent labels Apr 29, 2021
@tomkerkhove tomkerkhove self-assigned this Apr 29, 2021
@tomkerkhove tomkerkhove added the help-wanted All issues where people can contribute to the project label Dec 22, 2021
@tomkerkhove tomkerkhove added the Hacktoberfest All issues available for contribution during Hacktoberfest label Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agents:scraper All issues related to the scraping agent feature-request New feature requests Hacktoberfest All issues available for contribution during Hacktoberfest help-wanted All issues where people can contribute to the project scraping All issues related to scraping
Projects
Status: Proposed
Development

No branches or pull requests

1 participant