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 |
0 commit comments