-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[receiver/azuremonitor] Count values not usable #35155
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
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Thanks for raising this @TWpgo. Fixing the issue will involve a scraper refactor. I will be able to look into this next week. (And commenting to keep this from getting zapped by stale-bot) |
Any news on this? |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Hello @TWpgo, I'm new maintainer of the azuremonitorreceiver component and I don't reproduce your problem. We basically have one point every Is this something that has been solved already in the past? |
/label waiting-for-author |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Uh oh!
There was an error while loading. Please reload this page.
Component(s)
receiver/azuremonitor
What happened?
Description
The count values are repeated not a single data point.
The number of repetitions is not predictable.
Expected Result
This is the result in Azure Monitor. There should be a single datapoint per timeinterval
Actual Result
This is the same metric received from the azuremonitor plugin and exported to otelhttp endpoint of Mimir and displayed in Grafana. The actual value is identical to Azure Monitor but repeated multiple times. It's not predictable how often the value is repeated so I cannot use that value for calculations.
Collector version
v0.109.0
Environment information
Environment
Running official docker container in kubernetes
Receiving metics from Azure Monitor via the otel collector.
Sending the metics to otel ingress of Mimir.
Evaluating the values in Grafana.
OpenTelemetry Collector configuration
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: