Skip to content

Commit

Permalink
Update the jmx-metrics version to 1.20.0-alpha (open-telemetry#16356)
Browse files Browse the repository at this point in the history
* Update the jmx-metrics version to

* Update add-jmx-metrics-gatherer-1.20.0-alpha.yaml

Co-authored-by: Alex Boten <alex@boten.ca>
  • Loading branch information
2 people authored and JaredTan95 committed Nov 21, 2022
1 parent 37a02f7 commit cb350ac
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.20.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.20.0-alpha to the supported jars hash list
issues: [16356]
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{
"ef4267c2ff607200c40a87233eb7a3c6457ffaa190463faa83fdcc331d6161d8": {
version: "1.20.0-alpha",
jar: "JMX metrics gatherer",
},
"3c46cff8521cdb0d36bb2891b15cbc1bb2fcbca7c5344253403ab30fe9f693a6": {
version: "1.15.0",
jar: "JMX metrics gatherer",
Expand Down

0 comments on commit cb350ac

Please sign in to comment.