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

[feature request] Add BaggageLogRecordProcessor to enrich logs with baggage data #2353

Open
matt-hensley opened this issue Dec 3, 2024 · 1 comment · May be fixed by #2354
Open

[feature request] Add BaggageLogRecordProcessor to enrich logs with baggage data #2353

matt-hensley opened this issue Dec 3, 2024 · 1 comment · May be fixed by #2354
Labels
comp:extensions Things related to OpenTelemetry.Extensions enhancement New feature or request

Comments

@matt-hensley
Copy link
Contributor

Component

OpenTelemetry.Extensions

Is your feature request related to a problem?

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.

The Extensions package already has BaggageActivityProcessor to enrich activities with baggage, but there is no equivalent for logs.

What is the expected behavior?

A BaggageLogRecordProcessor to enrich logs with baggage.

Which alternative solutions or features have you considered?

In certain cases, it would be possible to use log scopes to enrich each log record.

Additional context

No response

@matt-hensley matt-hensley added the enhancement New feature or request label Dec 3, 2024
@github-actions github-actions bot added the comp:extensions Things related to OpenTelemetry.Extensions label Dec 3, 2024
Copy link
Contributor

github-actions bot commented Dec 3, 2024

Tagging component owner(s).

@CodeBlanch @MikeGoldsmith

@matt-hensley matt-hensley changed the title [feature request] [feature request] Add BaggageLogRecordProcessor to enrich logs with baggage data Dec 3, 2024
@matt-hensley matt-hensley linked a pull request Dec 3, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:extensions Things related to OpenTelemetry.Extensions enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant