-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
OpenTelemetry Collector is dropping invalid metric "app_currency_counter" #1432
Comments
I tried to reproduce this locally with running |
It looks like a recent commit inadvertently renamed it. Right now, it's called I'll write up a PR to get the name back. However this also probably confirms that the original problem for this issue no longer exists as well. |
I wrote #1470 to fix the metric name problem |
Awesome. Thanks for looking into this. I'll give the new version a spin and report back (probably a little delay due to KubeCon) 😅 |
Do you know if the metric is sent as aggregation temporality |
The metric name is now fixed, with #1470 being merged. I also did some more digging about this issue, and this seems to of been fixed in #1335 where the metric's temporality was changed from Delta to Cummulative (default). That PR was part of the current 1.8.0 release which is also why no one is seeing the issue anymore, as this one is reported on 1.7.0. Closing this issue as resolved. |
Bug Report
Demo app version: v1.7.0
Collector version: 0.93.0
Symptom
OpenTelemetry Collector is dropping invalid metrics originating from the demo application.
What is the expected behavior?
Metrics should be accepted by OpenTelemetry Collector and available in Prometheus.
What is the actual behavior?
Some metrics are being dropped by the Collector.
Reproduce
Nothing. Install the demo app and point it to the collector endpoint.
Additional Context
Collector config
The text was updated successfully, but these errors were encountered: