otelcol --config collector.yaml --dry-runDiagnose OpenTelemetry Collector backpressure before signals are dropped
A practical runbook for catching slow exporters, saturated queues, and drops before incident evidence disappears.
Learn how to read OpenTelemetry Collector internal metrics, isolate slow exporters, test a safe canary, and prove queues drain without hiding critical spans, logs, or metrics.
Created: June 28, 2026
Published: June 28, 2026
Linux
A Linux or Kubernetes flow for diagnosing a Collector with internal metrics, promtool, and a controlled canary.
otelcolcurlpromtoolkubectl if the Collector runs on Kubernetes
curl -s http://localhost:8888/metrics | grep -E "otelcol_exporter_queue|otelcol_exporter_send_failed|otelcol_processor_batch"promtool query instant http://prometheus:9090 "max(otelcol_exporter_queue_size / otelcol_exporter_queue_capacity) by (exporter)"Content locked
This guide requires both steps before full content is available.
- ○Click “Like” on this guide.
- ○Share on WhatsApp, X, LinkedIn, or copy the link.
Access is automatically unlocked as soon as both steps are completed.