Hey Ory team 👋
We have been trying to upgrade our Oathkeeper version to the latest version v0.40.2.
And we are struggling with
distributed tracing between OpenTelemetry and Datadog (since datadog has been removed as trace backend)
We were able to set up sending Oathkeeper OTEL traces to the datadog-agent, and accept them, using this doc:
https://docs.datadoghq.com/opentelemetry/otlp_ingest_in_the_agent/?tab=kuberneteshelmvaluesyaml
However, the traces are all alone, and they are not correlated with our datadog traces from other previous and called services anymore.
Because the X-Datadog-* headers obviously don't match the standard B3 headers.
Anyone knows how to let the datadog-agent accept OTEL headers and correlated the traces? 🙂
(we've created
https://help.datadoghq.com/hc/en-us/requests/1176629 on the Datadog support)