Integrations
Apalis allows interfaces with other services
Tracing
Apalis integrates with the `tracing` ecosystem out of the box — giving every task its own span, propagating trace context across service boundaries, and letting you customise span fields with `MakeSpan`.
Read more
Sentry
Learn how to integrate Sentry with apalis to monitor and trace background tasks efficiently in Rust applications.
Read more
OpenTelemetry
Apalis ships an `OpenTelemetryMetricsLayer` that records per-task counters and processing duration histograms using OTel semantic conventions — composable with the `TraceLayer` for full traces-and-metrics observability.
Read more
Prometheus
Learn how to collect and expose Prometheus metrics from Apalis workers — tracking task throughput and processing duration per worker and job type using the metrics crate and PrometheusLayer.
Read more