Connections
Murnitur
LLM Observability with Murnitur and OpenLIT
To directly send OpenTelemetry data collected by OpenLIT from your AI Application to murnitur.ai, You need to set the otlp_endpoint
and otlp_headers
arguments according to your needs.
Visit Murnitur.ai to generate your API key.
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
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?