Hi everyone,
we are currently looking at implementing tracing with OpenTelemtry.
There is some documentation regarding doing this with OpenTelemetry: https://docs.commercetools.com/sdk/observability/opentelemetry
Sadly, it is not clearly stated what’s even possible and/or implemented.
Are requests fully e2e traceable? Example: If our backend sends a trace ID and we receive a callback later, will that callback contain the trace ID? Is W3C as standard used?
Thanks!