declarative relay deployment on hetzner relay-eval.waow.tech
atproto relay
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

add chain_breaks metric to zlay grafana dashboard

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+5
+5
zlay/deploy/zlay-dashboard.json
··· 279 279 "expr": "sum(rate(relay_rate_limited_total{job=\"zlay\"}[5m]))", 280 280 "legendFormat": "rate limited", 281 281 "refId": "C" 282 + }, 283 + { 284 + "expr": "sum(rate(relay_chain_breaks_total{job=\"zlay\"}[5m]))", 285 + "legendFormat": "chain breaks", 286 + "refId": "D" 282 287 } 283 288 ] 284 289 },