docs: add Oodle as a telemetry export destination#1296
Open
mgaurav wants to merge 1 commit into
Open
Conversation
Add an Oodle example to the OTEL telemetry export guide, mirroring the existing New Relic / Honeycomb accordions. Documents the OTLP endpoint (https://<INSTANCE_ID>-otlp.collector.oodle.ai) and the required X-API-KEY / X-OODLE-INSTANCE headers, and links to the Oodle Factory Droid guide. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Oodle as a supported OpenTelemetry export destination in the Enterprise → Telemetry Export (OTEL) guide. Oodle AI is a complete observability platform, we have recently added support for providing visibility on Factory sessions, so adding it to Factory's documentation.
A new accordion under Example configurations mirrors the existing New Relic / Honeycomb entries and documents:
https://<INSTANCE_ID>-otlp.collector.oodle.ai(Droid appends/v1/metrics)X-API-KEYandX-OODLE-INSTANCEReference: https://docs.oodle.ai/ai-cost-management/factory.
You can check it out live here: https://play.oodle.ai/ai-agent-analysis?agent=factory
Changes
docs/enterprise/telemetry-export.mdx— add Oodle accordionTest Plan