Back to Activepieces

How to Setup OpenTelemetry

docs/install/guides/setup-opentelemetry.mdx

0.82.1704 B
Original Source

Activepieces supports both standard OpenTelemetry environment variables and vendor-specific configuration for observability and tracing.

Environment Variables

VariableDescriptionDefault ValueExample
AP_OTEL_ENABLEDEnable OpenTelemetry tracingfalsetrue
OTEL_EXPORTER_OTLP_ENDPOINTOTLP exporter endpoint URLNonehttps://your-collector:4317/v1/traces
OTEL_EXPORTER_OTLP_HEADERSHeaders for OTLP exporter (comma-separated key=value pairs)NoneAuthorization=Bearer token
<Note> Both `AP_OTEL_ENABLED` and `OTEL_EXPORTER_OTLP_ENDPOINT` must be set for OpenTelemetry to be enabled. </Note>