You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.
when it's put to a map golang changes the key to a canonicalized version which always starts with Uppercase letter this breaks compatibility of the b3 spec. Request aren't picked up by existing b3-compatible backends.
The expected header is b3, but remote backend receives B3, span and parent trace id aren't picked up:
The text was updated successfully, but these errors were encountered:
Despite the header being specified in lower case https://github.com/grafana/xk6-distributed-tracing/blob/master/client/traceid.go#L16
when it's put to a map golang changes the key to a canonicalized version which always starts with Uppercase letter this breaks compatibility of the b3 spec. Request aren't picked up by existing b3-compatible backends.
The expected header is
b3
, but remote backend receivesB3
, span and parent trace id aren't picked up:The text was updated successfully, but these errors were encountered: