Skip to content

Add Baggage Support #696

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

Open
cicoyle opened this issue Apr 10, 2025 · 0 comments
Open

Add Baggage Support #696

cicoyle opened this issue Apr 10, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@cicoyle
Copy link

cicoyle commented Apr 10, 2025

The Dapr runtime has recently added support for baggage propagation. Here is the docs PR for reference as well. Baggage is a mechanism to propagate key-value pairs across service boundaries, which is useful for passing contextual information through distributed traces.

We should add a new function that users can use to add baggage propagation support, working for both gRPC and HTTP. This would enable users to provide baggage without having to import OpenTelemetry themselves.

consumer code example

We should have tests for both gRPC + HTTP for this functionality.

RELEASE NOTE: ADD Baggage Support

@WhitWaldo WhitWaldo added enhancement New feature or request good first issue Good for newcomers labels Apr 10, 2025
@WhitWaldo WhitWaldo added this to the v3.6.0 milestone Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Backlog
Development

No branches or pull requests

2 participants