Commit Graph

5 Commits

Author SHA1 Message Date
903522dd82 Create Flow Plugin-based topology dashboard to replace weathermap 2025-12-16 18:52:42 +00:00
b23353bf15 fix(grafana): correct metric names in fabric-overview dashboard
Changed from:
- gnmic_interfaces_interface_state_counters_* with target label

To:
- gnmic_interfaces_* with source label

Also added:
- Interfaces Monitored stat panel
- MLAG Peer-Link Traffic panel

These match the actual metrics generated by gNMIc.
2025-12-16 14:26:35 +00:00
ca55e2ff59 fix(grafana): correct metric names in weathermap queries
Changed from:
- gnmic_interfaces_interface_state_counters_out_octets
- gnmic_interfaces_interface_state_counters_in_octets
- target label

To:
- gnmic_interfaces_out_octets
- gnmic_interfaces_in_octets  
- source label

These match the actual metrics generated by gNMIc with the simplified
/interfaces/interface/state path and trim-prefixes processor.
2025-12-16 14:26:01 +00:00
92e8556e1f Add Network Weathermap dashboard template 2025-12-16 13:05:55 +00:00
c975945d27 Add Grafana fabric overview dashboard 2025-12-16 13:04:33 +00:00