You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/caddy-dashboard.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,26 @@ Navigation in the Caddy Config tab:
66
66
|`E`| Collapse all nodes |
67
67
|`r`| Refresh config from Caddy |
68
68
69
+
## Upstreams
70
+
71
+
The **Upstreams** tab appears automatically when Caddy exposes `caddy_reverse_proxy_upstreams_healthy` metrics, which happens when at least one `reverse_proxy` handler is configured.
72
+
73
+
The table shows one row per upstream:
74
+
75
+
| Column | Description |
76
+
|--------|-------------|
77
+
|**Upstream**| Upstream address (host:port) |
78
+
|**Check**| Active health check URI and interval (e.g. `/health @5s`), extracted from Caddy config |
Copy file name to clipboardExpand all lines: docs/prometheus-export.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,14 @@ This re-reads `--ca-cert`, `--client-cert`, and `--client-key` files and applies
90
90
|`ember_host_status_rate`| gauge |`host`, `class` (`2xx`, `3xx`, `4xx`, `5xx`) | Request rate by status class |
91
91
|`ember_host_error_rate`| gauge |`host`| Middleware error rate (handler-level errors, distinct from HTTP status codes) |
92
92
93
+
### Caddy Reverse Proxy Upstreams
94
+
95
+
| Metric | Type | Labels | Description |
96
+
|--------|------|--------|-------------|
97
+
|`caddy_reverse_proxy_upstreams_healthy`| gauge |`upstream`, `handler` (omitted when empty) | Whether the upstream is healthy (1) or down (0). Matches Caddy's own metric name. |
98
+
99
+
These metrics are only emitted when Caddy has at least one `reverse_proxy` handler configured.
0 commit comments