Commit Graph
5 Commits
Author SHA1 Message Date
Damien 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
Damien 92e8556e1f Add Network Weathermap dashboard template 2025-12-16 13:05:55 +00:00
Damien c975945d27 Add Grafana fabric overview dashboard 2025-12-16 13:04:33 +00:00
Damien 6f873c8584 Add Grafana dashboard provisioning configuration 2025-12-16 12:14:41 +00:00
Damien 35123308c2 Add Grafana datasource provisioning for Prometheus 2025-12-16 12:14:35 +00:00