Skip to content

Commit

Permalink
Update the jmx-metrics version to 1.25.1-alpha (#21103)
Browse files Browse the repository at this point in the history
  • Loading branch information
opentelemetrybot committed Apr 24, 2023
1 parent 3e0b003 commit 1ff1aa4
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.25.1-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.25.1-alpha to the supported jars hash list
issues: [ 21103 ]
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{
"6a41aa8fb8edcafac604324818216a405a96245255a66ba96cf3668ef59927b8": {
version: "1.25.1-alpha",
jar: "JMX metrics gatherer",
},
"b6f5030acdbef44afb79afe1c547f55a446f6e60c24db9cdcf6e8dba49f87a16": {
version: "1.25.0-alpha",
jar: "JMX metrics gatherer",
Expand Down

0 comments on commit 1ff1aa4

Please sign in to comment.