-
Notifications
You must be signed in to change notification settings - Fork 170
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
Update/add dashboards for Prometheus JMX Exporter 1.0.x #230
Comments
From my testing on
I noticed small discrepancy so I will report back if I find something
I have not seen this yet, and AFAIK, I don't know any metrics that normalize to the same name. |
Metrics pathThe metrics path change (
|
The Prometheus JMX Exporter 1.0.x introduced some changes that required configuration and dashboard changes
Metrics are no longer served on the root (
/
) path. You will be required to change the scrape URL to/metrics
Some JVM metric names have changed to conform with the OpenMetrics specification.
Dashboards will need to be changed if referencing the changed JVM metrics.
https://prometheus.github.io/client_java/migration/simpleclient/#jvm-metrics
_objectname
that references the MBean that provided the metric.Example:
The text was updated successfully, but these errors were encountered: