Closed kanderson250 closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.83%. Comparing base (
a84c048
) to head (c5ff850
). Report is 863 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Resolves #1768
This PR addresses a bug with grpc apps using distributed tracing. Previously our grpc instrumentation allowed duplicate DT headers, which caused DT payloads to be rejected by downstream services. This is now prohibited.
Changes:
W3CTraceParentParser
. Also add a log message when this happens to help diagnose the issue should it recur.