error_counters
Fetch per-service request and status-code counters to diagnose error rates and root causes across Traefik, HAProxy, and Caddy proxies.
Instructions
[READ] Per-service request/status-code counters (feeds error_rate_rca).
traefik: parsed from the /metrics text endpoint (per-code); haproxy: Data Plane stats (per-class hrsp_*); caddy: teaching note (no per-route counters).
Args: target: Proxy target name from config; omit for the default.
Returns an envelope: {"services": [...], "returned": N, "limit": L, "truncated": bool, "total": T}. When "truncated" is true this proxy serves more services than were returned (only the busiest services are returned).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No |