W3C Trace Context support in traced calls? #547
-
Howdy @nirga . I've started using traceloop to instrument langchain workflows and have this question:
I assumed it would but I don't see any evidence of W3C Trace Context headers. Am I doing it wrong, or is this a FR? I did a couple of searches and I can't find any mention of this issue. Here's the reason this matters to me: I use a proxy in front of OpenAI that handles data provenance, PII detection, and some proprietary business-specific data tracking. It participates in distributed traces and sends Spans to my Otel collector. Linking those spans back to the application trace of course requires it get a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @fightingmonk! Since we're using OpenTelemetry, it should play nice with the rest of your app. Reg. injecting the headers I'm not a 100% sure, but I assume it should since we're basically creating a new span for every call out to OpenAI |
Beta Was this translation helpful? Give feedback.
Hey @fightingmonk! Since we're using OpenTelemetry, it should play nice with the rest of your app. Reg. injecting the headers I'm not a 100% sure, but I assume it should since we're basically creating a new span for every call out to OpenAI