spec.otlp field of your AutoInstrumentation resource. This lets you consolidate AI observability data in your existing monitoring stack without additional pipeline components.
How destination routing works
EveryAutoInstrumentation resource has its own spec.otlp configuration. This means you can route different services to different backends by creating multiple AutoInstrumentation resources with different selectors and endpoints.
OpenLIT Platform
Send telemetry to the OpenLIT observability platform deployed in your cluster. This is the recommended setup when running OpenLIT alongside the operator.When the OpenLIT Platform is deployed in the same cluster, the endpoint
http://openlit.openlit.svc.cluster.local:4318 is the fully qualified in-cluster service address. If OpenLIT is deployed externally, use your external endpoint instead.Grafana Cloud
Send telemetry to Grafana Cloud’s OTLP gateway. Retrieve your gateway URL and authentication header from Grafana Cloud Portal → OpenTelemetry.https://otlp-gateway-<zone>.grafana.net/otlpwith theOTEL_EXPORTER_OTLP_ENDPOINTvalue from the Grafana Cloud portalAuthorization=Basic%20...with theOTEL_EXPORTER_OTLP_HEADERSvalue from the portal
Prometheus + Jaeger (via OpenTelemetry Collector)
To route metrics to Prometheus and traces to Jaeger, deploy an OpenTelemetry Collector configured with both exporters and point the operator at the collector’s OTLP endpoint.Ensure your OpenTelemetry Collector is configured to export metrics to Prometheus and traces to Jaeger before routing telemetry to it.
Datadog
Send telemetry to Datadog through the Datadog Agent. The Datadog Agent handles authentication and forwards data to the Datadog platform.Replace
datadog-agent.default.svc.cluster.local with your actual Datadog Agent service name and namespace. The agent must be configured to accept OTLP traffic.SigNoz
Send telemetry directly to your SigNoz instance using an ingestion key for authentication.https://ingest.{region}.signoz.cloud:443with your SigNoz endpoint URLYOUR_SIGNOZ_INGESTION_KEYwith your SigNoz access token (e.g.896cc137-xxxx-xxxx-b8a0-a6d7ab65f274)
New Relic
Send telemetry directly to New Relic’s OTLP endpoint using your New Relic license key.YOUR_NEWRELIC_LICENSE_KEY with your New Relic license key (e.g. acxxxxxxxxxxxxxxxx).
Authentication patterns
Thespec.otlp.headers field accepts comma-separated key=value pairs. Use it to pass any HTTP headers required by your backend.
