Metrics
Every Prometheus series dflux EdgeGuard exports, generated directly from the metric definitions in the source so the list never drifts. Standard Go runtime and process collectors are also exposed but omitted here.
39
metrics
22
counters
12
gauges
5
histograms
Scrape
The /metrics endpoint is served on the SBI listener (:8090 by default) and, when set, on the dedicated observability listener (observability.metrics_listen, commonly :9100). The admin gRPC port does not serve Prometheus.
Bash
Note
Counters and histograms that carry labels are registered lazily — a series first appears once it is observed, so an idle proxy exposes only a subset. The table below lists every metric the proxy can emit, from the source definitions.
Loading metrics…
Generated from the source on 2026-08-23. Regenerate with npm run build:metrics.