From 0a2eafae2ebfb63dbccbe2a665e3e57e064760ba Mon Sep 17 00:00:00 2001 From: Kyle Verhoog Date: Mon, 13 Jul 2026 14:46:12 -0400 Subject: [PATCH] [AI Gateway] Add Datadog as a supported OTEL backend Lists Datadog alongside Honeycomb, Braintrust, and Langfuse as a compatible OpenTelemetry backend. --- src/content/docs/ai-gateway/observability/otel-integration.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/ai-gateway/observability/otel-integration.mdx b/src/content/docs/ai-gateway/observability/otel-integration.mdx index 0955bd30063..a0e16e7c7a1 100644 --- a/src/content/docs/ai-gateway/observability/otel-integration.mdx +++ b/src/content/docs/ai-gateway/observability/otel-integration.mdx @@ -105,6 +105,7 @@ AI Gateway's OTEL integration works with any OpenTelemetry-compatible backend, i - [Honeycomb](https://www.honeycomb.io/) - [Braintrust](https://www.braintrust.dev/docs/integrations/sdk-integrations/opentelemetry) - [Langfuse](https://langfuse.com/integrations/native/opentelemetry) +- [Datadog](https://docs.datadoghq.com/opentelemetry/setup/agentless/) :::note