Skip to content

Commit

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

cc @open-telemetry/java-contrib-approvers
  • Loading branch information
opentelemetrybot authored Dec 2, 2024
1 parent e4b2bbf commit e2695ad
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{
"8005bee5861f0a9f72577ee6e64d2f9f7ce72a063c88ba38db9568785c7f0cfd": {
version: "1.41.0-alpha",
jar: "JMX metrics gatherer",
},
"a51b50329446ae7516888ef915e4b20fb61b986b2230d66eacaf61d8690525c9": {
version: "1.40.0-alpha",
jar: "JMX metrics gatherer",
Expand Down

0 comments on commit e2695ad

Please sign in to comment.