Skip to content

Commit fae2551

Browse files
SylvainJugelaurit
andauthored
add link to jmx scraper + minor rewording (#2151)
Co-authored-by: Lauri Tulmin <[email protected]>
1 parent d71dab4 commit fae2551

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

jmx-scraper/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,18 @@ This is an alternative to the [JMX Gatherer](../jmx-metrics/README.md) utility.
99
## Release
1010

1111
This project is released as part of the [OpenTelemetry Java Contrib](https://github.com/open-telemetry/opentelemetry-java-contrib) project.
12-
The latest release is available from [Maven Central](https://central.sonatype.com/artifact/io.opentelemetry.contrib/opentelemetry-jmx-scraper)
13-
or can be browsed via [MVN Repository](https://mvnrepository.com/artifact/io.opentelemetry.contrib/opentelemetry-jmx-scraper).
12+
The latest release is available from:
13+
14+
- [GitHub Release assets](https://github.com/open-telemetry/opentelemetry-java-contrib/releases/latest/download/opentelemetry-jmx-scraper.jar)
15+
- [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).
1416

1517
## Usage
1618

1719
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
1924

2025
Minimal configuration required
2126

0 commit comments

Comments
 (0)