Skip to content

Conversation

@cicoyle
Copy link
Contributor

@cicoyle cicoyle commented Apr 2, 2025

Part of the solution for this issue

@cicoyle cicoyle self-assigned this Apr 2, 2025
@cicoyle cicoyle requested review from a team as code owners April 2, 2025 16:38
}
if baggage, ok := req.Metadata[BaggageHeaderKey]; ok && baggage != "" {
if _, ok := request.Header[http.CanonicalHeaderKey(BaggageHeaderKey)]; ok {
h.logger.Warn("Tracing is enabled. A custom Baggage request header cannot be specified and is ignored.")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this not break out of the outer if?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The current implementation aligns with how traceparent and tracestate headers work (if you look above).

@cicoyle cicoyle marked this pull request as draft April 17, 2025 20:09
cicoyle added 3 commits April 17, 2025 15:26
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
@cicoyle cicoyle marked this pull request as ready for review April 17, 2025 21:49
@yaron2 yaron2 merged commit b2c31ce into dapr:main Apr 23, 2025
89 of 90 checks passed
jjcollinge pushed a commit to jjcollinge/components-contrib that referenced this pull request May 12, 2025
@marcduiker
Copy link
Contributor

@holopin-bot @cicoyle Thank you! Here's a digital badge as a small token of appreciation.

@holopin-bot
Copy link

holopin-bot bot commented Jun 11, 2025

Congratulations @cicoyle, the maintainer of this repository has issued you a badge! Here it is: https://holopin.io/claim/cmbs0eq4p161707l9ialzyagh

This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account.
Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!

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

Successfully merging this pull request may close these issues.

6 participants