You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: grafana/dashboards/system metrics.json
+45-8
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
"gnetId": 1138,
19
19
"graphTooltip": 0,
20
20
"id": null,
21
-
"iteration": 1543014739894,
21
+
"iteration": 1543431215855,
22
22
"links": [],
23
23
"panels": [
24
24
{
@@ -2318,12 +2318,19 @@
2318
2318
"pointradius": 5,
2319
2319
"points": false,
2320
2320
"renderer": "flot",
2321
-
"seriesOverrides": [],
2321
+
"seriesOverrides": [
2322
+
{
2323
+
"$$hashKey": "object:1491",
2324
+
"alias": "Write bytes",
2325
+
"transform": "negative-Y"
2326
+
}
2327
+
],
2322
2328
"spaceLength": 10,
2323
2329
"stack": false,
2324
2330
"steppedLine": false,
2325
2331
"targets": [
2326
2332
{
2333
+
"$$hashKey": "object:249",
2327
2334
"alias": "Read bytes",
2328
2335
"dsType": "influxdb",
2329
2336
"expr": "",
@@ -2344,6 +2351,7 @@
2344
2351
"hide": false,
2345
2352
"intervalFactor": 2,
2346
2353
"measurement": "diskio",
2354
+
"orderByTime": "ASC",
2347
2355
"policy": "default",
2348
2356
"query": "SELECT derivative(mean(\"read_bytes\"), 5m) FROM \"diskio\" WHERE \"host\" =~ /^$host$/ AND $timeFilter GROUP BY time($interval) fill(null)",
0 commit comments