From 62f4ffc5eacb561633459c92e27971ab8379bf71 Mon Sep 17 00:00:00 2001 From: Mackenzie <63265430+mackjmr@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:05:49 +0100 Subject: [PATCH] [chore] [receiver/jmxreceiver] update link to releases (#30179) **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:** **Testing:** **Documentation:** --- receiver/jmxreceiver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/receiver/jmxreceiver/README.md b/receiver/jmxreceiver/README.md index c6812b094035..631fbe67bf7e 100644 --- a/receiver/jmxreceiver/README.md +++ b/receiver/jmxreceiver/README.md @@ -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.