Highlight (highlight.io) · Arazzo Workflow
Highlight Correlated Backend Telemetry Export
Version 1.0.0
Export traces, then logs, then metrics for the same project and trace so backend signals correlate in Highlight.
View Spec
View on GitHub
ObservabilitySession ReplayError MonitoringAPMLoggingTracingOpenTelemetryOpen SourceFrontend MonitoringFull Stack MonitoringArazzoWorkflows
Provider
Workflows
correlated-backend-telemetry-export
Emit a correlated OTLP trace, logs, and metrics batch for one Highlight project.
Submits an OTLP span, then OTLP log records that carry the same project id and trace id, then OTLP metric data points for the same project, producing a single correlated backend telemetry slice in Highlight.
1
exportSpan
exportTraces
Submit a single OTLP span carrying the highlight.project_id resource attribute and the supplied trace and span identifiers.
2
exportLogs
exportLogs
Submit OTLP log records for the same project that reference the trace id from the span so the logs correlate to it in Highlight.
3
exportMetrics
exportMetrics
Submit an OTLP gauge data point for the same project, completing the correlated trace, logs, and metrics slice.
Source API Descriptions
openapi
openapi