From 7f7db2d218ce9d5dfcf40abe67726d454cef60de Mon Sep 17 00:00:00 2001 From: mackjmr Date: Fri, 22 Dec 2023 14:41:21 +0100 Subject: [PATCH] [chore] [receiver/jmxreceiver] update link to releases 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. --- 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.