Skip to content

Commit

Permalink
[chore] [receiver/jmxreceiver] update link to releases (#30179)
Browse files Browse the repository at this point in the history
**Description:**
Change link from
https://repo1.maven.org/maven2/io/opentelemetry/contrib/opentelemetry-java-contrib-jmx-metrics/
(outdated) to
https://github.com/open-telemetry/opentelemetry-java-contrib/releases.


**Link to tracking Issue:** <Issue number if applicable>

**Testing:** <Describe what testing was performed and which tests were
added.>

**Documentation:** <Describe the documentation added.>
  • Loading branch information
mackjmr committed Dec 22, 2023
1 parent 83de3b6 commit 62f4ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/jmxreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to report metrics from a target MBean server using a built-in `otel` helper-util

This receiver will launch a child JRE process running the JMX Metric Gatherer configured with your specified JMX
connection information and target Groovy script. It then reports metrics to an implicitly created OTLP receiver.
In order to use you will need to download the most [recent release](https://repo1.maven.org/maven2/io/opentelemetry/contrib/opentelemetry-java-contrib-jmx-metrics/)
In order to use you will need to download the most [recent release](https://github.com/open-telemetry/opentelemetry-java-contrib/releases)
of the JMX Metric Gatherer JAR and configure the receiver with its path. It is assumed that the JRE is
available on your system.

Expand Down

0 comments on commit 62f4ffc

Please sign in to comment.