Fix System Stats script (#6985)

automerge
This commit is contained in:
Sagar Dhawan
2019-11-15 13:25:40 -08:00
committed by Grimes
parent 946e937549
commit cab2232aba
2 changed files with 5 additions and 3 deletions

View File

@ -9707,7 +9707,7 @@
],
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT max(\"ram_usage\") as \"ram_usage\" FROM \"$testnet\".\"autogen\".\"system-stats\" WHERE hostname =~ /$hostid/ AND $timeFilter GROUP BY time(1s) fill(null)\n",
"query": "SELECT max(\"ram_usage\") as \"ram_usage\" FROM \"$testnet\".\"autogen\".\"system-stats\" WHERE hostname =~ /$hostid/ AND $timeFilter GROUP BY time(5s) fill(null)\n",
"rawQuery": true,
"refId": "B",
"resultFormat": "time_series",