Skip to content

Commit

Permalink
Add JMX metrics gatherer version 1.36.0-alpha (open-telemetry#33276)
Browse files Browse the repository at this point in the history
Add JMX metrics gatherer version `1.36.0-alpha`.

cc @open-telemetry/java-contrib-approvers
  • Loading branch information
opentelemetrybot committed May 29, 2024
1 parent f664dbb commit 7987c4f
Showing 1 changed file with 4 additions and 0 deletions.
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{
"ab53c54b7cd8a6e31bb40e8ab3a9a9dedc9386cb4905c2a7f2188d3baae99f39": {
version: "1.36.0-alpha",
jar: "JMX metrics gatherer",
},
"60b2ee1a798c35d10f6e3602ea46f1b1c0298080262636d73b4fc652b7dcd0da": {
version: "1.35.0-alpha",
jar: "JMX metrics gatherer",
Expand Down

0 comments on commit 7987c4f

Please sign in to comment.