cURL
curl --request GET \ --url https://api.tracelm.ai/api/v2/observability/mappings/otlp
Field-level mapping between OTLP traces and TraceLM observability v2 schema
Authorization: Bearer <jwt>
X-API-Key
{ "version": "phase9-otlp-v1", "direction": "otlp_to_observability", "trace_level": {}, "span_level": {}, "w3c_propagation": { "traceparent": "obs_correlations.correlation_type=w3c_traceparent", "tracestate": "obs_correlations.correlation_type=w3c_tracestate", "baggage": "obs_correlations.correlation_type=w3c_baggage" } }