-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add jmxmetrics 1.6 to integration test #5374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@jsuereth Any tips on what could cause the mysterious testcontainers panic? |
@anuraaga I've seen this before, but I've never investigated :) |
@@ -43,6 +43,7 @@ import ( | |||
var jmxJarReleases = map[string]string{ | |||
"1.0.0-alpha": "https://repo1.maven.org/maven2/io/opentelemetry/contrib/opentelemetry-java-contrib-jmx-metrics/1.0.0-alpha/opentelemetry-java-contrib-jmx-metrics-1.0.0-alpha.jar", | |||
"1.4.0-alpha": "https://repo1.maven.org/maven2/io/opentelemetry/contrib/opentelemetry-jmx-metrics/1.4.0-alpha/opentelemetry-jmx-metrics-1.4.0-alpha.jar", | |||
"1.6.0-alpha": "https://github.com/open-telemetry/opentelemetry-java-contrib/releases/download/v1.6.0/opentelemetry-jmx-metrics.jar", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tested script isn't compatible w/ this release since it still uses labels: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.36.0/receiver/jmxreceiver/testdata/script.groovy#L17
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anuraaga I took a crack at updating this: https://gist.github.com/rmfitzpatrick/696bb9a8b236db0165b2359c898a70bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot! Do you mind if I close this PR and let you make it given you're the expert? :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [docs] add status information for OTLP exporter Adds the status header for the OTLP exporter. * add stability per signal * Update README.md
Description: Adds recently released 1.6 of jmx-metrics to integration tests for the receiver
Link to tracking Issue:
Testing:
Documentation: