OTel
🧪 Create an OTLP exporter
[EXPERIMENTAL] Creates a new OTLP exporter configuration for the given organization. A maximum of 5 exporter configurations are allowed per organization.
post/otel/exporters
Request body
Example request
{
"org_id": "b9291e0d-a11e-41fb-8517-c545388b5953",
"endpoint": "otel.example.com:4317",
"protocol": "grpc"
}Response
OTLP exporter created.
Example response
{
"id": "123e4127-e89b-12d3-a456-426123417400",
"org_id": "b9291e0d-a11e-41fb-8517-c545388b5953",
"endpoint": "otel.example.com:4317",
"protocol": "grpc"
}