Skip to content

Commit

Permalink
Update the jmx-metrics version to 1.25.0-alpha (#21052)
Browse files Browse the repository at this point in the history
* Update the jmx-metrics version to 1.25.0-alpha

* Add change log entry
  • Loading branch information
opentelemetrybot authored Apr 18, 2023
1 parent 1425548 commit 5df3130
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.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.25.0-alpha to the supported jars hash list
issues: [ 21052 ]
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{
"b6f5030acdbef44afb79afe1c547f55a446f6e60c24db9cdcf6e8dba49f87a16": {
version: "1.25.0-alpha",
jar: "JMX metrics gatherer",
},
"7ac5485801bf5fea347aac0d828bade875686fecbed83b3ce44088c87bdf9d46": {
version: "1.24.0-alpha",
jar: "JMX metrics gatherer",
Expand Down

0 comments on commit 5df3130

Please sign in to comment.