feat(telemetry): add OpenTelemetry support for request-to-token attri…#65
feat(telemetry): add OpenTelemetry support for request-to-token attri…#65JustAGhosT merged 1 commit intodevfrom
Conversation
…bution - Add otel callback to LiteLLM success/failure callbacks - Add OTEL env vars: OTEL_SERVICE_NAME, OTEL_TRACER_NAME, OTEL_EXPORTER_OTLP_ENDPOINT - Add new variables: otel_exporter_endpoint, otel_service_name - Update planning doc with implementation details and upstream requirements
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThe pull request transitions the AI Gateway's tracing infrastructure from Langfuse to OpenTelemetry. This involves updating the planning documentation to reflect the new approach, reconfiguring LiteLLM callbacks in Terraform to use OTEL instead of Langfuse, and introducing new OpenTelemetry configuration variables for endpoint and service name settings. Changes
Estimated Code Review Effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…bution
Pull Request Checklist
Summary
Validation
Deployment Notes
UAT Toggle (PRs to
main)run-uatto this PR to enable UAT deployment (deploy-uat).run-uatto skip UAT deployment.Risk / Rollback
Summary by CodeRabbit
Release Notes
New Features
Documentation