Skip to content

Commit f8461b2

Browse files
committed
update readme
1 parent ea46e8d commit f8461b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

jmx-scraper/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# JMX Metric Scraper
22

33
This utility provides a way to query JMX metrics and export them to an OTLP endpoint.
4-
The JMX MBeans and their metrics mapping is defined in YAML.
4+
The JMX MBeans and their metrics mapping is defined in YAML and is reusing implementation from
5+
[jmx-metrics instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/jmx-metrics).
56

6-
This is currently experimental, but the end goal is to provide an alternative to the [jmx-metrics](../jmx-metrics/README.md) utility.
7+
This is currently a work-in-progress component not ready to be used in production.
8+
The end goal is to provide an alternative to the [JMX Gatherer](../jmx-metrics/README.md) utility.

0 commit comments

Comments
 (0)