You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Maven Central](https://central.sonatype.com/artifact/io.opentelemetry.contrib/opentelemetry-jmx-scraper) or can be browsed via [MVN Repository](https://mvnrepository.com/artifact/io.opentelemetry.contrib/opentelemetry-jmx-scraper).
14
16
15
17
## Usage
16
18
17
19
The general command to invoke JMX scraper is `java -jar scraper.jar <config>`, where `scraper.jar`
18
-
is the `build/libs/opentelemetry-jmx-scraper-<version>.jar` packaged binary when building this module.
20
+
is the packaged binary:
21
+
22
+
-`build/libs/opentelemetry-jmx-scraper-<version>.jar` when building from sources
23
+
-`.jar` file downloaded from Maven central or Release assets
0 commit comments