{ "opencollection": "1.0.0", "info": { "name": "langfuse AnnotationQueues Opentelemetry API", "version": "1.0" }, "items": [ { "info": { "name": "Opentelemetry", "type": "folder" }, "items": [ { "info": { "name": "opentelemetry_exportTraces", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/public/otel/v1/traces", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "**OpenTelemetry Traces Ingestion Endpoint**\n\nThis endpoint implements the OTLP/HTTP specification for trace ingestion, providing native OpenTelemetry integration for Langfuse Observability.\n\n**Supported Formats:**\n- Binary Protobuf: `Content-Type: application/x-protobuf`\n- JSON Protobuf: `Content-Type: application/json`\n- Supports gzip compression via `Content-Encoding: gzip` header\n\n**Specification Compliance:**\n- Conforms to [OTLP/HTTP Trace Export](https://opentelemetry.io/docs/specs/otlp/#ot" } ] } ], "bundled": true }