CPBR-3611: Upgrade jmx_prometheus_javaagent from 0.18.0 to 1.0.1#958
Open
Nitin Singh (nitsingh-ui) wants to merge 2 commits into7.4.xfrom
Open
CPBR-3611: Upgrade jmx_prometheus_javaagent from 0.18.0 to 1.0.1#958Nitin Singh (nitsingh-ui) wants to merge 2 commits into7.4.xfrom
Nitin Singh (nitsingh-ui) wants to merge 2 commits into7.4.xfrom
Conversation
CFK-4241: Address security vulnerability in jmx_prometheus_javaagent Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Member
Jan Werner (janjwerner-confluent)
left a comment
There was a problem hiding this comment.
This is a breaking change, that will affect CFK and other downstream uses as the metrics path, and some JVM metric names are changing.
See:
https://github.com/prometheus/jmx_exporter/releases/tag/1.0.1
1. Metrics are no longer served on the root (/) path. You will be required to change the scrape URL to /metrics
2. 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
3. MBean names that are normalized to the same metric name will now contain a label named _objectname that references the MBean that provided the metric.
The latest version available 1.5.0 is not available via mavenrepository and needs to be downloaded from: https://github.com/prometheus/jmx_exporter/releases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
jmx_prometheus_javaagentfrom0.18.0to1.0.1to remediate CVE/security vulnerability0.18.0is flagged as vulnerable per CPBR-3611 / CFK-4241Jira