github.com/verrazzano/verrazzano@v1.7.1/platform-operator/thirdparty/charts/prometheus-community/kube-prometheus-stack/templates/grafana/dashboards-1.14/node-rsrc-use.yaml (about) 1 {{- /* 2 Generated from 'node-rsrc-use' from https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/main/manifests/grafana-dashboardDefinitions.yaml 3 Do not change in-place! In order to change this file first read following link: 4 https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack/hack 5 */ -}} 6 {{- $kubeTargetVersion := default .Capabilities.KubeVersion.GitVersion .Values.kubeTargetVersionOverride }} 7 {{- if and (or .Values.grafana.enabled .Values.grafana.forceDeployDashboards) (semverCompare ">=1.14.0-0" $kubeTargetVersion) (semverCompare "<9.9.9-9" $kubeTargetVersion) .Values.grafana.defaultDashboardsEnabled .Values.nodeExporter.enabled }} 8 apiVersion: v1 9 kind: ConfigMap 10 metadata: 11 namespace: {{ template "kube-prometheus-stack-grafana.namespace" . }} 12 name: {{ printf "%s-%s" (include "kube-prometheus-stack.fullname" $) "node-rsrc-use" | trunc 63 | trimSuffix "-" }} 13 annotations: 14 {{ toYaml .Values.grafana.sidecar.dashboards.annotations | indent 4 }} 15 labels: 16 {{- if $.Values.grafana.sidecar.dashboards.label }} 17 {{ $.Values.grafana.sidecar.dashboards.label }}: {{ ternary $.Values.grafana.sidecar.dashboards.labelValue "1" (not (empty $.Values.grafana.sidecar.dashboards.labelValue)) | quote }} 18 {{- end }} 19 app: {{ template "kube-prometheus-stack.name" $ }}-grafana 20 {{ include "kube-prometheus-stack.labels" $ | indent 4 }} 21 data: 22 node-rsrc-use.json: |- 23 { 24 "__inputs": [ 25 26 ], 27 "__requires": [ 28 29 ], 30 "annotations": { 31 "list": [ 32 33 ] 34 }, 35 "editable": false, 36 "gnetId": null, 37 "graphTooltip": 1, 38 "hideControls": false, 39 "id": null, 40 "links": [ 41 42 ], 43 "refresh": "30s", 44 "rows": [ 45 { 46 "collapse": false, 47 "collapsed": false, 48 "panels": [ 49 { 50 "aliasColors": { 51 52 }, 53 "bars": false, 54 "dashLength": 10, 55 "dashes": false, 56 "datasource": "$datasource", 57 "fill": 10, 58 "fillGradient": 0, 59 "gridPos": { 60 61 }, 62 "id": 2, 63 "legend": { 64 "alignAsTable": false, 65 "avg": false, 66 "current": false, 67 "max": false, 68 "min": false, 69 "rightSide": false, 70 "show": false, 71 "sideWidth": null, 72 "total": false, 73 "values": false 74 }, 75 "lines": true, 76 "linewidth": 1, 77 "links": [ 78 79 ], 80 "nullPointMode": "null", 81 "percentage": false, 82 "pointradius": 5, 83 "points": false, 84 "renderer": "flot", 85 "repeat": null, 86 "seriesOverrides": [ 87 88 ], 89 "spaceLength": 10, 90 "span": 6, 91 "stack": true, 92 "steppedLine": false, 93 "targets": [ 94 { 95 "expr": "instance:node_cpu_utilisation:rate5m{job=\"node-exporter\", instance=\"$instance\", cluster=\"$cluster\"} != 0", 96 "format": "time_series", 97 "intervalFactor": 2, 98 "legendFormat": "Utilisation", 99 "refId": "A" 100 } 101 ], 102 "thresholds": [ 103 104 ], 105 "timeFrom": null, 106 "timeShift": null, 107 "title": "CPU Utilisation", 108 "tooltip": { 109 "shared": true, 110 "sort": 2, 111 "value_type": "individual" 112 }, 113 "type": "graph", 114 "xaxis": { 115 "buckets": null, 116 "mode": "time", 117 "name": null, 118 "show": true, 119 "values": [ 120 121 ] 122 }, 123 "yaxes": [ 124 { 125 "format": "percentunit", 126 "label": null, 127 "logBase": 1, 128 "max": null, 129 "min": null, 130 "show": true 131 }, 132 { 133 "format": "percentunit", 134 "label": null, 135 "logBase": 1, 136 "max": null, 137 "min": null, 138 "show": true 139 } 140 ] 141 }, 142 { 143 "aliasColors": { 144 145 }, 146 "bars": false, 147 "dashLength": 10, 148 "dashes": false, 149 "datasource": "$datasource", 150 "fill": 10, 151 "fillGradient": 0, 152 "gridPos": { 153 154 }, 155 "id": 3, 156 "legend": { 157 "alignAsTable": false, 158 "avg": false, 159 "current": false, 160 "max": false, 161 "min": false, 162 "rightSide": false, 163 "show": false, 164 "sideWidth": null, 165 "total": false, 166 "values": false 167 }, 168 "lines": true, 169 "linewidth": 1, 170 "links": [ 171 172 ], 173 "nullPointMode": "null", 174 "percentage": false, 175 "pointradius": 5, 176 "points": false, 177 "renderer": "flot", 178 "repeat": null, 179 "seriesOverrides": [ 180 181 ], 182 "spaceLength": 10, 183 "span": 6, 184 "stack": true, 185 "steppedLine": false, 186 "targets": [ 187 { 188 "expr": "instance:node_load1_per_cpu:ratio{job=\"node-exporter\", instance=\"$instance\", cluster=\"$cluster\"} != 0", 189 "format": "time_series", 190 "intervalFactor": 2, 191 "legendFormat": "Saturation", 192 "refId": "A" 193 } 194 ], 195 "thresholds": [ 196 197 ], 198 "timeFrom": null, 199 "timeShift": null, 200 "title": "CPU Saturation (Load1 per CPU)", 201 "tooltip": { 202 "shared": true, 203 "sort": 2, 204 "value_type": "individual" 205 }, 206 "type": "graph", 207 "xaxis": { 208 "buckets": null, 209 "mode": "time", 210 "name": null, 211 "show": true, 212 "values": [ 213 214 ] 215 }, 216 "yaxes": [ 217 { 218 "format": "percentunit", 219 "label": null, 220 "logBase": 1, 221 "max": null, 222 "min": null, 223 "show": true 224 }, 225 { 226 "format": "percentunit", 227 "label": null, 228 "logBase": 1, 229 "max": null, 230 "min": null, 231 "show": true 232 } 233 ] 234 } 235 ], 236 "repeat": null, 237 "repeatIteration": null, 238 "repeatRowId": null, 239 "showTitle": true, 240 "title": "CPU", 241 "titleSize": "h6", 242 "type": "row" 243 }, 244 { 245 "collapse": false, 246 "collapsed": false, 247 "panels": [ 248 { 249 "aliasColors": { 250 251 }, 252 "bars": false, 253 "dashLength": 10, 254 "dashes": false, 255 "datasource": "$datasource", 256 "fill": 10, 257 "fillGradient": 0, 258 "gridPos": { 259 260 }, 261 "id": 4, 262 "legend": { 263 "alignAsTable": false, 264 "avg": false, 265 "current": false, 266 "max": false, 267 "min": false, 268 "rightSide": false, 269 "show": false, 270 "sideWidth": null, 271 "total": false, 272 "values": false 273 }, 274 "lines": true, 275 "linewidth": 1, 276 "links": [ 277 278 ], 279 "nullPointMode": "null", 280 "percentage": false, 281 "pointradius": 5, 282 "points": false, 283 "renderer": "flot", 284 "repeat": null, 285 "seriesOverrides": [ 286 287 ], 288 "spaceLength": 10, 289 "span": 6, 290 "stack": true, 291 "steppedLine": false, 292 "targets": [ 293 { 294 "expr": "instance:node_memory_utilisation:ratio{job=\"node-exporter\", instance=\"$instance\", cluster=\"$cluster\"} != 0", 295 "format": "time_series", 296 "intervalFactor": 2, 297 "legendFormat": "Utilisation", 298 "refId": "A" 299 } 300 ], 301 "thresholds": [ 302 303 ], 304 "timeFrom": null, 305 "timeShift": null, 306 "title": "Memory Utilisation", 307 "tooltip": { 308 "shared": true, 309 "sort": 2, 310 "value_type": "individual" 311 }, 312 "type": "graph", 313 "xaxis": { 314 "buckets": null, 315 "mode": "time", 316 "name": null, 317 "show": true, 318 "values": [ 319 320 ] 321 }, 322 "yaxes": [ 323 { 324 "format": "percentunit", 325 "label": null, 326 "logBase": 1, 327 "max": null, 328 "min": null, 329 "show": true 330 }, 331 { 332 "format": "percentunit", 333 "label": null, 334 "logBase": 1, 335 "max": null, 336 "min": null, 337 "show": true 338 } 339 ] 340 }, 341 { 342 "aliasColors": { 343 344 }, 345 "bars": false, 346 "dashLength": 10, 347 "dashes": false, 348 "datasource": "$datasource", 349 "fill": 10, 350 "fillGradient": 0, 351 "gridPos": { 352 353 }, 354 "id": 5, 355 "legend": { 356 "alignAsTable": false, 357 "avg": false, 358 "current": false, 359 "max": false, 360 "min": false, 361 "rightSide": false, 362 "show": false, 363 "sideWidth": null, 364 "total": false, 365 "values": false 366 }, 367 "lines": true, 368 "linewidth": 1, 369 "links": [ 370 371 ], 372 "nullPointMode": "null", 373 "percentage": false, 374 "pointradius": 5, 375 "points": false, 376 "renderer": "flot", 377 "repeat": null, 378 "seriesOverrides": [ 379 380 ], 381 "spaceLength": 10, 382 "span": 6, 383 "stack": true, 384 "steppedLine": false, 385 "targets": [ 386 { 387 "expr": "instance:node_vmstat_pgmajfault:rate5m{job=\"node-exporter\", instance=\"$instance\", cluster=\"$cluster\"} != 0", 388 "format": "time_series", 389 "intervalFactor": 2, 390 "legendFormat": "Major page Faults", 391 "refId": "A" 392 } 393 ], 394 "thresholds": [ 395 396 ], 397 "timeFrom": null, 398 "timeShift": null, 399 "title": "Memory Saturation (Major Page Faults)", 400 "tooltip": { 401 "shared": true, 402 "sort": 2, 403 "value_type": "individual" 404 }, 405 "type": "graph", 406 "xaxis": { 407 "buckets": null, 408 "mode": "time", 409 "name": null, 410 "show": true, 411 "values": [ 412 413 ] 414 }, 415 "yaxes": [ 416 { 417 "format": "rds", 418 "label": null, 419 "logBase": 1, 420 "max": null, 421 "min": null, 422 "show": true 423 }, 424 { 425 "format": "rds", 426 "label": null, 427 "logBase": 1, 428 "max": null, 429 "min": null, 430 "show": true 431 } 432 ] 433 } 434 ], 435 "repeat": null, 436 "repeatIteration": null, 437 "repeatRowId": null, 438 "showTitle": true, 439 "title": "Memory", 440 "titleSize": "h6", 441 "type": "row" 442 }, 443 { 444 "collapse": false, 445 "collapsed": false, 446 "panels": [ 447 { 448 "aliasColors": { 449 450 }, 451 "bars": false, 452 "dashLength": 10, 453 "dashes": false, 454 "datasource": "$datasource", 455 "fill": 10, 456 "fillGradient": 0, 457 "gridPos": { 458 459 }, 460 "id": 6, 461 "legend": { 462 "alignAsTable": false, 463 "avg": false, 464 "current": false, 465 "max": false, 466 "min": false, 467 "rightSide": false, 468 "show": false, 469 "sideWidth": null, 470 "total": false, 471 "values": false 472 }, 473 "lines": true, 474 "linewidth": 1, 475 "links": [ 476 477 ], 478 "nullPointMode": "null", 479 "percentage": false, 480 "pointradius": 5, 481 "points": false, 482 "renderer": "flot", 483 "repeat": null, 484 "seriesOverrides": [ 485 { 486 "alias": "/Receive/", 487 "stack": "A" 488 }, 489 { 490 "alias": "/Transmit/", 491 "stack": "B", 492 "transform": "negative-Y" 493 } 494 ], 495 "spaceLength": 10, 496 "span": 6, 497 "stack": true, 498 "steppedLine": false, 499 "targets": [ 500 { 501 "expr": "instance:node_network_receive_bytes_excluding_lo:rate5m{job=\"node-exporter\", instance=\"$instance\", cluster=\"$cluster\"} != 0", 502 "format": "time_series", 503 "intervalFactor": 2, 504 "legendFormat": "Receive", 505 "refId": "A" 506 }, 507 { 508 "expr": "instance:node_network_transmit_bytes_excluding_lo:rate5m{job=\"node-exporter\", instance=\"$instance\", cluster=\"$cluster\"} != 0", 509 "format": "time_series", 510 "intervalFactor": 2, 511 "legendFormat": "Transmit", 512 "refId": "B" 513 } 514 ], 515 "thresholds": [ 516 517 ], 518 "timeFrom": null, 519 "timeShift": null, 520 "title": "Network Utilisation (Bytes Receive/Transmit)", 521 "tooltip": { 522 "shared": true, 523 "sort": 2, 524 "value_type": "individual" 525 }, 526 "type": "graph", 527 "xaxis": { 528 "buckets": null, 529 "mode": "time", 530 "name": null, 531 "show": true, 532 "values": [ 533 534 ] 535 }, 536 "yaxes": [ 537 { 538 "format": "Bps", 539 "label": null, 540 "logBase": 1, 541 "max": null, 542 "min": null, 543 "show": true 544 }, 545 { 546 "format": "Bps", 547 "label": null, 548 "logBase": 1, 549 "max": null, 550 "min": null, 551 "show": true 552 } 553 ] 554 }, 555 { 556 "aliasColors": { 557 558 }, 559 "bars": false, 560 "dashLength": 10, 561 "dashes": false, 562 "datasource": "$datasource", 563 "fill": 10, 564 "fillGradient": 0, 565 "gridPos": { 566 567 }, 568 "id": 7, 569 "legend": { 570 "alignAsTable": false, 571 "avg": false, 572 "current": false, 573 "max": false, 574 "min": false, 575 "rightSide": false, 576 "show": false, 577 "sideWidth": null, 578 "total": false, 579 "values": false 580 }, 581 "lines": true, 582 "linewidth": 1, 583 "links": [ 584 585 ], 586 "nullPointMode": "null", 587 "percentage": false, 588 "pointradius": 5, 589 "points": false, 590 "renderer": "flot", 591 "repeat": null, 592 "seriesOverrides": [ 593 { 594 "alias": "/ Receive/", 595 "stack": "A" 596 }, 597 { 598 "alias": "/ Transmit/", 599 "stack": "B", 600 "transform": "negative-Y" 601 } 602 ], 603 "spaceLength": 10, 604 "span": 6, 605 "stack": true, 606 "steppedLine": false, 607 "targets": [ 608 { 609 "expr": "instance:node_network_receive_drop_excluding_lo:rate5m{job=\"node-exporter\", instance=\"$instance\", cluster=\"$cluster\"} != 0", 610 "format": "time_series", 611 "intervalFactor": 2, 612 "legendFormat": "Receive", 613 "refId": "A" 614 }, 615 { 616 "expr": "instance:node_network_transmit_drop_excluding_lo:rate5m{job=\"node-exporter\", instance=\"$instance\", cluster=\"$cluster\"} != 0", 617 "format": "time_series", 618 "intervalFactor": 2, 619 "legendFormat": "Transmit", 620 "refId": "B" 621 } 622 ], 623 "thresholds": [ 624 625 ], 626 "timeFrom": null, 627 "timeShift": null, 628 "title": "Network Saturation (Drops Receive/Transmit)", 629 "tooltip": { 630 "shared": true, 631 "sort": 2, 632 "value_type": "individual" 633 }, 634 "type": "graph", 635 "xaxis": { 636 "buckets": null, 637 "mode": "time", 638 "name": null, 639 "show": true, 640 "values": [ 641 642 ] 643 }, 644 "yaxes": [ 645 { 646 "format": "Bps", 647 "label": null, 648 "logBase": 1, 649 "max": null, 650 "min": null, 651 "show": true 652 }, 653 { 654 "format": "Bps", 655 "label": null, 656 "logBase": 1, 657 "max": null, 658 "min": null, 659 "show": true 660 } 661 ] 662 } 663 ], 664 "repeat": null, 665 "repeatIteration": null, 666 "repeatRowId": null, 667 "showTitle": true, 668 "title": "Network", 669 "titleSize": "h6", 670 "type": "row" 671 }, 672 { 673 "collapse": false, 674 "collapsed": false, 675 "panels": [ 676 { 677 "aliasColors": { 678 679 }, 680 "bars": false, 681 "dashLength": 10, 682 "dashes": false, 683 "datasource": "$datasource", 684 "fill": 10, 685 "fillGradient": 0, 686 "gridPos": { 687 688 }, 689 "id": 8, 690 "legend": { 691 "alignAsTable": false, 692 "avg": false, 693 "current": false, 694 "max": false, 695 "min": false, 696 "rightSide": false, 697 "show": false, 698 "sideWidth": null, 699 "total": false, 700 "values": false 701 }, 702 "lines": true, 703 "linewidth": 1, 704 "links": [ 705 706 ], 707 "nullPointMode": "null", 708 "percentage": false, 709 "pointradius": 5, 710 "points": false, 711 "renderer": "flot", 712 "repeat": null, 713 "seriesOverrides": [ 714 715 ], 716 "spaceLength": 10, 717 "span": 6, 718 "stack": true, 719 "steppedLine": false, 720 "targets": [ 721 { 722 "expr": "instance_device:node_disk_io_time_seconds:rate5m{job=\"node-exporter\", instance=\"$instance\", cluster=\"$cluster\"} != 0", 723 "format": "time_series", 724 "intervalFactor": 2, 725 "legendFormat": "{{`{{`}}device{{`}}`}}", 726 "refId": "A" 727 } 728 ], 729 "thresholds": [ 730 731 ], 732 "timeFrom": null, 733 "timeShift": null, 734 "title": "Disk IO Utilisation", 735 "tooltip": { 736 "shared": true, 737 "sort": 2, 738 "value_type": "individual" 739 }, 740 "type": "graph", 741 "xaxis": { 742 "buckets": null, 743 "mode": "time", 744 "name": null, 745 "show": true, 746 "values": [ 747 748 ] 749 }, 750 "yaxes": [ 751 { 752 "format": "percentunit", 753 "label": null, 754 "logBase": 1, 755 "max": null, 756 "min": null, 757 "show": true 758 }, 759 { 760 "format": "percentunit", 761 "label": null, 762 "logBase": 1, 763 "max": null, 764 "min": null, 765 "show": true 766 } 767 ] 768 }, 769 { 770 "aliasColors": { 771 772 }, 773 "bars": false, 774 "dashLength": 10, 775 "dashes": false, 776 "datasource": "$datasource", 777 "fill": 10, 778 "fillGradient": 0, 779 "gridPos": { 780 781 }, 782 "id": 9, 783 "legend": { 784 "alignAsTable": false, 785 "avg": false, 786 "current": false, 787 "max": false, 788 "min": false, 789 "rightSide": false, 790 "show": false, 791 "sideWidth": null, 792 "total": false, 793 "values": false 794 }, 795 "lines": true, 796 "linewidth": 1, 797 "links": [ 798 799 ], 800 "nullPointMode": "null", 801 "percentage": false, 802 "pointradius": 5, 803 "points": false, 804 "renderer": "flot", 805 "repeat": null, 806 "seriesOverrides": [ 807 808 ], 809 "spaceLength": 10, 810 "span": 6, 811 "stack": true, 812 "steppedLine": false, 813 "targets": [ 814 { 815 "expr": "instance_device:node_disk_io_time_weighted_seconds:rate5m{job=\"node-exporter\", instance=\"$instance\", cluster=\"$cluster\"} != 0", 816 "format": "time_series", 817 "intervalFactor": 2, 818 "legendFormat": "{{`{{`}}device{{`}}`}}", 819 "refId": "A" 820 } 821 ], 822 "thresholds": [ 823 824 ], 825 "timeFrom": null, 826 "timeShift": null, 827 "title": "Disk IO Saturation", 828 "tooltip": { 829 "shared": true, 830 "sort": 2, 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 ] 842 }, 843 "yaxes": [ 844 { 845 "format": "percentunit", 846 "label": null, 847 "logBase": 1, 848 "max": null, 849 "min": null, 850 "show": true 851 }, 852 { 853 "format": "percentunit", 854 "label": null, 855 "logBase": 1, 856 "max": null, 857 "min": null, 858 "show": true 859 } 860 ] 861 } 862 ], 863 "repeat": null, 864 "repeatIteration": null, 865 "repeatRowId": null, 866 "showTitle": true, 867 "title": "Disk IO", 868 "titleSize": "h6", 869 "type": "row" 870 }, 871 { 872 "collapse": false, 873 "collapsed": false, 874 "panels": [ 875 { 876 "aliasColors": { 877 878 }, 879 "bars": false, 880 "dashLength": 10, 881 "dashes": false, 882 "datasource": "$datasource", 883 "fill": 10, 884 "fillGradient": 0, 885 "gridPos": { 886 887 }, 888 "id": 10, 889 "legend": { 890 "alignAsTable": false, 891 "avg": false, 892 "current": false, 893 "max": false, 894 "min": false, 895 "rightSide": false, 896 "show": false, 897 "sideWidth": null, 898 "total": false, 899 "values": false 900 }, 901 "lines": true, 902 "linewidth": 1, 903 "links": [ 904 905 ], 906 "nullPointMode": "null", 907 "percentage": false, 908 "pointradius": 5, 909 "points": false, 910 "renderer": "flot", 911 "repeat": null, 912 "seriesOverrides": [ 913 914 ], 915 "spaceLength": 10, 916 "span": 12, 917 "stack": true, 918 "steppedLine": false, 919 "targets": [ 920 { 921 "expr": "sort_desc(1 -\n (\n max without (mountpoint, fstype) (node_filesystem_avail_bytes{job=\"node-exporter\", fstype!=\"\", instance=\"$instance\", cluster=\"$cluster\"})\n /\n max without (mountpoint, fstype) (node_filesystem_size_bytes{job=\"node-exporter\", fstype!=\"\", instance=\"$instance\", cluster=\"$cluster\"})\n ) != 0\n)\n", 922 "format": "time_series", 923 "intervalFactor": 2, 924 "legendFormat": "{{`{{`}}device{{`}}`}}", 925 "refId": "A" 926 } 927 ], 928 "thresholds": [ 929 930 ], 931 "timeFrom": null, 932 "timeShift": null, 933 "title": "Disk Space Utilisation", 934 "tooltip": { 935 "shared": true, 936 "sort": 2, 937 "value_type": "individual" 938 }, 939 "type": "graph", 940 "xaxis": { 941 "buckets": null, 942 "mode": "time", 943 "name": null, 944 "show": true, 945 "values": [ 946 947 ] 948 }, 949 "yaxes": [ 950 { 951 "format": "percentunit", 952 "label": null, 953 "logBase": 1, 954 "max": null, 955 "min": null, 956 "show": true 957 }, 958 { 959 "format": "percentunit", 960 "label": null, 961 "logBase": 1, 962 "max": null, 963 "min": null, 964 "show": true 965 } 966 ] 967 } 968 ], 969 "repeat": null, 970 "repeatIteration": null, 971 "repeatRowId": null, 972 "showTitle": true, 973 "title": "Disk Space", 974 "titleSize": "h6", 975 "type": "row" 976 } 977 ], 978 "schemaVersion": 14, 979 "style": "dark", 980 "tags": [ 981 "node-exporter-mixin" 982 ], 983 "templating": { 984 "list": [ 985 { 986 "current": { 987 "text": "default", 988 "value": "default" 989 }, 990 "hide": 0, 991 "label": "Data Source", 992 "name": "datasource", 993 "options": [ 994 995 ], 996 "query": "prometheus", 997 "refresh": 1, 998 "regex": "", 999 "type": "datasource" 1000 }, 1001 { 1002 "allValue": null, 1003 "current": { 1004 "text": "", 1005 "value": "" 1006 }, 1007 "datasource": "$datasource", 1008 "hide": {{ if .Values.grafana.sidecar.dashboards.multicluster.global.enabled }}0{{ else }}2{{ end }}, 1009 "includeAll": false, 1010 "label": null, 1011 "multi": false, 1012 "name": "cluster", 1013 "options": [ 1014 1015 ], 1016 "query": "label_values(node_time_seconds, cluster)", 1017 "refresh": 2, 1018 "regex": "", 1019 "sort": 1, 1020 "tagValuesQuery": "", 1021 "tags": [ 1022 1023 ], 1024 "tagsQuery": "", 1025 "type": "query", 1026 "useTags": false 1027 }, 1028 { 1029 "allValue": null, 1030 "current": { 1031 1032 }, 1033 "datasource": "$datasource", 1034 "hide": 0, 1035 "includeAll": false, 1036 "label": null, 1037 "multi": false, 1038 "name": "instance", 1039 "options": [ 1040 1041 ], 1042 "query": "label_values(node_exporter_build_info{job=\"node-exporter\", cluster=\"$cluster\"}, instance)", 1043 "refresh": 2, 1044 "regex": "", 1045 "sort": 1, 1046 "tagValuesQuery": "", 1047 "tags": [ 1048 1049 ], 1050 "tagsQuery": "", 1051 "type": "query", 1052 "useTags": false 1053 } 1054 ] 1055 }, 1056 "time": { 1057 "from": "now-1h", 1058 "to": "now" 1059 }, 1060 "timepicker": { 1061 "refresh_intervals": [ 1062 "5s", 1063 "10s", 1064 "30s", 1065 "1m", 1066 "5m", 1067 "15m", 1068 "30m", 1069 "1h", 1070 "2h", 1071 "1d" 1072 ], 1073 "time_options": [ 1074 "5m", 1075 "15m", 1076 "1h", 1077 "6h", 1078 "12h", 1079 "24h", 1080 "2d", 1081 "7d", 1082 "30d" 1083 ] 1084 }, 1085 "timezone": "{{ .Values.grafana.defaultDashboardsTimezone }}", 1086 "title": "Node Exporter / USE Method / Node", 1087 "version": 0 1088 } 1089 {{- end }}