I am interested in sending LLM traces to Datadog and not sure the AI Trust Layer’s preview OpenTelemetry Collector supports it yet. Datadog’s OpenTelemetry requirements are stated here. Has anyone succeeded in setting this up, with Datadog or other endpoints?
No the preview ai trust layer OTEL collector doesnt support datalog directly. it only exports raw OTLP, and datalog needs conversion through a datalog agent or OLTP proxy. so u must route tarces through datalog’s OTEL reciver, dircet export isnt availbale yet
You can send AI Trust Layer LLM traces to Datadog, but the preview collctor may not support a builtin Datadog exporter yet
The simplest setup is to point the Trust Layer’s OTLP output to either the Datadog Agent which accepts OTLP or to your own opentelemetry Collector that forwards data to Datadog.
Thanks @nishiijain2000 and @Jp_Khetan. I set up a vanilla OpenTelemetry Collector on a GCP VM, without TLS, and do not see traces coming in, trying an endpoint URL with and without /v1/traces. Perhaps I must wait for the official documentation to appear.