Skip to content

Commit

Permalink
Update the jmx-metrics version to 1.21.0-alpha (#17064)
Browse files Browse the repository at this point in the history
Update the jmx-metrics version to 1.21.0-alpha.
  • Loading branch information
opentelemetrybot authored Dec 16, 2022
1 parent 41ecc04 commit 8b51548
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .chloggen/add-jmx-metrics-gatherer-1.21.0-alpha.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
change_type: enhancement
component: jmxreceiver
note: Add the JMX metrics gatherer version 1.21.0-alpha to the supported jars hash list
issues: [ 17064 ]
4 changes: 4 additions & 0 deletions receiver/jmxreceiver/supported_jars.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,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{
"ca176a2cb59884f4436139587ff891e47160449354dcbc9b7b71ed26d4185962": {
version: "1.21.0-alpha",
jar: "JMX metrics gatherer",
},
"7150bd5f2d594aa9fff9572d5aefeed5ca9d6465d2c967befe00cae6a1b13416": {
version: "1.20.1-alpha",
jar: "JMX metrics gatherer",
Expand Down

0 comments on commit 8b51548

Please sign in to comment.