fix network metrics & grafana dashboard

number of top process consumer in config
This commit is contained in:
2025-11-07 20:24:51 +01:00
parent 9bb3f113db
commit 2e950506b7
6 changed files with 99 additions and 39 deletions

View File

@@ -66,12 +66,12 @@
"gridPos": {"h": 8, "w": 12, "x": 0, "y": 8},
"targets": [
{
"expr": "system_network_rx_bytes_rate",
"expr": "system_network_rx_bytes_per_sec",
"legendFormat": "RX - {{interface}}",
"refId": "RX"
},
{
"expr": "system_network_tx_bytes_rate",
"expr": "system_network_tx_bytes_per_sec",
"legendFormat": "TX - {{interface}}",
"refId": "TX"
}