Is your feature request related to a problem? Please describe.
In developing #1682 it was pointed out that https://www.w3.org/TR/trace-context exists as a standard and that tools like OpenTelemetry follow that standard.
Describe the solution you'd like
As we already started using X-Trace-Id in place we'll keep that,
but should also support https://www.w3.org/TR/trace-context
Describe alternatives you've considered
Ignore the standard and stick with X-Trace-ID
Additional context
Knowing there is a well defined standard, we should opt to use it.
Is your feature request related to a problem? Please describe.
In developing #1682 it was pointed out that https://www.w3.org/TR/trace-context exists as a standard and that tools like OpenTelemetry follow that standard.
Describe the solution you'd like
As we already started using X-Trace-Id in place we'll keep that,
but should also support https://www.w3.org/TR/trace-context
Describe alternatives you've considered
Ignore the standard and stick with X-Trace-ID
Additional context
Knowing there is a well defined standard, we should opt to use it.