LLM Observability with OneUptime and OpenLIT
apiVersion: openlit.io/v1alpha1 kind: AutoInstrumentation metadata: name: oneuptime-instrumentation namespace: default spec: selector: matchLabels: instrument: "true" python: instrumentation: provider: "openlit" version: "latest" otlp: endpoint: "https://otlp.oneuptime.com" headers: "x-oneuptime-token=YOUR_ONEUPTIME_SERVICE_TOKEN" timeout: 30 resource: environment: "production" serviceName: "my-ai-service"
YOUR_ONEUPTIME_SERVICE_TOKEN
Was this page helpful?