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"
}

View File

@@ -9,7 +9,7 @@
# Filter mode: "whitelist" or "blacklist"
# - whitelist: Only export metrics for processes in the lists below
# - blacklist: Export metrics for all processes EXCEPT those in the lists
filter_mode = "whitelist"
filter_mode = "blacklist"
# Process names to monitor (case-insensitive substring match)
# Examples for common server processes: