Integration Issue with Otel and Datadog Instrumentation
I'm just trying the effect otel support in an environment where the effect app makes HTTP calls to other Python services instrumented using the datadog official lib. The dd-trace-py lib should support the w3c tracecontext but the Python service debug logs report they are not receiving a traceparent header. Also traces from two different effect services are correlated correctly, so it's probably an issue with the different instrumentation method. Any chance somebody dealt with such a setup? Or whatever random ideas appreciated