-
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
Allow logging via OpenTelemetry #9916
Comments
I don't believe we'd implement this with OpenTracing, but we could look to do it with OpenTelemetry when that's added to Quarkus |
I changed the title to refer to OpenTelemetry, as that's the tracing approach we'd implement this idea with |
Is it possible to help on this ? For reference Log and Event Record Definition |
@knutwannheden will close this issue because we plan to have support for OpenTelemetry Logging: #30712 |
Description
Allow the
smallrye-opentracing
to optionally register a logging handler which would add all logging events above a given threshold level to the currently active tracing span (if any).The user would use dedicated config properties to enable this feature (disabled by default) and configure the threshold level to use to filter the events to log via OpenTracing.
The text was updated successfully, but these errors were encountered: