jmx-scraper document activemq metrics from instrumentation#2666
Open
SylvainJuge wants to merge 5 commits intoopen-telemetry:mainfrom
Open
jmx-scraper document activemq metrics from instrumentation#2666SylvainJuge wants to merge 5 commits intoopen-telemetry:mainfrom
SylvainJuge wants to merge 5 commits intoopen-telemetry:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the JMX Scraper documentation to reflect metrics definitions that are now available via the upstream opentelemetry-jmx-metrics instrumentation, specifically adding an instrumentation reference for ActiveMQ (and introducing a new Camel row).
Changes:
- Add an
instrumentationlink foractivemqmetrics definitions. - Add a
camelentry pointing to upstream instrumentation metrics definitions. - Reformat/update the supported
otel.jmx.target.systemtable rows.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
SylvainJuge
commented
Mar 2, 2026
jmx-scraper/README.md
Outdated
| | `kafka-producer` | Apache Kafka producer | [`kafka-producer.yaml`](src/main/resources/kafka-producer.yaml) | | | ||
| | `solr` | Apache Solr | [`solr.yaml`](src/main/resources/solr.yaml) | | | ||
| | `tomcat` | Apache Tomcat | [`tomcat.yaml`](src/main/resources/tomcat.yaml) | [`tomcat.yaml`](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/library/src/main/resources/jmx/rules/tomcat.yaml) ([doc](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/library/tomcat.md)) | | ||
| | `wildfly` | Wildfly | [`wildfly.yaml`](src/main/resources/wildfly.yaml) | [`wildfly.yaml`](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/library/src/main/resources/jmx/rules/wildfly.yaml) ([doc](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/library/wildfly.md)) | |
Contributor
Author
There was a problem hiding this comment.
[for reviewer] the link was wrong for wildfly, got caught by copilot review.
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.
activemqhas been added in instrumentation 2.23.0 with #14996note: Apache Camel is not yet released, but will require a similar addition once it has been released with 2.26.0. (see #16088)