For the complete documentation index, see llms.txt. This page is also available as Markdown.

Otel

Cedana API for Otel credentials

Get Otel credentials

get

Returns Otel credentials (endpoint and headers) for tracing if available.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Otel credentials retrieved successfully

application/json
OTEL_EXPORTER_OTLP_ENDPOINTstringRequired
OTEL_EXPORTER_OTLP_HEADERSstringRequired
get/v1/otel/credentials
GET /v1/otel/credentials HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "OTEL_EXPORTER_OTLP_ENDPOINT": "text",
  "OTEL_EXPORTER_OTLP_HEADERS": "text"
}

Last updated

Was this helpful?