Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit daf10a2

Browse files
DustinBragglmprice
authored andcommitted
Updated Interface dashboard time intervals
1 parent ee17ee5 commit daf10a2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

plugins/eseries_monitoring/dashboards/Interface View Dashboard.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
},
124124
{
125125
"params": [],
126-
"type": "sum"
126+
"type": "mean"
127127
}
128128
]
129129
],
@@ -160,7 +160,7 @@
160160
"measurement": "interface",
161161
"orderByTime": "ASC",
162162
"policy": "downsample_retention",
163-
"query": "SELECT sum(\"ds_combinedResponseTime\") FROM \"downsample_retention\".\"interface\" WHERE (\"sys_name\" =~ /^$System$/) AND $timeFilter AND time < now() - 1w GROUP BY time($__interval), \"channel_type\" fill(none)",
163+
"query": "SELECT mean(\"ds_combinedResponseTime\") FROM \"downsample_retention\".\"interface\" WHERE (\"sys_name\" =~ /^$System$/) AND $timeFilter AND time < now() - 1w GROUP BY time($__interval), \"channel_type\" fill(none)",
164164
"rawQuery": true,
165165
"refId": "B",
166166
"resultFormat": "time_series",
@@ -174,7 +174,7 @@
174174
},
175175
{
176176
"params": [],
177-
"type": "sum"
177+
"type": "mean"
178178
}
179179
]
180180
],
@@ -275,7 +275,7 @@
275275
"groupBy": [
276276
{
277277
"params": [
278-
"$__interval"
278+
"5s"
279279
],
280280
"type": "time"
281281
},
@@ -324,7 +324,7 @@
324324
"groupBy": [
325325
{
326326
"params": [
327-
"$__interval"
327+
"5s"
328328
],
329329
"type": "time"
330330
},
@@ -344,7 +344,7 @@
344344
"measurement": "interface",
345345
"orderByTime": "ASC",
346346
"policy": "downsample_retention",
347-
"query": "SELECT sum(\"ds_combinedThroughput\") FROM \"downsample_retention\".\"interface\" WHERE (\"sys_name\" =~ /^$System$/) AND $timeFilter AND time < now() - 1w GROUP BY time($__interval), \"channel_type\" fill(none)",
347+
"query": "SELECT sum(\"ds_combinedThroughput\") FROM \"downsample_retention\".\"interface\" WHERE (\"sys_name\" =~ /^$System$/) AND $timeFilter AND time < now() - 1w GROUP BY time(5s), \"channel_type\" fill(none)",
348348
"rawQuery": true,
349349
"refId": "B",
350350
"resultFormat": "time_series",
@@ -459,7 +459,7 @@
459459
"groupBy": [
460460
{
461461
"params": [
462-
"$__interval"
462+
"5s"
463463
],
464464
"type": "time"
465465
},
@@ -514,7 +514,7 @@
514514
"groupBy": [
515515
{
516516
"params": [
517-
"$__interval"
517+
"5s"
518518
],
519519
"type": "time"
520520
},
@@ -534,7 +534,7 @@
534534
"measurement": "interface",
535535
"orderByTime": "ASC",
536536
"policy": "downsample_retention",
537-
"query": "SELECT sum(\"ds_combinedIOps\") FROM \"downsample_retention\".\"interface\" WHERE (\"sys_name\" =~ /^$System$/ AND \"interface_id\" =~ /^$Interface$/) AND $timeFilter AND time < now() - 1w GROUP BY time($__interval), \"channel_type\" fill(none)",
537+
"query": "SELECT sum(\"ds_combinedIOps\") FROM \"downsample_retention\".\"interface\" WHERE (\"sys_name\" =~ /^$System$/ AND \"interface_id\" =~ /^$Interface$/) AND $timeFilter AND time < now() - 1w GROUP BY time(5s), \"channel_type\" fill(none)",
538538
"rawQuery": true,
539539
"refId": "B",
540540
"resultFormat": "time_series",

0 commit comments

Comments
 (0)