Skip to content

Commit

Permalink
Add JMX metrics gatherer version 1.27.0-alpha (#23435)
Browse files Browse the repository at this point in the history
Add JMX metrics gatherer version `1.27.0-alpha`.

cc @open-telemetry/java-contrib-approvers
  • Loading branch information
opentelemetrybot authored Jun 22, 2023
1 parent 703be0d commit 7c0fd3d
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{
"97d3a0767642297d7259ac274c4eb107b4e83d48fa2b8d91ceb800a31437a734": {
version: "1.27.0-alpha",
jar: "JMX metrics gatherer",
},
"12e6dba902d35872cd69b99f23863dc9536660620fc0eb9eed8d0e45b2354970": {
version: "1.26.0-alpha",
jar: "JMX metrics gatherer",
Expand Down

0 comments on commit 7c0fd3d

Please sign in to comment.