-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
OTel metrics for Microprofile Telemetry 2.0 #43678
Conversation
/cc @radcortez (opentelemetry) |
Will include the TCK updates as well... Set to draft until then. |
🙈 The PR is closed and the preview is expired. |
Off topic (but not all that much I guess): are you planning to support |
I'll decide that after evaluating the future Micrometer to OpenTelemetry bridge. |
c071e72
to
cd37073
Compare
#43752 is needed for the native image tests to pass because it includes an OTel side instrumentation fix. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
93347c0
to
a4ab6b2
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There are 2 implementations for this failing metric ThreadCountMetric. One for Java 17: They both use different descriptions and the TCK requires the Java 8 flavour: |
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 changes look good to me except for some minor nitpicking in the doc - but I might have misunderstood the sentence.
As for the failing test, should we raise an issue in the TCK and for now ignore this test?
You can also exclude the failing test (because of the challenge) so we can proceed with the PR. Check: |
a4ab6b2
to
7853d67
Compare
Status for workflow
|
Status for workflow
|
@radcortez I will let you review this one. I could be convinced to shoe it in 3.16.0 post CR1 if we think it has high value for 3.16. |
We want this for MP 7.0 compatibility. Let me check what is the state of the missing pieces. If the other pieces are not ready, we don't need to rush this. |
Provides OpenTelemetry metrics according to https://github.com/eclipse/microprofile-telemetry/blob/2.0/spec/src/main/asciidoc/metrics.adoc