You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In many use cases such as multi tenant applications, it is very helpful to use the Baggage API to propagate context across requests and to enrich the telemetry with these baggage attributes.
If it is possible today to enrich span attributes with baggage entries using -D otel.java.experimental.span-attributes.copy-from-baggage.include=... and the BaggageSpanProcessor, there is no equivalent to enrich log attributes.
Describe the solution you'd like
A BaggageLogRecordProcessor configurable through -D otel.java.experimental.log-attributes.copy-from-baggage.include=... to replicate what we have for spans.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component(s)
No response
Is your feature request related to a problem? Please describe.
In many use cases such as multi tenant applications, it is very helpful to use the Baggage API to propagate context across requests and to enrich the telemetry with these baggage attributes.
If it is possible today to enrich span attributes with baggage entries using
-D otel.java.experimental.span-attributes.copy-from-baggage.include=...
and theBaggageSpanProcessor
, there is no equivalent to enrich log attributes.Describe the solution you'd like
A
BaggageLogRecordProcessor
configurable through-D otel.java.experimental.log-attributes.copy-from-baggage.include=...
to replicate what we have for spans.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: