|
1 | 1 | { |
2 | | - "__inputs": [ |
3 | | - { |
4 | | - "name": "DS_PROMETHEUS", |
5 | | - "label": "Prometheus", |
6 | | - "description": "", |
7 | | - "type": "datasource", |
8 | | - "pluginId": "prometheus", |
9 | | - "pluginName": "Prometheus" |
10 | | - } |
11 | | - ], |
12 | | - "__requires": [ |
13 | | - { |
14 | | - "type": "grafana", |
15 | | - "id": "grafana", |
16 | | - "name": "Grafana", |
17 | | - "version": "7.2.1" |
18 | | - }, |
19 | | - { |
20 | | - "type": "panel", |
21 | | - "id": "graph", |
22 | | - "name": "Graph", |
23 | | - "version": "" |
24 | | - }, |
25 | | - { |
26 | | - "type": "datasource", |
27 | | - "id": "prometheus", |
28 | | - "name": "Prometheus", |
29 | | - "version": "1.0.0" |
30 | | - } |
31 | | - ], |
32 | 2 | "annotations": { |
33 | 3 | "list": [ |
34 | 4 | { |
|
37 | 7 | "enable": true, |
38 | 8 | "hide": true, |
39 | 9 | "iconColor": "rgba(0, 211, 255, 1)", |
40 | | - "name": "Annotations & Alerts", |
| 10 | + "name": "Annotations & Alerts", |
41 | 11 | "type": "dashboard" |
42 | 12 | } |
43 | 13 | ] |
44 | 14 | }, |
45 | 15 | "editable": true, |
46 | 16 | "gnetId": null, |
47 | 17 | "graphTooltip": 0, |
48 | | - "id": null, |
49 | 18 | "links": [], |
50 | 19 | "panels": [ |
51 | 20 | { |
52 | 21 | "aliasColors": {}, |
53 | 22 | "bars": false, |
54 | 23 | "dashLength": 10, |
55 | 24 | "dashes": false, |
56 | | - "datasource": "${DS_PROMETHEUS}", |
| 25 | + "datasource": "prometheus", |
57 | 26 | "fieldConfig": { |
58 | 27 | "defaults": { |
59 | 28 | "custom": {} |
|
83 | 52 | }, |
84 | 53 | "lines": true, |
85 | 54 | "linewidth": 1, |
86 | | - "nullPointMode": "null", |
| 55 | + "nullPointMode": "connected", |
87 | 56 | "options": { |
88 | | - "alertThreshold": true |
| 57 | + "alertThreshold": true, |
| 58 | + "dataLinks": [] |
89 | 59 | }, |
90 | 60 | "percentage": false, |
91 | | - "pluginVersion": "7.2.1", |
| 61 | + "pluginVersion": "7.0.3", |
92 | 62 | "pointradius": 2, |
93 | 63 | "points": false, |
94 | 64 | "renderer": "flot", |
95 | 65 | "seriesOverrides": [], |
96 | 66 | "spaceLength": 10, |
97 | 67 | "stack": false, |
98 | | - "steppedLine": false, |
| 68 | + "steppedLine": true, |
99 | 69 | "targets": [ |
100 | 70 | { |
101 | 71 | "expr": "speedtest_ping_latency_milliseconds", |
| 72 | + "format": "time_series", |
| 73 | + "instant": false, |
102 | 74 | "interval": "", |
103 | 75 | "legendFormat": "Ping (ms)", |
104 | 76 | "refId": "A" |
105 | 77 | }, |
106 | 78 | { |
107 | 79 | "expr": "speedtest_jitter_latency_milliseconds", |
| 80 | + "format": "time_series", |
| 81 | + "instant": false, |
108 | 82 | "interval": "", |
109 | 83 | "legendFormat": "Jitter (ms)", |
110 | 84 | "refId": "B" |
|
158 | 132 | "bars": false, |
159 | 133 | "dashLength": 10, |
160 | 134 | "dashes": false, |
161 | | - "datasource": "${DS_PROMETHEUS}", |
| 135 | + "datasource": "prometheus", |
162 | 136 | "description": "", |
163 | 137 | "fieldConfig": { |
164 | 138 | "defaults": { |
|
188 | 162 | }, |
189 | 163 | "lines": true, |
190 | 164 | "linewidth": 1, |
191 | | - "nullPointMode": "null", |
| 165 | + "nullPointMode": "connected", |
192 | 166 | "options": { |
193 | | - "alertThreshold": true |
| 167 | + "alertThreshold": true, |
| 168 | + "dataLinks": [] |
194 | 169 | }, |
195 | 170 | "percentage": false, |
196 | 171 | "pluginVersion": "7.2.1", |
|
200 | 175 | "seriesOverrides": [], |
201 | 176 | "spaceLength": 10, |
202 | 177 | "stack": false, |
203 | | - "steppedLine": false, |
| 178 | + "steppedLine": true, |
204 | 179 | "targets": [ |
205 | 180 | { |
206 | 181 | "expr": "speedtest_download_bits_per_second*10^-6", |
| 182 | + "format": "time_series", |
| 183 | + "instant": false, |
207 | 184 | "interval": "", |
208 | 185 | "legendFormat": "Download Speed (Mbits/s)", |
209 | 186 | "refId": "A" |
|
258 | 235 | "bars": false, |
259 | 236 | "dashLength": 10, |
260 | 237 | "dashes": false, |
261 | | - "datasource": "${DS_PROMETHEUS}", |
| 238 | + "datasource": "prometheus", |
262 | 239 | "fieldConfig": { |
263 | 240 | "defaults": { |
264 | 241 | "custom": {} |
|
287 | 264 | }, |
288 | 265 | "lines": true, |
289 | 266 | "linewidth": 1, |
290 | | - "nullPointMode": "null", |
| 267 | + "nullPointMode": "connected", |
291 | 268 | "options": { |
292 | | - "alertThreshold": true |
| 269 | + "alertThreshold": true, |
| 270 | + "dataLinks": [] |
293 | 271 | }, |
294 | 272 | "percentage": false, |
295 | 273 | "pluginVersion": "7.2.1", |
|
299 | 277 | "seriesOverrides": [], |
300 | 278 | "spaceLength": 10, |
301 | 279 | "stack": false, |
302 | | - "steppedLine": false, |
| 280 | + "steppedLine": true, |
303 | 281 | "targets": [ |
304 | 282 | { |
305 | 283 | "expr": "speedtest_upload_bits_per_second*10^-6", |
| 284 | + "format": "time_series", |
306 | 285 | "interval": "", |
307 | 286 | "legendFormat": "Upload Speed (Mbits/s)", |
308 | 287 | "refId": "A" |
|
354 | 333 | } |
355 | 334 | } |
356 | 335 | ], |
357 | | - "refresh": false, |
358 | | - "schemaVersion": 26, |
| 336 | + "refresh": "15m", |
| 337 | + "schemaVersion": 25, |
359 | 338 | "style": "dark", |
360 | 339 | "tags": [], |
361 | 340 | "templating": { |
|
369 | 348 | "timezone": "", |
370 | 349 | "title": "Speedtest Dashboard", |
371 | 350 | "uid": "-fs18ztMz", |
372 | | - "version": 4 |
| 351 | + "version": 1 |
373 | 352 | } |
0 commit comments