Export logs
Configure any standard OTLP/HTTP log exporter:LogRecord values. Language-specific OTel distributions often configure this automatically.
Use a Collector
A Collector is useful when applications already write to stdout or use a logging backend. Add a receiver that matches your environment and export the resulting OTel logs to Mirador:Preserved fields
Arrays and key-value bodies or attributes are JSON encoded rather than discarded.
Trace correlation
Logs carrying a validtrace_id and span_id are linked to the same trace and span in Mirador. Emit the log while a span is active and use your language’s OTel logging integration so the current context is injected automatically.
Delivery behavior
- Requests may use protobuf or JSON and may be gzip compressed.
- Oversized individual records are rejected and counted in the standard OTLP
ExportLogsPartialSuccessresponse. - Valid records in the same export continue when another record is rejected.
- A temporary publish failure returns an OTLP error so the exporter can retry.
- Data retention follows the policy configured for your Mirador plan.
Next steps
Traces over OTLP
Export spans and preserve trace IDs for correlation
Metrics over OTLP
Build live dashboards from OTel metrics