mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-26 02:31:36 +03:00
Update Grafana
This commit is contained in:
parent
632faeb102
commit
4d92bdfb7c
@ -390,7 +390,7 @@
|
||||
"function": "mean",
|
||||
"column": "wlan0.tx",
|
||||
"series": "network",
|
||||
"query": "select mean(wlan0.tx) from \"network\" where $timeFilter group by time($interval) order asc",
|
||||
"query": "select mean(wlan0.tx*-1) from \"network\" where $timeFilter group by time($interval) order asc",
|
||||
"alias": "Tx"
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user