Stream your request logs and usage data to external observability and data destinations.
Not yet available. Broadcast is on the roadmap. The destinations and configuration options described here reflect the intended behavior.
Broadcast lets you forward every request and response passing through the OpenDunes gateway to one or more external destinations — your observability stack, data warehouse, or LLM evaluation platform — without any extra instrumentation in your application code.
When Broadcast is enabled on an API key or workspace, OpenDunes captures the full event envelope for each request: the model, messages, token counts, latency, cost in micro-DA, and the response. That envelope is then fanned out asynchronously to every configured destination. Your application sees no added latency.
Each destination receives a consistent payload regardless of which model or provider handled the request. You can attach a custom metadata object to your chat completion request and it will be forwarded verbatim, making it easy to correlate traces with your internal identifiers.
| Destination | Category |
|---|---|
| Arize AX | LLM observability |
| Braintrust | LLM evaluation |
| ClickHouse | Data warehouse |
| Comet Opik | LLM tracing |
| Datadog | Infrastructure monitoring |
| Grafana Cloud | Metrics & dashboards |
| Langfuse | LLM observability |
| LangSmith | LLM evaluation |
| New Relic | Application monitoring |
| OpenTelemetry Collector | Vendor-neutral OTEL export |
| PostHog | Product analytics |
| Raindrop | Log aggregation |
| Ramp | Spend analytics |
| S3 / S3-Compatible | Object storage |
| Sentry | Error tracking |
| Snowflake | Cloud data warehouse |
| W&B Weave | ML experiment tracking |
| Webhook | Custom HTTP endpoint |
Destinations will be configurable per API key from your dashboard or via the management API. You can configure multiple destinations on a single key and each destination is toggled independently.
Every broadcast event includes:
X-Request-Idprompt_tokens, completion_tokens, total_tokensmetadata you attached to the requestPII redaction governed by Algeria Law 18-07 runs before broadcast. If redaction is active on your account, the cleaned version of the payload is what destinations receive.