Observability Quickstart
Basic Configuration
Section titled “Basic Configuration”To enable telemetry, configure your environment to export data via OTLP:
OTEL_METRICS_EXPORTER=otlpOTEL_TRACES_EXPORTER=otlpOTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317OTEL_EXPORTER_OTLP_PROTOCOL=grpcBacklog stats
Section titled “Backlog stats”Backlog metrics (pending_count and oldest_age_seconds) require heavy database
queries. To prevent potential throughput impact, these are disabled by default.
Enable them by setting:
ENABLE_STATS=trueFor a full list of available metrics and trace attributes, check the Diagnostics Reference.