-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea46e8d
commit f8461b2
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# JMX Metric Scraper | ||
|
||
This utility provides a way to query JMX metrics and export them to an OTLP endpoint. | ||
The JMX MBeans and their metrics mapping is defined in YAML. | ||
The JMX MBeans and their metrics mapping is defined in YAML and is reusing implementation from | ||
[jmx-metrics instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/jmx-metrics). | ||
|
||
This is currently experimental, but the end goal is to provide an alternative to the [jmx-metrics](../jmx-metrics/README.md) utility. | ||
This is currently a work-in-progress component not ready to be used in production. | ||
The end goal is to provide an alternative to the [JMX Gatherer](../jmx-metrics/README.md) utility. |