Send traces to the OTLP endpoint
No Oximy SDK is required. Configure your runtime’s existing OpenTelemetry exporter to send OTLP over HTTP/protobuf:OTEL_EXPORTER_OTLP_HEADERS uses an encoded space in Bearer%20ox_....
Some exporters silently drop a header containing a raw space.What remains unchanged
- Your application still chooses and calls the provider.
- Existing provider credentials stay in the application or gateway.
- Relay does not become the retry or execution authority.
- Observation can run alongside gateway traffic in the same project.
Verify ingestion
- Generate a small, identifiable request.
- Open Relay → Traffic and filter the source to OTEL.
- Confirm the model, token, cost, latency, trace, and status fields that your instrumentation emits.
- Open the trace to inspect related spans.
Shadow comparison is separate from observation. Enabling shadow causes Relay to execute an additional candidate request, so it requires a usable provider credential and consumes its configured budget.
Troubleshoot telemetry
Diagnose missing traces, incomplete fields, authentication failures, and source mismatches.