Otel
Cedana API for Otel credentials
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
500
Credentials not configured on server
application/json
4XX
Client error
application/json
5XX
Server error
application/json
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?