-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
metrics name changes #30223
Comments
Pinging code owners for receiver/jmx: @rmfitzpatrick. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Pinging code owners for receiver/prometheus: @Aneurysm9 @dashpole. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
I can reproduce this. I add a bug label and wait for the code owner to deep look into it. |
Pinging code owners for exporter/prometheus: @Aneurysm9. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
I think this is expected due to normalization of prometheus metrics. If you want to disable the behaviour and keep metric names as they are, try setting |
I wonder if the endpoint is scraped with OpenMetrics, rather than prometheus? Can you try It is possible the metric name is just "jvm" in OpenMetrics. If that is the case, you can update the prometheus config to only use the prometheus format:
|
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. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
Component(s)
No response
Describe the issue you're reporting
I'm using promtheus jmx_exporter to monitor jmx
my otelcol config
When I visit http://127.0.0.1:12345/metrics (jvm_exporter), I can find the metrics named jvm_info
But when I visit http://127.0.0.1:8091/metrics, what I find is the metrics named jvm.
I suspect otelcol processed the data, although I did not configure processors
By the way, the version of my otelcol is
otelcol-contrib version 0.91.0
The text was updated successfully, but these errors were encountered: