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
TraceContext specification allows digits to be placed at the beginning of tracestate key for multi-tenant vendor scenarios, however the current regular expression in Go OpenTelemetry prohibits it:
There is some ambiguity with the start character of the key as described in this issue. I think we should update to match what is there as this issues describes, but it should be understood that things might change in the future.
The regular expression for tracestate key format with multi-tenant vendor does not match W3C TraceContext specification.
TraceContext specification:
https://www.w3.org/TR/trace-context-1/#key
TraceContext specification allows digits to be placed at the beginning of tracestate key for multi-tenant vendor scenarios, however the current regular expression in Go OpenTelemetry prohibits it:
As a result, the following key will be reinterpreted as the wrong one:
The text was updated successfully, but these errors were encountered: