Skip to content
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

[Baggage Processor] Introduce a BaggageLogRecordProcessor for parity with the BaggageSpanProcessor #1577

Closed
cyrille-leclerc opened this issue Nov 28, 2024 · 2 comments

Comments

@cyrille-leclerc
Copy link
Member

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 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

@trask
Copy link
Member

trask commented Dec 13, 2024

@cyrille-leclerc is this resolved now by #1576?

@cyrille-leclerc
Copy link
Member Author

Correct, #1576 resolves this enhancement request.

@trask trask closed this as completed Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants