Skip to content

Commit

Permalink
Update tested JMX Metric Gatherer release (open-telemetry#3695)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmfitzpatrick committed Jun 3, 2021
1 parent bafc9ff commit c9e0e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion receiver/jmxreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Status: alpha

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://oss.sonatype.org/content/repositories/snapshots/io/opentelemetry/contrib/opentelemetry-java-contrib-jmx-metrics)
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/)
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
2 changes: 1 addition & 1 deletion receiver/jmxreceiver/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (suite *JMXIntegrationSuite) TearDownSuite() {
}

func downloadJMXMetricGathererJAR() (string, error) {
url := "https://oss.sonatype.org/content/repositories/snapshots/io/opentelemetry/contrib/opentelemetry-java-contrib-jmx-metrics/1.0.0-alpha-SNAPSHOT/opentelemetry-java-contrib-jmx-metrics-1.0.0-alpha-20210429.213723-5.jar"
url := "https://repo1.maven.org/maven2/io/opentelemetry/contrib/opentelemetry-java-contrib-jmx-metrics/1.0.0-alpha/opentelemetry-java-contrib-jmx-metrics-1.0.0-alpha.jar"
resp, err := http.Get(url)
if err != nil {
return "", err
Expand Down

0 comments on commit c9e0e7e

Please sign in to comment.