-
Notifications
You must be signed in to change notification settings - Fork 34
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
Verify in smoke tests that JVM metrics are exported #136
Conversation
0f085be
to
5bff1e9
Compare
56e15fe
to
d4eac0b
Compare
d4eac0b
to
ca8e329
Compare
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.
Looks good. Had a few ideas/suggestions but nothing blocking. Thanks!
...ke-backend/src/main/java/com/splunk/opentelemetry/smoketest/fakebackend/FakeBackendMain.java
Show resolved
Hide resolved
...ke-backend/src/main/java/com/splunk/opentelemetry/smoketest/fakebackend/FakeBackendMain.java
Show resolved
Hide resolved
smoke-tests/src/test/java/com/splunk/opentelemetry/TelemetryRetriever.java
Outdated
Show resolved
Hide resolved
smoke-tests/src/test/java/com/splunk/opentelemetry/TelemetryRetriever.java
Outdated
Show resolved
Hide resolved
I had to revert the Windows collector image changes and disable metrics on Windows: as it turned out, the otel-collector-contrib image is missing the changes from this PR: open-telemetry/opentelemetry-collector#2272 |
This PR implements smoke tests verifying that our micrometer metrics get consumed by the collector correctly (and
runtime.
is added).