Skip to content

Commit

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

cc @open-telemetry/java-contrib-approvers
  • Loading branch information
opentelemetrybot committed Sep 19, 2023
1 parent 4496b8b commit ee1089b
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{
"0b4b280fa745702e83a0b3c0d191144c9069c215848c61d3092d41f000770e12": {
version: "1.30.0-alpha",
jar: "JMX metrics gatherer",
},
"0b947c255f3fd358343ab43475875dbb09233d369ff91a88a28c38f767a2a6fb": {
version: "1.29.0-alpha",
jar: "JMX metrics gatherer",
Expand Down

0 comments on commit ee1089b

Please sign in to comment.