mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-13 10:19:07 +02:00
Adds a dashboard for diagnosing pressure on the Envoy load balancers sitting in front of NetBird, using the standard Prometheus stats sink metric names. Panels are grouped so each row rules out a layer: saturation and backpressure (connection rejections, overload manager, circuit breakers, upstream queue depth), latency including the time Envoy itself adds, errors and retries, upstream health and load balancing, and Envoy process health. Follows the variable conventions of the existing dashboards in this directory (datasource, cluster, environment, job, host) and adds an `upstream` variable for filtering by Envoy upstream cluster. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>