File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,17 @@ The Maven OpenTelemetry Extension is configured using environment variables or J
1414In the code snippets below, replace ` OPENTELEMETRY_MAVEN_VERSION ` with the [ latest
1515release] ( https://search.maven.org/search?q=g:io.opentelemetry.contrib%20AND%20a:opentelemetry-maven-extension ) .
1616
17+ ## Installation
18+ jmx-scraper is typically run as a standalone JAR file.
19+ o use it, you generally need to download the latest JAR from the OpenTelemetry Java Contrib releases page
20+ or retrieve it as a dependency from a Maven repository.
21+ Once obtained, you can run it using the Java command line tool.
22+ Please refer to [ Usage] ( #usage ) .
23+
24+ For systemd service, the opentelemetry-jmx-scraper-x.xx.x.tar.gz tar.gz file is available
25+ with the JAR and a ready to install systemd service file.
26+
27+
1728### Adding the extension to the classpath
1829
1930Add the Maven OpenTelemetry Extension to ` ${maven.home}/lib/ext ` or to the classpath using ` -Dmaven.ext.class.path= ` .
You can’t perform that action at this time.
0 commit comments