Skip to content

Commit

Permalink
Add JMX metrics gatherer version 1.39.0-alpha (#35268)
Browse files Browse the repository at this point in the history
Add JMX metrics gatherer version `1.39.0-alpha`.

cc @open-telemetry/java-contrib-approvers
  • Loading branch information
opentelemetrybot authored Sep 18, 2024
1 parent 4833640 commit 1c4be63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions receiver/jmxreceiver/supported_jars.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ func oldFormatProperties(c *Config, j supportedJar) error {
// If you change this variable name, please open an issue in opentelemetry-java-contrib
// so that repository's release automation can be updated
var jmxMetricsGathererVersions = map[string]supportedJar{
"43543679b12c7772fffe78ad9dcde3421cb5dd2a704231f9901d32578b2cf69e": {
version: "1.39.0-alpha",
jar: "JMX metrics gatherer",
},
"75d03922df2306086b9eee2daccbfd8c9b94ce140a482fb4698a839ec3d3f192": {
version: "1.38.0-alpha",
jar: "JMX metrics gatherer",
Expand Down

0 comments on commit 1c4be63

Please sign in to comment.