Connections
OpenTelemetry Collector
LLM Observability with OpenTelemetry Collector and OpenLIT
To directly send OpenTelemetry data collected by OpenLIT SDK from your AI Application to OpenTelemetry Collector, You need to set the otlp_endpoint
and otlp_headers
arguments according to your needs.
Alternatively, you can configure the OTLP endpoint by setting the OTEL_EXPORTER_OTLP_ENDPOINT
and the OTLP headers by setting the OTEL_EXPORTER_OTLP_HEADERS
(Optional) environment variable as recommended in the OpenTelemetry documentation.
Refer to the OpenLIT Python SDK repository for more advanced configurations and use cases.
Was this page helpful?