LLM Observability with Middleware and OpenLIT
apiVersion: openlit.io/v1alpha1 kind: AutoInstrumentation metadata: name: middleware-instrumentation namespace: default spec: selector: matchLabels: instrument: "true" python: instrumentation: provider: "openlit" version: "latest" otlp: endpoint: "MW_TARGET" headers: "Authorization=MW_API_KEY,X-Trace-Source=openlit" timeout: 30 resource: environment: "production" serviceName: "my-ai-service"
MW_TARGET
https://abcd.middleware.io:443
MW_API_KEY
dxyxsdojzrgpsvizzzcsvhrwnmzqdsdsd
Was this page helpful?