Throughput-per-site panel includes Management0 telemetry traffic, not just fabric traffic #51
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The "Throughput per Site" panel added in #49 sums
interfaces_interface_state_counters_{in,out}_octetsover all interfaces per site, with no interface filter.Management0(the gNMI/telemetry OOB port) dominates every site's total and is heavily asymmetric (gNMI streams notifications out to the collector continuously), producing a misleading ~10x in/out imbalance that looks like a real fabric traffic anomaly but is actually management-plane noise.Confirmed via direct query: excluding
Management0(interface!~"Management.*") brings in/out back to comparable, plausible magnitudes for all three sites.Fix: add
interface!~"Management.*"(matching the fabric-only interface filtering already used for the weathermap link queries) to both throughput target expressions inscripts/generate_weathermap.py'sbuild_throughput_panel.