]> git.proxmox.com Git - ceph.git/blame - ceph/monitoring/ceph-mixin/dashboards_out/osd-device-details.json
import ceph quincy 17.2.4
[ceph.git] / ceph / monitoring / ceph-mixin / dashboards_out / osd-device-details.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.3.2"
11fdf7f2 9 },
a4b75251
TL
10 {
11 "id": "graph",
12 "name": "Graph",
13 "type": "panel",
14 "version": "5.0.0"
81eedcae 15 }
a4b75251
TL
16 ],
17 "annotations": {
18 "list": [
19 {
20 "builtIn": 1,
21 "datasource": "-- Grafana --",
22 "enable": true,
23 "hide": true,
24 "iconColor": "rgba(0, 211, 255, 1)",
25 "name": "Annotations & Alerts",
26 "showIn": 0,
27 "tags": [ ],
28 "type": "dashboard"
29 }
30 ]
31 },
32 "description": "",
33 "editable": false,
34 "gnetId": null,
35 "graphTooltip": 0,
36 "hideControls": false,
37 "id": null,
38 "links": [ ],
39 "panels": [
40 {
41 "collapse": false,
42 "collapsed": false,
43 "gridPos": {
44 "h": 1,
45 "w": 24,
46 "x": 0,
47 "y": 0
48 },
49 "id": 2,
50 "panels": [ ],
51 "repeat": null,
52 "repeatIteration": null,
53 "repeatRowId": null,
54 "showTitle": true,
55 "title": "OSD Performance",
56 "titleSize": "h6",
57 "type": "row"
11fdf7f2 58 },
a4b75251
TL
59 {
60 "aliasColors": { },
61 "bars": false,
62 "dashLength": 10,
63 "dashes": false,
64 "datasource": "$datasource",
65 "description": "",
66 "fill": 1,
20effc67 67 "fillGradient": 0,
a4b75251
TL
68 "gridPos": {
69 "h": 9,
70 "w": 6,
71 "x": 0,
72 "y": 1
73 },
74 "id": 3,
75 "legend": {
76 "alignAsTable": false,
77 "avg": false,
78 "current": false,
79 "max": false,
80 "min": false,
81 "rightSide": false,
82 "show": true,
83 "sideWidth": null,
84 "total": false,
85 "values": false
86 },
87 "lines": true,
88 "linewidth": 1,
89 "links": [ ],
90 "nullPointMode": "null",
91 "percentage": false,
92 "pointradius": 5,
93 "points": false,
94 "renderer": "flot",
95 "repeat": null,
96 "seriesOverrides": [
97 {
98 "alias": "read",
99 "transform": "negative-Y"
100 }
101 ],
102 "spaceLength": 10,
103 "stack": false,
104 "steppedLine": false,
105 "targets": [
106 {
2a845540 107 "expr": "rate(ceph_osd_op_r_latency_sum{job=~\"$job\", ceph_daemon=~\"$osd\"}[$__rate_interval]) /\n on (ceph_daemon) rate(ceph_osd_op_r_latency_count{job=~\"$job\"}[$__rate_interval])\n",
a4b75251
TL
108 "format": "time_series",
109 "intervalFactor": 1,
110 "legendFormat": "read",
111 "refId": "A"
112 },
113 {
2a845540 114 "expr": "rate(ceph_osd_op_w_latency_sum{job=~\"$job\", ceph_daemon=~\"$osd\"}[$__rate_interval]) /\n on (ceph_daemon) rate(ceph_osd_op_w_latency_count{job=~\"$job\"}[$__rate_interval])\n",
a4b75251
TL
115 "format": "time_series",
116 "intervalFactor": 1,
117 "legendFormat": "write",
118 "refId": "B"
119 }
120 ],
121 "thresholds": [ ],
122 "timeFrom": null,
123 "timeShift": null,
124 "title": "$osd Latency",
125 "tooltip": {
126 "shared": true,
127 "sort": 0,
128 "value_type": "individual"
129 },
130 "type": "graph",
131 "xaxis": {
132 "buckets": null,
133 "mode": "time",
134 "name": null,
135 "show": true,
136 "values": [ ]
137 },
138 "yaxes": [
139 {
140 "format": "s",
141 "label": "Read (-) / Write (+)",
142 "logBase": 1,
143 "max": null,
144 "min": null,
145 "show": true
146 },
147 {
148 "format": "short",
149 "label": null,
150 "logBase": 1,
151 "max": null,
152 "min": null,
153 "show": true
154 }
155 ]
11fdf7f2 156 },
a4b75251
TL
157 {
158 "aliasColors": { },
159 "bars": false,
160 "dashLength": 10,
161 "dashes": false,
162 "datasource": "$datasource",
163 "description": "",
164 "fill": 1,
20effc67 165 "fillGradient": 0,
a4b75251
TL
166 "gridPos": {
167 "h": 9,
168 "w": 6,
169 "x": 6,
170 "y": 1
171 },
172 "id": 4,
173 "legend": {
174 "alignAsTable": false,
175 "avg": false,
176 "current": false,
177 "max": false,
178 "min": false,
179 "rightSide": false,
180 "show": true,
181 "sideWidth": null,
182 "total": false,
183 "values": false
184 },
185 "lines": true,
186 "linewidth": 1,
187 "links": [ ],
188 "nullPointMode": "null",
189 "percentage": false,
190 "pointradius": 5,
191 "points": false,
192 "renderer": "flot",
193 "repeat": null,
194 "seriesOverrides": [
195 {
196 "alias": "Reads",
197 "transform": "negative-Y"
198 }
199 ],
200 "spaceLength": 10,
201 "stack": false,
202 "steppedLine": false,
203 "targets": [
204 {
2a845540 205 "expr": "rate(ceph_osd_op_r{job=~\"$job\", ceph_daemon=~\"$osd\"}[$__rate_interval])",
a4b75251
TL
206 "format": "time_series",
207 "intervalFactor": 1,
208 "legendFormat": "Reads",
209 "refId": "A"
210 },
211 {
2a845540 212 "expr": "rate(ceph_osd_op_w{job=~\"$job\", ceph_daemon=~\"$osd\"}[$__rate_interval])",
a4b75251
TL
213 "format": "time_series",
214 "intervalFactor": 1,
215 "legendFormat": "Writes",
216 "refId": "B"
217 }
218 ],
219 "thresholds": [ ],
220 "timeFrom": null,
221 "timeShift": null,
222 "title": "$osd R/W IOPS",
223 "tooltip": {
224 "shared": true,
225 "sort": 0,
226 "value_type": "individual"
227 },
228 "type": "graph",
229 "xaxis": {
230 "buckets": null,
231 "mode": "time",
232 "name": null,
233 "show": true,
234 "values": [ ]
235 },
236 "yaxes": [
237 {
238 "format": "short",
239 "label": "Read (-) / Write (+)",
240 "logBase": 1,
241 "max": null,
242 "min": null,
243 "show": true
244 },
245 {
246 "format": "short",
247 "label": null,
248 "logBase": 1,
249 "max": null,
250 "min": null,
251 "show": true
252 }
253 ]
11fdf7f2 254 },
a4b75251
TL
255 {
256 "aliasColors": { },
257 "bars": false,
258 "dashLength": 10,
259 "dashes": false,
260 "datasource": "$datasource",
261 "description": "",
262 "fill": 1,
20effc67 263 "fillGradient": 0,
a4b75251
TL
264 "gridPos": {
265 "h": 9,
266 "w": 6,
267 "x": 12,
268 "y": 1
269 },
270 "id": 5,
271 "legend": {
272 "alignAsTable": false,
273 "avg": false,
274 "current": false,
275 "max": false,
276 "min": false,
277 "rightSide": false,
278 "show": true,
279 "sideWidth": null,
280 "total": false,
281 "values": false
282 },
283 "lines": true,
284 "linewidth": 1,
285 "links": [ ],
286 "nullPointMode": "null",
287 "percentage": false,
288 "pointradius": 5,
289 "points": false,
290 "renderer": "flot",
291 "repeat": null,
292 "seriesOverrides": [
293 {
294 "alias": "Read Bytes",
295 "transform": "negative-Y"
296 }
297 ],
298 "spaceLength": 10,
299 "stack": false,
300 "steppedLine": false,
301 "targets": [
302 {
2a845540 303 "expr": "rate(ceph_osd_op_r_out_bytes{job=~\"$job\", ceph_daemon=~\"$osd\"}[$__rate_interval])",
a4b75251
TL
304 "format": "time_series",
305 "intervalFactor": 1,
306 "legendFormat": "Read Bytes",
307 "refId": "A"
308 },
309 {
2a845540 310 "expr": "rate(ceph_osd_op_w_in_bytes{job=~\"$job\", ceph_daemon=~\"$osd\"}[$__rate_interval])",
a4b75251
TL
311 "format": "time_series",
312 "intervalFactor": 1,
313 "legendFormat": "Write Bytes",
314 "refId": "B"
315 }
316 ],
317 "thresholds": [ ],
318 "timeFrom": null,
319 "timeShift": null,
320 "title": "$osd R/W Bytes",
321 "tooltip": {
322 "shared": true,
323 "sort": 0,
324 "value_type": "individual"
325 },
326 "type": "graph",
327 "xaxis": {
328 "buckets": null,
329 "mode": "time",
330 "name": null,
331 "show": true,
332 "values": [ ]
333 },
334 "yaxes": [
335 {
336 "format": "bytes",
337 "label": "Read (-) / Write (+)",
338 "logBase": 1,
339 "max": null,
340 "min": null,
341 "show": true
342 },
343 {
344 "format": "short",
345 "label": null,
346 "logBase": 1,
347 "max": null,
348 "min": null,
349 "show": true
350 }
351 ]
11fdf7f2 352 },
a4b75251
TL
353 {
354 "collapse": false,
355 "collapsed": false,
356 "gridPos": {
357 "h": 1,
358 "w": 24,
359 "x": 0,
360 "y": 10
361 },
362 "id": 6,
363 "panels": [ ],
364 "repeat": null,
365 "repeatIteration": null,
366 "repeatRowId": null,
367 "showTitle": true,
368 "title": "Physical Device Performance",
369 "titleSize": "h6",
370 "type": "row"
11fdf7f2 371 },
a4b75251
TL
372 {
373 "aliasColors": { },
374 "bars": false,
375 "dashLength": 10,
376 "dashes": false,
377 "datasource": "$datasource",
378 "description": "",
379 "fill": 1,
20effc67 380 "fillGradient": 0,
a4b75251
TL
381 "gridPos": {
382 "h": 9,
383 "w": 6,
384 "x": 0,
385 "y": 11
386 },
387 "id": 7,
388 "legend": {
389 "alignAsTable": false,
390 "avg": false,
391 "current": false,
392 "max": false,
393 "min": false,
394 "rightSide": false,
395 "show": true,
396 "sideWidth": null,
397 "total": false,
398 "values": false
399 },
400 "lines": true,
401 "linewidth": 1,
402 "links": [ ],
403 "nullPointMode": "null",
404 "percentage": false,
405 "pointradius": 5,
406 "points": false,
407 "renderer": "flot",
408 "repeat": null,
409 "seriesOverrides": [
410 {
411 "alias": "/.*Reads/",
412 "transform": "negative-Y"
413 }
414 ],
415 "spaceLength": 10,
416 "stack": false,
417 "steppedLine": false,
418 "targets": [
419 {
2a845540 420 "expr": "(\n label_replace(\n rate(node_disk_read_time_seconds_total{}[$__rate_interval]) /\n rate(node_disk_reads_completed_total{}[$__rate_interval]),\n \"instance\", \"$1\", \"instance\", \"([^:.]*).*\"\n ) and on (instance, device) label_replace(\n label_replace(\n ceph_disk_occupation_human{job=~\"$job\", ceph_daemon=~\"$osd\"},\n \"device\", \"$1\", \"device\", \"/dev/(.*)\"\n ), \"instance\", \"$1\", \"instance\", \"([^:.]*).*\"\n )\n)\n",
a4b75251
TL
421 "format": "time_series",
422 "intervalFactor": 1,
423 "legendFormat": "{{instance}}/{{device}} Reads",
424 "refId": "A"
425 },
426 {
2a845540 427 "expr": "(\n label_replace(\n rate(node_disk_write_time_seconds_total{}[$__rate_interval]) /\n rate(node_disk_writes_completed_total{}[$__rate_interval]),\n \"instance\", \"$1\", \"instance\", \"([^:.]*).*\") and on (instance, device)\n label_replace(\n label_replace(\n ceph_disk_occupation_human{job=~\"$job\", ceph_daemon=~\"$osd\"}, \"device\", \"$1\", \"device\", \"/dev/(.*)\"\n ), \"instance\", \"$1\", \"instance\", \"([^:.]*).*\"\n )\n )\n",
a4b75251
TL
428 "format": "time_series",
429 "intervalFactor": 1,
430 "legendFormat": "{{instance}}/{{device}} Writes",
431 "refId": "B"
432 }
433 ],
434 "thresholds": [ ],
435 "timeFrom": null,
436 "timeShift": null,
437 "title": "Physical Device Latency for $osd",
438 "tooltip": {
439 "shared": true,
440 "sort": 0,
441 "value_type": "individual"
442 },
443 "type": "graph",
444 "xaxis": {
445 "buckets": null,
446 "mode": "time",
447 "name": null,
448 "show": true,
449 "values": [ ]
450 },
451 "yaxes": [
452 {
453 "format": "s",
454 "label": "Read (-) / Write (+)",
455 "logBase": 1,
456 "max": null,
457 "min": null,
458 "show": true
459 },
460 {
461 "format": "short",
462 "label": null,
463 "logBase": 1,
464 "max": null,
465 "min": null,
466 "show": true
467 }
468 ]
11fdf7f2 469 },
a4b75251
TL
470 {
471 "aliasColors": { },
472 "bars": false,
473 "dashLength": 10,
474 "dashes": false,
475 "datasource": "$datasource",
476 "description": "",
477 "fill": 1,
20effc67 478 "fillGradient": 0,
a4b75251
TL
479 "gridPos": {
480 "h": 9,
481 "w": 6,
482 "x": 6,
483 "y": 11
484 },
485 "id": 8,
486 "legend": {
487 "alignAsTable": false,
488 "avg": false,
489 "current": false,
490 "max": false,
491 "min": false,
492 "rightSide": false,
493 "show": true,
494 "sideWidth": null,
495 "total": false,
496 "values": false
497 },
498 "lines": true,
499 "linewidth": 1,
500 "links": [ ],
501 "nullPointMode": "null",
502 "percentage": false,
503 "pointradius": 5,
504 "points": false,
505 "renderer": "flot",
506 "repeat": null,
507 "seriesOverrides": [
508 {
509 "alias": "/.*Reads/",
510 "transform": "negative-Y"
511 }
512 ],
513 "spaceLength": 10,
514 "stack": false,
515 "steppedLine": false,
516 "targets": [
517 {
2a845540 518 "expr": "label_replace(\n rate(node_disk_writes_completed_total{}[$__rate_interval]),\n \"instance\", \"$1\", \"instance\", \"([^:.]*).*\"\n) and on (instance, device) label_replace(\n label_replace(\n ceph_disk_occupation_human{job=~\"$job\", ceph_daemon=~\"$osd\"},\n \"device\", \"$1\", \"device\", \"/dev/(.*)\"\n ), \"instance\", \"$1\", \"instance\", \"([^:.]*).*\"\n)\n",
a4b75251
TL
519 "format": "time_series",
520 "intervalFactor": 1,
521 "legendFormat": "{{device}} on {{instance}} Writes",
522 "refId": "A"
523 },
524 {
2a845540 525 "expr": "label_replace(\n rate(node_disk_reads_completed_total{}[$__rate_interval]),\n \"instance\", \"$1\", \"instance\", \"([^:.]*).*\"\n) and on (instance, device) label_replace(\n label_replace(\n ceph_disk_occupation_human{job=~\"$job\", ceph_daemon=~\"$osd\"},\n \"device\", \"$1\", \"device\", \"/dev/(.*)\"\n ), \"instance\", \"$1\", \"instance\", \"([^:.]*).*\"\n)\n",
a4b75251
TL
526 "format": "time_series",
527 "intervalFactor": 1,
528 "legendFormat": "{{device}} on {{instance}} Reads",
529 "refId": "B"
530 }
531 ],
532 "thresholds": [ ],
533 "timeFrom": null,
534 "timeShift": null,
535 "title": "Physical Device R/W IOPS for $osd",
536 "tooltip": {
537 "shared": true,
538 "sort": 0,
539 "value_type": "individual"
540 },
541 "type": "graph",
542 "xaxis": {
543 "buckets": null,
544 "mode": "time",
545 "name": null,
546 "show": true,
547 "values": [ ]
548 },
549 "yaxes": [
550 {
551 "format": "short",
552 "label": "Read (-) / Write (+)",
553 "logBase": 1,
554 "max": null,
555 "min": null,
556 "show": true
557 },
558 {
559 "format": "short",
560 "label": null,
561 "logBase": 1,
562 "max": null,
563 "min": null,
564 "show": true
565 }
566 ]
11fdf7f2 567 },
11fdf7f2 568 {
a4b75251
TL
569 "aliasColors": { },
570 "bars": false,
571 "dashLength": 10,
572 "dashes": false,
573 "datasource": "$datasource",
574 "description": "",
575 "fill": 1,
20effc67 576 "fillGradient": 0,
a4b75251
TL
577 "gridPos": {
578 "h": 9,
579 "w": 6,
580 "x": 12,
581 "y": 11
582 },
583 "id": 9,
584 "legend": {
585 "alignAsTable": false,
586 "avg": false,
587 "current": false,
588 "max": false,
589 "min": false,
590 "rightSide": false,
591 "show": true,
592 "sideWidth": null,
593 "total": false,
594 "values": false
595 },
596 "lines": true,
597 "linewidth": 1,
598 "links": [ ],
599 "nullPointMode": "null",
600 "percentage": false,
601 "pointradius": 5,
602 "points": false,
603 "renderer": "flot",
604 "repeat": null,
605 "seriesOverrides": [
606 {
607 "alias": "/.*Reads/",
608 "transform": "negative-Y"
609 }
610 ],
611 "spaceLength": 10,
612 "stack": false,
613 "steppedLine": false,
614 "targets": [
615 {
2a845540 616 "expr": "label_replace(\n rate(node_disk_read_bytes_total{}[$__rate_interval]), \"instance\", \"$1\", \"instance\", \"([^:.]*).*\"\n) and on (instance, device) label_replace(\n label_replace(\n ceph_disk_occupation_human{job=~\"$job\", ceph_daemon=~\"$osd\"},\n \"device\", \"$1\", \"device\", \"/dev/(.*)\"\n ), \"instance\", \"$1\", \"instance\", \"([^:.]*).*\"\n)\n",
a4b75251
TL
617 "format": "time_series",
618 "intervalFactor": 1,
619 "legendFormat": "{{instance}} {{device}} Reads",
620 "refId": "A"
621 },
622 {
2a845540 623 "expr": "label_replace(\n rate(node_disk_written_bytes_total{}[$__rate_interval]), \"instance\", \"$1\", \"instance\", \"([^:.]*).*\"\n) and on (instance, device) label_replace(\n label_replace(\n ceph_disk_occupation_human{job=~\"$job\", ceph_daemon=~\"$osd\"},\n \"device\", \"$1\", \"device\", \"/dev/(.*)\"\n ), \"instance\", \"$1\", \"instance\", \"([^:.]*).*\"\n)\n",
a4b75251
TL
624 "format": "time_series",
625 "intervalFactor": 1,
626 "legendFormat": "{{instance}} {{device}} Writes",
627 "refId": "B"
628 }
629 ],
630 "thresholds": [ ],
631 "timeFrom": null,
632 "timeShift": null,
633 "title": "Physical Device R/W Bytes for $osd",
634 "tooltip": {
635 "shared": true,
636 "sort": 0,
637 "value_type": "individual"
638 },
639 "type": "graph",
640 "xaxis": {
641 "buckets": null,
642 "mode": "time",
643 "name": null,
644 "show": true,
645 "values": [ ]
646 },
647 "yaxes": [
648 {
649 "format": "Bps",
650 "label": "Read (-) / Write (+)",
651 "logBase": 1,
652 "max": null,
653 "min": null,
654 "show": true
655 },
656 {
657 "format": "short",
658 "label": null,
659 "logBase": 1,
660 "max": null,
661 "min": null,
662 "show": true
663 }
664 ]
11fdf7f2
TL
665 },
666 {
a4b75251
TL
667 "aliasColors": { },
668 "bars": false,
669 "dashLength": 10,
670 "dashes": false,
671 "datasource": "$datasource",
672 "description": "",
673 "fill": 1,
20effc67 674 "fillGradient": 0,
a4b75251
TL
675 "gridPos": {
676 "h": 9,
677 "w": 6,
678 "x": 18,
679 "y": 11
680 },
681 "id": 10,
682 "legend": {
683 "alignAsTable": false,
684 "avg": false,
685 "current": false,
686 "max": false,
687 "min": false,
688 "rightSide": false,
689 "show": true,
690 "sideWidth": null,
691 "total": false,
692 "values": false
693 },
694 "lines": true,
695 "linewidth": 1,
696 "links": [ ],
697 "nullPointMode": "null",
698 "percentage": false,
699 "pointradius": 5,
700 "points": false,
701 "renderer": "flot",
702 "repeat": null,
703 "seriesOverrides": [ ],
704 "spaceLength": 10,
705 "stack": false,
706 "steppedLine": false,
707 "targets": [
708 {
2a845540 709 "expr": "label_replace(\n rate(node_disk_io_time_seconds_total{}[$__rate_interval]),\n \"instance\", \"$1\", \"instance\", \"([^:.]*).*\"\n) and on (instance, device) label_replace(\n label_replace(\n ceph_disk_occupation_human{job=~\"$job\", ceph_daemon=~\"$osd\"}, \"device\", \"$1\", \"device\", \"/dev/(.*)\"\n ), \"instance\", \"$1\", \"instance\", \"([^:.]*).*\"\n)\n",
a4b75251
TL
710 "format": "time_series",
711 "intervalFactor": 1,
712 "legendFormat": "{{device}} on {{instance}}",
713 "refId": "A"
714 }
715 ],
716 "thresholds": [ ],
717 "timeFrom": null,
718 "timeShift": null,
719 "title": "Physical Device Util% for $osd",
720 "tooltip": {
721 "shared": true,
722 "sort": 0,
723 "value_type": "individual"
724 },
725 "type": "graph",
726 "xaxis": {
727 "buckets": null,
728 "mode": "time",
729 "name": null,
730 "show": true,
731 "values": [ ]
732 },
733 "yaxes": [
734 {
735 "format": "percentunit",
736 "label": null,
737 "logBase": 1,
738 "max": null,
739 "min": null,
740 "show": true
741 },
742 {
743 "format": "short",
744 "label": null,
745 "logBase": 1,
746 "max": null,
747 "min": null,
748 "show": true
749 }
750 ]
11fdf7f2 751 }
a4b75251 752 ],
2a845540 753 "refresh": "30s",
a4b75251
TL
754 "rows": [ ],
755 "schemaVersion": 16,
756 "style": "dark",
2a845540
TL
757 "tags": [
758 "ceph-mixin"
759 ],
a4b75251
TL
760 "templating": {
761 "list": [
762 {
763 "current": {
764 "text": "default",
765 "value": "default"
766 },
767 "hide": 0,
768 "label": "Data Source",
769 "name": "datasource",
770 "options": [ ],
771 "query": "prometheus",
772 "refresh": 1,
773 "regex": "",
774 "type": "datasource"
775 },
2a845540
TL
776 {
777 "allValue": ".+",
778 "current": { },
779 "datasource": "$datasource",
780 "hide": 2,
781 "includeAll": true,
782 "label": "cluster",
783 "multi": true,
784 "name": "cluster",
785 "options": [ ],
786 "query": "label_values(ceph_osd_metadata, cluster)",
787 "refresh": 1,
788 "regex": "(.*)",
789 "sort": 1,
790 "tagValuesQuery": "",
791 "tags": [ ],
792 "tagsQuery": "",
793 "type": "query",
794 "useTags": false
795 },
796 {
797 "allValue": ".+",
798 "current": { },
799 "datasource": "$datasource",
800 "hide": 0,
801 "includeAll": true,
802 "label": "job",
803 "multi": true,
804 "name": "job",
805 "options": [ ],
806 "query": "label_values(ceph_osd_metadata{}, job)",
807 "refresh": 1,
808 "regex": "(.*)",
809 "sort": 1,
810 "tagValuesQuery": "",
811 "tags": [ ],
812 "tagsQuery": "",
813 "type": "query",
814 "useTags": false
815 },
a4b75251
TL
816 {
817 "allValue": null,
818 "current": { },
819 "datasource": "$datasource",
820 "hide": 0,
821 "includeAll": false,
822 "label": "OSD",
823 "multi": false,
824 "name": "osd",
825 "options": [ ],
2a845540 826 "query": "label_values(ceph_osd_metadata{job=~\"$job\"}, ceph_daemon)",
a4b75251
TL
827 "refresh": 1,
828 "regex": "(.*)",
829 "sort": 1,
830 "tagValuesQuery": "",
831 "tags": [ ],
832 "tagsQuery": "",
833 "type": "query",
834 "useTags": false
835 }
836 ]
837 },
838 "time": {
839 "from": "now-3h",
840 "to": "now"
841 },
842 "timepicker": {
843 "refresh_intervals": [
844 "5s",
845 "10s",
846 "30s",
847 "1m",
848 "5m",
849 "15m",
850 "30m",
851 "1h",
852 "2h",
853 "1d"
854 ],
855 "time_options": [
856 "5m",
857 "15m",
858 "1h",
859 "6h",
860 "12h",
861 "24h",
862 "2d",
863 "7d",
864 "30d"
865 ]
866 },
867 "timezone": "",
868 "title": "OSD device details",
869 "uid": "CrAHE0iZz",
870 "version": 0
11fdf7f2 871}