OpenTelemetry integration in Unify Automations lets you export distributed traces, metrics, and logs from automation runs to any OpenTelemetry-compatible backend. Use it to bring automation observability into your existing monitoring infrastructure.
Overview
This page covers OpenTelemetry integration with Unify Automations for distributed tracing, metrics collection, and observability across automation runs.
This page is coming soon. Content will be added when the OpenTelemetry documentation becomes available.
Notes
Keep these points in mind when setting up OpenTelemetry with Unify Automations:
OpenTelemetry export requires configuring an OTLP-compatible endpoint in your workspace's observability settings before run data begins flowing.
Traces, metrics, and logs are exported independently — configure only the signal types your backend is set up to receive.
Automation-level tracing maps each node execution to a span, making it possible to identify slow or failing steps in your APM tool without opening the builder.
Sensitive field values are not automatically redacted from telemetry output — mask fields at the node level before they appear in traces if your compliance requirements demand it.
Use the built-in Logging feature for lightweight per-node diagnostics; use OpenTelemetry when you need automation data correlated across a broader distributed system.
Full documentation for this feature will be published once the integration is generally available.