By default the Collector exposes internal Prometheus metrics on port 8888 at /metrics; scrape this endpoint with Prometheus or add a prometheus receiver pointing at localhost:8888 to pull self-metrics into your pipeline
To export internal telemetry via OTLP instead, add a service.telemetry block with a metrics.readers entry that uses a periodic exporter pointing at your OTLP backend
Set service.telemetry.logs.level to debug during troubleshooting and info in production; structured logs are emitted to stderr by default and can be redirected with service.telemetry.logs.output_paths
Track these key internal metrics: otelcol_receiver_refused_metric_points / _spans / _log_records (backpressure), otelcol_exporter_send_failed_* (backend errors), otelcol_exporter_queue_size vs otelcol_exporter_queue_capacity (queue health)
Enable the health_check extension (endpoint 0.0.0.0:13133, path /health) and configure check_collector_pipeline with an exporter_failure_threshold so the health endpoint returns unhealthy when export failures exceed a threshold—useful for Kubernetes readiness probes
Use the zpages extension (port 55679) to inspect live pipeline statistics at /debug/pipelinez and /debug/servicez without querying an external backend
Known gotchas
The service.telemetry configuration block follows the OpenTelemetry SDK declarative configuration schema, not the Collector component schema—mixing up the two formats causes silent misconfig where internal metrics are not exported
A sustained rise in otelcol_exporter_queue_size toward otelcol_exporter_queue_capacity indicates the backend cannot keep up; if the queue fills, new telemetry is dropped and otelcol_exporter_enqueue_failed_* increments
Internal metrics are labelled with collector-level attributes (service.name, service.version) but not with pipeline-level labels by default; if you run multiple Collectors, ensure each has a unique service.name so metrics are distinguishable in your backend
Give your agent this knowledge — and 200+ more routes
One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp