]> git.proxmox.com Git - ceph.git/blame - ceph/monitoring/ceph-mixin/dashboards_out/osds-overview.json
import quincy beta 17.1.0
[ceph.git] / ceph / monitoring / ceph-mixin / dashboards_out / osds-overview.json
CommitLineData
11fdf7f2 1{
a4b75251
TL
2 "__inputs": [ ],
3 "__requires": [
11fdf7f2 4 {
a4b75251
TL
5 "id": "grafana",
6 "name": "Grafana",
7 "type": "grafana",
8 "version": "5.0.0"
11fdf7f2 9 },
a4b75251
TL
10 {
11 "id": "grafana-piechart-panel",
12 "name": "Pie Chart",
13 "type": "panel",
14 "version": "1.3.3"
11fdf7f2 15 },
a4b75251
TL
16 {
17 "id": "graph",
18 "name": "Graph",
19 "type": "panel",
20 "version": "5.0.0"
11fdf7f2 21 },
a4b75251
TL
22 {
23 "id": "table",
24 "name": "Table",
25 "type": "panel",
26 "version": "5.0.0"
27 }
28 ],
29 "annotations": {
30 "list": [
31 {
32 "builtIn": 1,
33 "datasource": "-- Grafana --",
34 "enable": true,
35 "hide": true,
36 "iconColor": "rgba(0, 211, 255, 1)",
37 "name": "Annotations & Alerts",
38 "showIn": 0,
39 "tags": [ ],
40 "type": "dashboard"
41 }
11fdf7f2 42 ]
a4b75251
TL
43 },
44 "description": "",
45 "editable": false,
46 "gnetId": null,
47 "graphTooltip": 0,
48 "hideControls": false,
49 "id": null,
50 "links": [ ],
51 "panels": [
52 {
53 "aliasColors": {
54 "@95%ile": "#e0752d"
55 },
56 "bars": false,
57 "dashLength": 10,
58 "dashes": false,
59 "datasource": "$datasource",
60 "description": "",
61 "fill": 1,
20effc67 62 "fillGradient": 0,
a4b75251
TL
63 "gridPos": {
64 "h": 8,
65 "w": 8,
66 "x": 0,
67 "y": 0
68 },
69 "id": 2,
70 "legend": {
71 "alignAsTable": false,
72 "avg": false,
73 "current": false,
74 "max": false,
75 "min": false,
76 "rightSide": false,
77 "show": true,
78 "sideWidth": null,
79 "total": false,
80 "values": false
81 },
82 "lines": true,
83 "linewidth": 1,
84 "links": [ ],
85 "nullPointMode": "null",
86 "percentage": false,
87 "pointradius": 5,
88 "points": false,
89 "renderer": "flot",
90 "repeat": null,
91 "seriesOverrides": [ ],
92 "spaceLength": 10,
93 "stack": false,
94 "steppedLine": false,
95 "targets": [
96 {
97 "expr": "avg (irate(ceph_osd_op_r_latency_sum[1m]) / on (ceph_daemon) irate(ceph_osd_op_r_latency_count[1m]) * 1000)",
98 "format": "time_series",
99 "intervalFactor": 1,
100 "legendFormat": "AVG read",
101 "refId": "A"
102 },
103 {
104 "expr": "max (irate(ceph_osd_op_r_latency_sum[1m]) / on (ceph_daemon) irate(ceph_osd_op_r_latency_count[1m]) * 1000)",
105 "format": "time_series",
106 "intervalFactor": 1,
107 "legendFormat": "MAX read",
108 "refId": "B"
109 },
110 {
111 "expr": "quantile(0.95,\n (irate(ceph_osd_op_r_latency_sum[1m]) / on (ceph_daemon) irate(ceph_osd_op_r_latency_count[1m]) * 1000)\n)",
112 "format": "time_series",
113 "intervalFactor": 1,
114 "legendFormat": "@95%ile",
115 "refId": "C"
116 }
117 ],
118 "thresholds": [ ],
119 "timeFrom": null,
120 "timeShift": null,
121 "title": "OSD Read Latencies",
122 "tooltip": {
123 "shared": true,
124 "sort": 0,
125 "value_type": "individual"
126 },
127 "type": "graph",
128 "xaxis": {
129 "buckets": null,
130 "mode": "time",
131 "name": null,
132 "show": true,
133 "values": [ ]
134 },
135 "yaxes": [
136 {
137 "format": "ms",
138 "label": null,
139 "logBase": 1,
140 "max": null,
141 "min": "0",
142 "show": true
143 },
144 {
145 "format": "short",
146 "label": null,
147 "logBase": 1,
148 "max": null,
149 "min": "0",
150 "show": true
151 }
152 ]
11fdf7f2 153 },
a4b75251
TL
154 {
155 "columns": [ ],
156 "datasource": "$datasource",
157 "description": "This table shows the osd's that are delivering the 10 highest read latencies within the cluster",
158 "gridPos": {
159 "h": 8,
160 "w": 4,
161 "x": 8,
162 "y": 0
163 },
164 "id": 3,
20effc67 165 "links": [ ],
a4b75251
TL
166 "sort": {
167 "col": 2,
168 "desc": true
169 },
170 "styles": [
171 {
172 "alias": "OSD ID",
173 "colorMode": null,
174 "colors": [
175 "rgba(245, 54, 54, 0.9)",
176 "rgba(237, 129, 40, 0.89)",
177 "rgba(50, 172, 45, 0.97)"
178 ],
179 "dateFormat": "YYYY-MM-DD HH:mm:ss",
180 "decimals": 2,
181 "mappingType": 1,
182 "pattern": "ceph_daemon",
183 "thresholds": [ ],
184 "type": "string",
185 "unit": "short",
186 "valueMaps": [ ]
187 },
188 {
189 "alias": "Latency (ms)",
190 "colorMode": null,
191 "colors": [
192 "rgba(245, 54, 54, 0.9)",
193 "rgba(237, 129, 40, 0.89)",
194 "rgba(50, 172, 45, 0.97)"
195 ],
196 "dateFormat": "YYYY-MM-DD HH:mm:ss",
197 "decimals": 2,
198 "mappingType": 1,
199 "pattern": "Value",
200 "thresholds": [ ],
201 "type": "number",
202 "unit": "none",
203 "valueMaps": [ ]
204 },
205 {
206 "alias": "",
207 "colorMode": null,
208 "colors": [
209 "rgba(245, 54, 54, 0.9)",
210 "rgba(237, 129, 40, 0.89)",
211 "rgba(50, 172, 45, 0.97)"
212 ],
213 "dateFormat": "YYYY-MM-DD HH:mm:ss",
214 "decimals": 2,
215 "mappingType": 1,
216 "pattern": "/.*/",
217 "thresholds": [ ],
218 "type": "hidden",
219 "unit": "short",
220 "valueMaps": [ ]
221 }
222 ],
223 "targets": [
224 {
225 "expr": "topk(10,\n (sort(\n (irate(ceph_osd_op_r_latency_sum[1m]) / on (ceph_daemon) irate(ceph_osd_op_r_latency_count[1m]) * 1000)\n ))\n)\n\n",
226 "format": "table",
227 "intervalFactor": 1,
228 "legendFormat": "",
229 "refId": "A"
230 }
231 ],
232 "timeFrom": null,
233 "timeShift": null,
234 "title": "Highest READ Latencies",
235 "transform": "table",
236 "type": "table"
11fdf7f2 237 },
a4b75251
TL
238 {
239 "aliasColors": {
240 "@95%ile write": "#e0752d"
241 },
242 "bars": false,
243 "dashLength": 10,
244 "dashes": false,
245 "datasource": "$datasource",
246 "description": "",
247 "fill": 1,
20effc67 248 "fillGradient": 0,
a4b75251
TL
249 "gridPos": {
250 "h": 8,
251 "w": 8,
252 "x": 12,
253 "y": 0
254 },
255 "id": 4,
256 "legend": {
257 "alignAsTable": false,
258 "avg": false,
259 "current": false,
260 "max": false,
261 "min": false,
262 "rightSide": false,
263 "show": true,
264 "sideWidth": null,
265 "total": false,
266 "values": false
267 },
268 "lines": true,
269 "linewidth": 1,
270 "links": [ ],
271 "nullPointMode": "null",
272 "percentage": false,
273 "pointradius": 5,
274 "points": false,
275 "renderer": "flot",
276 "repeat": null,
277 "seriesOverrides": [ ],
278 "spaceLength": 10,
279 "stack": false,
280 "steppedLine": false,
281 "targets": [
282 {
283 "expr": "avg (irate(ceph_osd_op_w_latency_sum[1m]) / on (ceph_daemon) irate(ceph_osd_op_w_latency_count[1m]) * 1000)",
284 "format": "time_series",
285 "intervalFactor": 1,
286 "legendFormat": "AVG write",
287 "refId": "A"
288 },
289 {
290 "expr": "max (irate(ceph_osd_op_w_latency_sum[1m]) / on (ceph_daemon) irate(ceph_osd_op_w_latency_count[1m]) * 1000)",
291 "format": "time_series",
292 "intervalFactor": 1,
293 "legendFormat": "MAX write",
294 "refId": "B"
295 },
296 {
297 "expr": "quantile(0.95,\n (irate(ceph_osd_op_w_latency_sum[1m]) / on (ceph_daemon) irate(ceph_osd_op_w_latency_count[1m]) * 1000)\n)",
298 "format": "time_series",
299 "intervalFactor": 1,
300 "legendFormat": "@95%ile write",
301 "refId": "C"
302 }
303 ],
304 "thresholds": [ ],
305 "timeFrom": null,
306 "timeShift": null,
307 "title": "OSD Write Latencies",
308 "tooltip": {
309 "shared": true,
310 "sort": 0,
311 "value_type": "individual"
312 },
313 "type": "graph",
314 "xaxis": {
315 "buckets": null,
316 "mode": "time",
317 "name": null,
318 "show": true,
319 "values": [ ]
320 },
321 "yaxes": [
322 {
323 "format": "ms",
324 "label": null,
325 "logBase": 1,
326 "max": null,
327 "min": "0",
328 "show": true
329 },
330 {
331 "format": "short",
332 "label": null,
333 "logBase": 1,
334 "max": null,
335 "min": "0",
336 "show": true
337 }
338 ]
11fdf7f2 339 },
a4b75251
TL
340 {
341 "columns": [ ],
342 "datasource": "$datasource",
343 "description": "This table shows the osd's that are delivering the 10 highest write latencies within the cluster",
344 "gridPos": {
345 "h": 8,
346 "w": 4,
347 "x": 20,
348 "y": 0
349 },
350 "id": 5,
20effc67 351 "links": [ ],
a4b75251
TL
352 "sort": {
353 "col": 2,
354 "desc": true
355 },
356 "styles": [
357 {
358 "alias": "OSD ID",
359 "colorMode": null,
360 "colors": [
361 "rgba(245, 54, 54, 0.9)",
362 "rgba(237, 129, 40, 0.89)",
363 "rgba(50, 172, 45, 0.97)"
364 ],
365 "dateFormat": "YYYY-MM-DD HH:mm:ss",
366 "decimals": 2,
367 "mappingType": 1,
368 "pattern": "ceph_daemon",
369 "thresholds": [ ],
370 "type": "string",
371 "unit": "short",
372 "valueMaps": [ ]
373 },
374 {
375 "alias": "Latency (ms)",
376 "colorMode": null,
377 "colors": [
378 "rgba(245, 54, 54, 0.9)",
379 "rgba(237, 129, 40, 0.89)",
380 "rgba(50, 172, 45, 0.97)"
381 ],
382 "dateFormat": "YYYY-MM-DD HH:mm:ss",
383 "decimals": 2,
384 "mappingType": 1,
385 "pattern": "Value",
386 "thresholds": [ ],
387 "type": "number",
388 "unit": "none",
389 "valueMaps": [ ]
390 },
391 {
392 "alias": "",
393 "colorMode": null,
394 "colors": [
395 "rgba(245, 54, 54, 0.9)",
396 "rgba(237, 129, 40, 0.89)",
397 "rgba(50, 172, 45, 0.97)"
398 ],
399 "dateFormat": "YYYY-MM-DD HH:mm:ss",
400 "decimals": 2,
401 "mappingType": 1,
402 "pattern": "/.*/",
403 "thresholds": [ ],
404 "type": "hidden",
405 "unit": "short",
406 "valueMaps": [ ]
407 }
408 ],
409 "targets": [
410 {
411 "expr": "topk(10,\n (sort(\n (irate(ceph_osd_op_w_latency_sum[1m]) / on (ceph_daemon) irate(ceph_osd_op_w_latency_count[1m]) * 1000)\n ))\n)\n\n",
412 "format": "table",
413 "intervalFactor": 1,
414 "legendFormat": "",
415 "refId": "A"
416 }
417 ],
418 "timeFrom": null,
419 "timeShift": null,
420 "title": "Highest WRITE Latencies",
421 "transform": "table",
422 "type": "table"
11fdf7f2 423 },
a4b75251
TL
424 {
425 "aliasColors": { },
426 "datasource": "$datasource",
427 "description": "",
428 "gridPos": {
429 "h": 8,
430 "w": 4,
431 "x": 0,
432 "y": 8
433 },
434 "id": 6,
435 "legend": {
436 "percentage": true,
437 "show": true,
438 "values": true
439 },
440 "legendType": "Under graph",
441 "pieType": "pie",
442 "targets": [
443 {
444 "expr": "count by (device_class) (ceph_osd_metadata)",
445 "format": "time_series",
446 "intervalFactor": 1,
447 "legendFormat": "{{device_class}}",
448 "refId": "A"
449 }
450 ],
451 "title": "OSD Types Summary",
452 "type": "grafana-piechart-panel",
453 "valueName": "current"
11fdf7f2 454 },
a4b75251
TL
455 {
456 "aliasColors": {
457 "Non-Encrypted": "#E5AC0E"
458 },
459 "datasource": "$datasource",
460 "description": "",
461 "gridPos": {
462 "h": 8,
463 "w": 4,
464 "x": 4,
465 "y": 8
466 },
467 "id": 7,
468 "legend": {
469 "percentage": true,
470 "show": true,
471 "values": true
472 },
473 "legendType": "Under graph",
474 "pieType": "pie",
475 "targets": [
476 {
477 "expr": "count(ceph_bluefs_wal_total_bytes)",
478 "format": "time_series",
479 "intervalFactor": 1,
480 "legendFormat": "bluestore",
481 "refId": "A"
482 },
a4b75251
TL
483 {
484 "expr": "absent(ceph_bluefs_wal_total_bytes)*count(ceph_osd_metadata)",
485 "format": "time_series",
486 "intervalFactor": 1,
487 "legendFormat": "filestore",
20effc67 488 "refId": "B"
a4b75251
TL
489 }
490 ],
491 "title": "OSD Objectstore Types",
492 "type": "grafana-piechart-panel",
493 "valueName": "current"
11fdf7f2 494 },
a4b75251
TL
495 {
496 "aliasColors": { },
497 "datasource": "$datasource",
498 "description": "The pie chart shows the various OSD sizes used within the cluster",
499 "gridPos": {
500 "h": 8,
501 "w": 4,
502 "x": 8,
503 "y": 8
504 },
505 "id": 8,
506 "legend": {
507 "percentage": true,
508 "show": true,
509 "values": true
510 },
511 "legendType": "Under graph",
512 "pieType": "pie",
513 "targets": [
514 {
515 "expr": "count(ceph_osd_stat_bytes < 1099511627776)",
516 "format": "time_series",
517 "intervalFactor": 1,
518 "legendFormat": "<1TB",
519 "refId": "A"
520 },
521 {
522 "expr": "count(ceph_osd_stat_bytes >= 1099511627776 < 2199023255552)",
523 "format": "time_series",
524 "intervalFactor": 1,
525 "legendFormat": "<2TB",
526 "refId": "B"
527 },
528 {
529 "expr": "count(ceph_osd_stat_bytes >= 2199023255552 < 3298534883328)",
530 "format": "time_series",
531 "intervalFactor": 1,
532 "legendFormat": "<3TB",
533 "refId": "C"
534 },
535 {
536 "expr": "count(ceph_osd_stat_bytes >= 3298534883328 < 4398046511104)",
537 "format": "time_series",
538 "intervalFactor": 1,
539 "legendFormat": "<4TB",
540 "refId": "D"
541 },
542 {
543 "expr": "count(ceph_osd_stat_bytes >= 4398046511104 < 6597069766656)",
544 "format": "time_series",
545 "intervalFactor": 1,
546 "legendFormat": "<6TB",
547 "refId": "E"
548 },
549 {
550 "expr": "count(ceph_osd_stat_bytes >= 6597069766656 < 8796093022208)",
551 "format": "time_series",
552 "intervalFactor": 1,
553 "legendFormat": "<8TB",
554 "refId": "F"
555 },
556 {
557 "expr": "count(ceph_osd_stat_bytes >= 8796093022208 < 10995116277760)",
558 "format": "time_series",
559 "intervalFactor": 1,
560 "legendFormat": "<10TB",
561 "refId": "G"
562 },
563 {
564 "expr": "count(ceph_osd_stat_bytes >= 10995116277760 < 13194139533312)",
565 "format": "time_series",
566 "intervalFactor": 1,
567 "legendFormat": "<12TB",
568 "refId": "H"
569 },
570 {
571 "expr": "count(ceph_osd_stat_bytes >= 13194139533312)",
572 "format": "time_series",
573 "intervalFactor": 1,
574 "legendFormat": "<12TB+",
575 "refId": "I"
576 }
577 ],
578 "title": "OSD Size Summary",
579 "type": "grafana-piechart-panel",
580 "valueName": "current"
11fdf7f2 581 },
a4b75251
TL
582 {
583 "aliasColors": { },
584 "bars": true,
585 "dashLength": 10,
586 "dashes": false,
587 "datasource": "$datasource",
588 "fill": 1,
20effc67 589 "fillGradient": 0,
a4b75251
TL
590 "gridPos": {
591 "h": 8,
20effc67 592 "w": 8,
a4b75251
TL
593 "x": 12,
594 "y": 8
595 },
596 "id": 9,
597 "legend": {
598 "alignAsTable": false,
599 "avg": false,
600 "current": false,
601 "max": false,
602 "min": false,
603 "rightSide": false,
604 "show": true,
605 "sideWidth": null,
606 "total": false,
607 "values": false
608 },
609 "lines": true,
610 "linewidth": 1,
611 "links": [ ],
612 "nullPointMode": "null",
613 "percentage": false,
614 "pointradius": 5,
615 "points": false,
616 "renderer": "flot",
617 "repeat": null,
618 "seriesOverrides": [ ],
619 "spaceLength": 10,
620 "stack": false,
621 "steppedLine": false,
622 "targets": [
623 {
624 "expr": "ceph_osd_numpg\n",
625 "format": "time_series",
626 "intervalFactor": 1,
627 "legendFormat": "PGs per OSD",
628 "refId": "A"
629 }
630 ],
631 "thresholds": [ ],
632 "timeFrom": null,
633 "timeShift": null,
634 "title": "Distribution of PGs per OSD",
635 "tooltip": {
636 "shared": true,
637 "sort": 0,
638 "value_type": "individual"
639 },
640 "type": "graph",
641 "xaxis": {
642 "buckets": 20,
643 "mode": "histogram",
644 "name": null,
645 "show": true,
646 "values": [ ]
647 },
648 "yaxes": [
649 {
650 "format": "short",
651 "label": "# of OSDs",
652 "logBase": 1,
653 "max": null,
654 "min": "0",
655 "show": true
656 },
657 {
658 "format": "short",
659 "label": null,
660 "logBase": 1,
661 "max": null,
662 "min": "0",
663 "show": true
664 }
665 ]
11fdf7f2 666 },
20effc67
TL
667 {
668 "cacheTimeout": null,
669 "colorBackground": false,
670 "colorValue": true,
671 "colors": [
672 "#d44a3a",
673 "#299c46"
674 ],
675 "datasource": "$datasource",
676 "description": "This gauge panel shows onode Hits ratio to help determine if increasing RAM per OSD could help improve the performance of the cluster",
677 "format": "percentunit",
678 "gauge": {
679 "maxValue": 1,
680 "minValue": 0,
681 "show": true,
682 "thresholdLabels": false,
683 "thresholdMarkers": true
684 },
685 "gridPos": {
686 "h": 8,
687 "w": 4,
688 "x": 20,
689 "y": 8
690 },
691 "id": 10,
692 "interval": null,
693 "links": [ ],
694 "mappingType": 1,
695 "mappingTypes": [
696 {
697 "name": "value to text",
698 "value": 1
699 },
700 {
701 "name": "range to text",
702 "value": 2
703 }
704 ],
705 "maxDataPoints": 100,
706 "nullPointMode": "connected",
707 "nullText": null,
708 "postfix": "",
709 "postfixFontSize": "50%",
710 "prefix": "",
711 "prefixFontSize": "50%",
712 "rangeMaps": [
713 {
714 "from": "null",
715 "text": "N/A",
716 "to": "null"
717 }
718 ],
719 "sparkline": {
720 "fillColor": "rgba(31, 118, 189, 0.18)",
721 "full": false,
722 "lineColor": "rgb(31, 120, 193)",
723 "show": false
724 },
725 "tableColumn": "",
726 "targets": [
727 {
728 "expr": "sum(ceph_bluestore_onode_hits)/(sum(ceph_bluestore_onode_hits) + sum(ceph_bluestore_onode_misses))",
729 "format": "time_series",
730 "intervalFactor": 1,
731 "legendFormat": "",
732 "refId": "A"
733 }
734 ],
735 "thresholds": ".75",
736 "title": "OSD onode Hits Ratio",
737 "type": "singlestat",
738 "valueFontSize": "80%",
739 "valueMaps": [
740 {
741 "op": "=",
742 "text": "N/A",
743 "value": "null"
744 }
745 ],
746 "valueName": "current"
747 },
a4b75251
TL
748 {
749 "collapse": false,
750 "collapsed": false,
751 "gridPos": {
752 "h": 1,
753 "w": 24,
754 "x": 0,
755 "y": 16
756 },
20effc67 757 "id": 11,
a4b75251
TL
758 "panels": [ ],
759 "repeat": null,
760 "repeatIteration": null,
761 "repeatRowId": null,
762 "showTitle": true,
763 "title": "R/W Profile",
764 "titleSize": "h6",
765 "type": "row"
11fdf7f2 766 },
a4b75251
TL
767 {
768 "aliasColors": { },
769 "bars": false,
770 "dashLength": 10,
771 "dashes": false,
772 "datasource": "$datasource",
773 "description": "Show the read/write workload profile overtime",
774 "fill": 1,
20effc67 775 "fillGradient": 0,
a4b75251
TL
776 "gridPos": {
777 "h": 8,
778 "w": 24,
779 "x": 0,
780 "y": 17
781 },
20effc67 782 "id": 12,
a4b75251
TL
783 "legend": {
784 "alignAsTable": false,
785 "avg": false,
786 "current": false,
787 "max": false,
788 "min": false,
789 "rightSide": false,
790 "show": true,
791 "sideWidth": null,
792 "total": false,
793 "values": false
794 },
795 "lines": true,
796 "linewidth": 1,
797 "links": [ ],
798 "nullPointMode": "null",
799 "percentage": false,
800 "pointradius": 5,
801 "points": false,
802 "renderer": "flot",
803 "repeat": null,
804 "seriesOverrides": [ ],
805 "spaceLength": 10,
806 "stack": false,
807 "steppedLine": false,
808 "targets": [
809 {
810 "expr": "round(sum(irate(ceph_pool_rd[30s])))",
811 "format": "time_series",
812 "intervalFactor": 1,
813 "legendFormat": "Reads",
814 "refId": "A"
815 },
816 {
817 "expr": "round(sum(irate(ceph_pool_wr[30s])))",
818 "format": "time_series",
819 "intervalFactor": 1,
820 "legendFormat": "Writes",
821 "refId": "B"
822 }
823 ],
824 "thresholds": [ ],
825 "timeFrom": null,
826 "timeShift": null,
827 "title": "Read/Write Profile",
828 "tooltip": {
829 "shared": true,
830 "sort": 0,
831 "value_type": "individual"
832 },
833 "type": "graph",
834 "xaxis": {
835 "buckets": null,
836 "mode": "time",
837 "name": null,
838 "show": true,
839 "values": [ ]
840 },
841 "yaxes": [
842 {
843 "format": "short",
844 "label": null,
845 "logBase": 1,
846 "max": null,
847 "min": null,
848 "show": true
849 },
850 {
851 "format": "short",
852 "label": null,
853 "logBase": 1,
854 "max": null,
855 "min": null,
856 "show": true
857 }
858 ]
859 }
860 ],
861 "refresh": "10s",
862 "rows": [ ],
863 "schemaVersion": 16,
864 "style": "dark",
865 "tags": [ ],
866 "templating": {
867 "list": [
868 {
869 "current": {
870 "text": "default",
871 "value": "default"
872 },
873 "hide": 0,
874 "label": "Data Source",
875 "name": "datasource",
876 "options": [ ],
877 "query": "prometheus",
878 "refresh": 1,
879 "regex": "",
880 "type": "datasource"
881 }
11fdf7f2 882 ]
a4b75251
TL
883 },
884 "time": {
885 "from": "now-1h",
886 "to": "now"
887 },
888 "timepicker": {
889 "refresh_intervals": [
890 "5s",
891 "10s",
892 "30s",
893 "1m",
894 "5m",
895 "15m",
896 "30m",
897 "1h",
898 "2h",
899 "1d"
11fdf7f2 900 ],
a4b75251
TL
901 "time_options": [
902 "5m",
903 "15m",
904 "1h",
905 "6h",
906 "12h",
907 "24h",
908 "2d",
909 "7d",
910 "30d"
11fdf7f2 911 ]
a4b75251
TL
912 },
913 "timezone": "",
914 "title": "OSD Overview",
915 "uid": "lo02I1Aiz",
916 "version": 0
11fdf7f2 917}