How-to guidesAdvancedObservabilityObservabilityEnable tracingSablier supports distributed tracing via OpenTelemetry. tracing: enabled: true exporter-type: otlphttp # otlphttp (default) or stdout …MetricsSablier can expose a Prometheus-compatible /metrics endpoint. Enable it on the server:compose.yml services: sablier: image: …