fix network metrics & grafana dashboard
number of top process consumer in config
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user