Skip to content

Commit

Permalink
Update the jmx-metrics version to 1.26.0-alpha (#22042)
Browse files Browse the repository at this point in the history
  • Loading branch information
opentelemetrybot authored May 18, 2023
1 parent c3ca342 commit 93cb0a4
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.26.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.26.0-alpha to the supported jars hash list
issues: [ 22042 ]
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{
"12e6dba902d35872cd69b99f23863dc9536660620fc0eb9eed8d0e45b2354970": {
version: "1.26.0-alpha",
jar: "JMX metrics gatherer",
},
"6a41aa8fb8edcafac604324818216a405a96245255a66ba96cf3668ef59927b8": {
version: "1.25.1-alpha",
jar: "JMX metrics gatherer",
Expand Down

0 comments on commit 93cb0a4

Please sign in to comment.