Skip to content

Commit

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

cc @open-telemetry/java-contrib-approvers
  • Loading branch information
opentelemetrybot authored Dec 14, 2024
1 parent 87f39c4 commit e275093
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{
"e19041d478c2f3641cee499bae74baa66c97c193b0012369deeb587d5add958a": {
version: "1.42.0-alpha",
jar: "JMX metrics gatherer",
},
"8005bee5861f0a9f72577ee6e64d2f9f7ce72a063c88ba38db9568785c7f0cfd": {
version: "1.41.0-alpha",
jar: "JMX metrics gatherer",
Expand Down

0 comments on commit e275093

Please sign in to comment.