Replies: 1 comment
-
Hey @alyiri! what version are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks 👋
I’m using
opentelemetry-instrumentation-langchain
to capture spans from LangChain applications and exporting them to Datadog via the OTel exporter. I can see the spans in Datadog APM, but they don’t show up in the LLM Observability dashboard.From what I understand, Datadog expects certain attributes but the spans produced by opentelemetry-instrumentation-langchain currently use different fields
Questions:
opentelemetry-instrumentation-langchain
be emitting llm.request.* attributes directly, or is this translation expected to happen in a custom span processor?Beta Was this translation helpful? Give feedback.
All reactions