Highlight (highlight.io) · Arazzo Workflow
Highlight Backend Error Report
Version 1.0.0
Record a backend error as an OTLP error span and a matching error log so Highlight groups it into an error group.
View Spec
View on GitHub
ObservabilitySession ReplayError MonitoringAPMLoggingTracingOpenTelemetryOpen SourceFrontend MonitoringFull Stack MonitoringArazzoWorkflows
Provider
Workflows
backend-error-report
Report a backend error to Highlight as a correlated OTLP error span and error log.
Emits an OTLP span with an error status and exception event, then an OTLP ERROR-severity log record for the same project and trace id, so Highlight can fingerprint and aggregate the error into an error group.
1
exportErrorSpan
exportTraces
Submit an OTLP span with STATUS_CODE_ERROR status and an exception event that captures the error type, message, and stacktrace.
2
exportErrorLog
exportLogs
Submit an OTLP ERROR-severity log record for the same project and trace id so the error message is searchable and grouped alongside the error span.
Source API Descriptions
openapi