-
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
MicroProfile Telemetry compatibility #38707
Conversation
/cc @brunobat (opentelemetry) |
5003dbd
to
da66652
Compare
Status for workflow
|
@@ -33,13 +43,93 @@ public Tracer getTracer() { | |||
@RequestScoped | |||
@DefaultBean | |||
public Span getSpan() { | |||
return Span.current(); | |||
return new Span() { |
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.
Why do we need this?
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.
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.
it does.
@@ -33,13 +43,93 @@ public Tracer getTracer() { | |||
@RequestScoped | |||
@DefaultBean | |||
public Span getSpan() { | |||
return Span.current(); | |||
return new Span() { |
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.
it does.
No description provided.