repos / ops

infra for pico services
git clone https://github.com/picosh/ops.git

ops / monitoring / grafana / config / provisioning / dashboards
Antonio Mika · 26 Aug 22

minio-dashboard_rev1.json

   1{
   2  "annotations": {
   3    "list": [
   4      {
   5        "builtIn": 1,
   6        "datasource": {
   7          "type": "datasource",
   8          "uid": "grafana"
   9        },
  10        "enable": true,
  11        "hide": true,
  12        "iconColor": "rgba(0, 211, 255, 1)",
  13        "name": "Annotations & Alerts",
  14        "target": {
  15          "limit": 100,
  16          "matchAny": false,
  17          "tags": [],
  18          "type": "dashboard"
  19        },
  20        "type": "dashboard"
  21      }
  22    ]
  23  },
  24  "description": "MinIO Grafana Dashboard - https://min.io/",
  25  "editable": true,
  26  "fiscalYearStartMonth": 0,
  27  "gnetId": 13502,
  28  "graphTooltip": 0,
  29  "id": 11,
  30  "links": [
  31    {
  32      "icon": "external link",
  33      "includeVars": true,
  34      "keepTime": true,
  35      "tags": [
  36        "minio"
  37      ],
  38      "type": "dashboards"
  39    }
  40  ],
  41  "liveNow": false,
  42  "panels": [
  43    {
  44      "datasource": {
  45        "type": "prometheus",
  46        "uid": "PBFA97CFB590B2093"
  47      },
  48      "description": "",
  49      "fieldConfig": {
  50        "defaults": {
  51          "mappings": [
  52            {
  53              "options": {
  54                "match": "null",
  55                "result": {
  56                  "text": "N/A"
  57                }
  58              },
  59              "type": "special"
  60            }
  61          ],
  62          "thresholds": {
  63            "mode": "percentage",
  64            "steps": [
  65              {
  66                "color": "green",
  67                "value": null
  68              }
  69            ]
  70          },
  71          "unit": "dtdurations"
  72        },
  73        "overrides": []
  74      },
  75      "gridPos": {
  76        "h": 6,
  77        "w": 3,
  78        "x": 0,
  79        "y": 0
  80      },
  81      "id": 1,
  82      "links": [],
  83      "maxDataPoints": 100,
  84      "options": {
  85        "colorMode": "value",
  86        "graphMode": "none",
  87        "justifyMode": "auto",
  88        "orientation": "auto",
  89        "reduceOptions": {
  90          "calcs": [
  91            "mean"
  92          ],
  93          "fields": "",
  94          "values": false
  95        },
  96        "text": {},
  97        "textMode": "auto"
  98      },
  99      "pluginVersion": "9.0.5",
 100      "targets": [
 101        {
 102          "datasource": {
 103            "type": "prometheus",
 104            "uid": "PBFA97CFB590B2093"
 105          },
 106          "exemplar": true,
 107          "expr": "time() - max(minio_node_process_starttime_seconds{job=\"$scrape_jobs\"})",
 108          "format": "time_series",
 109          "instant": true,
 110          "interval": "",
 111          "intervalFactor": 1,
 112          "legendFormat": "{{instance}}",
 113          "metric": "process_start_time_seconds",
 114          "refId": "A",
 115          "step": 60
 116        }
 117      ],
 118      "title": "Uptime",
 119      "type": "stat"
 120    },
 121    {
 122      "datasource": {
 123        "type": "prometheus",
 124        "uid": "PBFA97CFB590B2093"
 125      },
 126      "description": "",
 127      "fieldConfig": {
 128        "defaults": {
 129          "mappings": [
 130            {
 131              "options": {
 132                "match": "null",
 133                "result": {
 134                  "text": "N/A"
 135                }
 136              },
 137              "type": "special"
 138            }
 139          ],
 140          "thresholds": {
 141            "mode": "absolute",
 142            "steps": [
 143              {
 144                "color": "green",
 145                "value": null
 146              }
 147            ]
 148          },
 149          "unit": "bytes"
 150        },
 151        "overrides": []
 152      },
 153      "gridPos": {
 154        "h": 3,
 155        "w": 3,
 156        "x": 3,
 157        "y": 0
 158      },
 159      "id": 65,
 160      "links": [],
 161      "maxDataPoints": 100,
 162      "options": {
 163        "colorMode": "value",
 164        "graphMode": "area",
 165        "justifyMode": "auto",
 166        "orientation": "auto",
 167        "reduceOptions": {
 168          "calcs": [
 169            "last"
 170          ],
 171          "fields": "",
 172          "values": false
 173        },
 174        "text": {},
 175        "textMode": "auto"
 176      },
 177      "pluginVersion": "9.0.5",
 178      "targets": [
 179        {
 180          "datasource": {
 181            "type": "prometheus",
 182            "uid": "PBFA97CFB590B2093"
 183          },
 184          "exemplar": true,
 185          "expr": "sum by (instance) (minio_s3_traffic_received_bytes{job=\"$scrape_jobs\"})",
 186          "format": "table",
 187          "hide": false,
 188          "instant": false,
 189          "interval": "",
 190          "intervalFactor": 1,
 191          "legendFormat": "{{instance}}",
 192          "metric": "process_start_time_seconds",
 193          "refId": "A",
 194          "step": 60
 195        }
 196      ],
 197      "title": "Total S3 Traffic Inbound",
 198      "type": "stat"
 199    },
 200    {
 201      "datasource": {
 202        "type": "prometheus",
 203        "uid": "PBFA97CFB590B2093"
 204      },
 205      "description": "",
 206      "fieldConfig": {
 207        "defaults": {
 208          "color": {
 209            "mode": "palette-classic"
 210          },
 211          "custom": {
 212            "hideFrom": {
 213              "legend": false,
 214              "tooltip": false,
 215              "viz": false
 216            }
 217          },
 218          "mappings": [
 219            {
 220              "options": {
 221                "match": "null",
 222                "result": {
 223                  "text": "N/A"
 224                }
 225              },
 226              "type": "special"
 227            }
 228          ],
 229          "unit": "bytes"
 230        },
 231        "overrides": [
 232          {
 233            "matcher": {
 234              "id": "byName",
 235              "options": "Free"
 236            },
 237            "properties": [
 238              {
 239                "id": "color",
 240                "value": {
 241                  "fixedColor": "green",
 242                  "mode": "fixed"
 243                }
 244              }
 245            ]
 246          },
 247          {
 248            "matcher": {
 249              "id": "byName",
 250              "options": "Used"
 251            },
 252            "properties": [
 253              {
 254                "id": "color",
 255                "value": {
 256                  "fixedColor": "orange",
 257                  "mode": "fixed"
 258                }
 259              }
 260            ]
 261          }
 262        ]
 263      },
 264      "gridPos": {
 265        "h": 6,
 266        "w": 4,
 267        "x": 6,
 268        "y": 0
 269      },
 270      "id": 50,
 271      "interval": "1m",
 272      "links": [],
 273      "maxDataPoints": 100,
 274      "options": {
 275        "displayLabels": [],
 276        "legend": {
 277          "displayMode": "table",
 278          "placement": "bottom",
 279          "values": [
 280            "percent"
 281          ]
 282        },
 283        "pieType": "donut",
 284        "reduceOptions": {
 285          "calcs": [
 286            "lastNotNull"
 287          ],
 288          "fields": "",
 289          "values": false
 290        },
 291        "tooltip": {
 292          "mode": "single",
 293          "sort": "none"
 294        }
 295      },
 296      "pluginVersion": "8.2.1",
 297      "targets": [
 298        {
 299          "datasource": {
 300            "type": "prometheus",
 301            "uid": "PBFA97CFB590B2093"
 302          },
 303          "exemplar": true,
 304          "expr": "topk(1, sum(minio_cluster_capacity_usable_total_bytes{job=\"$scrape_jobs\"}) by (instance)) - topk(1, sum(minio_cluster_capacity_usable_free_bytes{job=\"$scrape_jobs\"}) by (instance))",
 305          "format": "time_series",
 306          "instant": false,
 307          "interval": "1m",
 308          "intervalFactor": 1,
 309          "legendFormat": "Used",
 310          "refId": "A",
 311          "step": 300
 312        },
 313        {
 314          "datasource": {
 315            "type": "prometheus",
 316            "uid": "PBFA97CFB590B2093"
 317          },
 318          "exemplar": true,
 319          "expr": "topk(1, sum(minio_cluster_capacity_usable_free_bytes{job=\"$scrape_jobs\"}) by (instance)) ",
 320          "hide": false,
 321          "interval": "1m",
 322          "legendFormat": "Free",
 323          "refId": "B"
 324        }
 325      ],
 326      "title": "Capacity",
 327      "type": "piechart"
 328    },
 329    {
 330      "datasource": {
 331        "type": "prometheus",
 332        "uid": "PBFA97CFB590B2093"
 333      },
 334      "fieldConfig": {
 335        "defaults": {
 336          "color": {
 337            "mode": "palette-classic"
 338          },
 339          "custom": {
 340            "axisLabel": "",
 341            "axisPlacement": "auto",
 342            "barAlignment": 0,
 343            "drawStyle": "line",
 344            "fillOpacity": 10,
 345            "gradientMode": "none",
 346            "hideFrom": {
 347              "legend": false,
 348              "tooltip": false,
 349              "viz": false
 350            },
 351            "lineInterpolation": "linear",
 352            "lineWidth": 1,
 353            "pointSize": 5,
 354            "scaleDistribution": {
 355              "type": "linear"
 356            },
 357            "showPoints": "never",
 358            "spanNulls": true,
 359            "stacking": {
 360              "group": "A",
 361              "mode": "none"
 362            },
 363            "thresholdsStyle": {
 364              "mode": "off"
 365            }
 366          },
 367          "mappings": [],
 368          "thresholds": {
 369            "mode": "absolute",
 370            "steps": [
 371              {
 372                "color": "green",
 373                "value": null
 374              },
 375              {
 376                "color": "red",
 377                "value": 80
 378              }
 379            ]
 380          },
 381          "unit": "bytes"
 382        },
 383        "overrides": [
 384          {
 385            "matcher": {
 386              "id": "byName",
 387              "options": "Objects"
 388            },
 389            "properties": [
 390              {
 391                "id": "color",
 392                "value": {
 393                  "fixedColor": "blue",
 394                  "mode": "fixed"
 395                }
 396              }
 397            ]
 398          },
 399          {
 400            "__systemRef": "hideSeriesFrom",
 401            "matcher": {
 402              "id": "byNames",
 403              "options": {
 404                "mode": "exclude",
 405                "names": [
 406                  "Usage"
 407                ],
 408                "prefix": "All except:",
 409                "readOnly": true
 410              }
 411            },
 412            "properties": [
 413              {
 414                "id": "custom.hideFrom",
 415                "value": {
 416                  "legend": false,
 417                  "tooltip": false,
 418                  "viz": true
 419                }
 420              }
 421            ]
 422          }
 423        ]
 424      },
 425      "gridPos": {
 426        "h": 6,
 427        "w": 6,
 428        "x": 10,
 429        "y": 0
 430      },
 431      "id": 68,
 432      "options": {
 433        "legend": {
 434          "calcs": [],
 435          "displayMode": "hidden",
 436          "placement": "bottom"
 437        },
 438        "tooltip": {
 439          "mode": "single",
 440          "sort": "none"
 441        }
 442      },
 443      "pluginVersion": "8.2.1",
 444      "targets": [
 445        {
 446          "datasource": {
 447            "type": "prometheus",
 448            "uid": "PBFA97CFB590B2093"
 449          },
 450          "exemplar": true,
 451          "expr": "sum(minio_bucket_usage_total_bytes{job=\"$scrape_jobs\"}) by (instance)",
 452          "interval": "",
 453          "legendFormat": "Usage",
 454          "refId": "A"
 455        }
 456      ],
 457      "title": "Data Usage Growth",
 458      "type": "timeseries"
 459    },
 460    {
 461      "datasource": {
 462        "type": "prometheus",
 463        "uid": "PBFA97CFB590B2093"
 464      },
 465      "fieldConfig": {
 466        "defaults": {
 467          "mappings": [],
 468          "thresholds": {
 469            "mode": "absolute",
 470            "steps": [
 471              {
 472                "color": "green",
 473                "value": null
 474              },
 475              {
 476                "color": "semi-dark-red",
 477                "value": 80
 478              }
 479            ]
 480          }
 481        },
 482        "overrides": []
 483      },
 484      "gridPos": {
 485        "h": 6,
 486        "w": 5,
 487        "x": 16,
 488        "y": 0
 489      },
 490      "id": 52,
 491      "links": [],
 492      "options": {
 493        "displayMode": "basic",
 494        "minVizHeight": 10,
 495        "minVizWidth": 0,
 496        "orientation": "horizontal",
 497        "reduceOptions": {
 498          "calcs": [
 499            "mean"
 500          ],
 501          "fields": "",
 502          "values": false
 503        },
 504        "showUnfilled": false,
 505        "text": {}
 506      },
 507      "pluginVersion": "9.0.5",
 508      "targets": [
 509        {
 510          "datasource": {
 511            "type": "prometheus",
 512            "uid": "PBFA97CFB590B2093"
 513          },
 514          "exemplar": true,
 515          "expr": "max by (range) (minio_bucket_objects_size_distribution{job=\"$scrape_jobs\"})",
 516          "format": "time_series",
 517          "instant": false,
 518          "interval": "",
 519          "intervalFactor": 1,
 520          "legendFormat": "{{range}}",
 521          "refId": "A",
 522          "step": 300
 523        }
 524      ],
 525      "title": "Object size distribution",
 526      "type": "bargauge"
 527    },
 528    {
 529      "datasource": {
 530        "type": "prometheus",
 531        "uid": "PBFA97CFB590B2093"
 532      },
 533      "description": "",
 534      "fieldConfig": {
 535        "defaults": {
 536          "mappings": [
 537            {
 538              "options": {
 539                "match": "null",
 540                "result": {
 541                  "text": "N/A"
 542                }
 543              },
 544              "type": "special"
 545            }
 546          ],
 547          "thresholds": {
 548            "mode": "absolute",
 549            "steps": [
 550              {
 551                "color": "green",
 552                "value": null
 553              },
 554              {
 555                "color": "red",
 556                "value": 2000
 557              }
 558            ]
 559          },
 560          "unit": "short"
 561        },
 562        "overrides": []
 563      },
 564      "gridPos": {
 565        "h": 3,
 566        "w": 3,
 567        "x": 21,
 568        "y": 0
 569      },
 570      "id": 61,
 571      "links": [],
 572      "maxDataPoints": 100,
 573      "options": {
 574        "colorMode": "value",
 575        "graphMode": "area",
 576        "justifyMode": "auto",
 577        "orientation": "auto",
 578        "reduceOptions": {
 579          "calcs": [
 580            "last"
 581          ],
 582          "fields": "",
 583          "values": false
 584        },
 585        "text": {},
 586        "textMode": "auto"
 587      },
 588      "pluginVersion": "9.0.5",
 589      "targets": [
 590        {
 591          "datasource": {
 592            "type": "prometheus",
 593            "uid": "PBFA97CFB590B2093"
 594          },
 595          "exemplar": true,
 596          "expr": "sum (minio_node_file_descriptor_open_total{job=\"$scrape_jobs\"})",
 597          "format": "table",
 598          "hide": false,
 599          "instant": false,
 600          "interval": "",
 601          "intervalFactor": 1,
 602          "legendFormat": "",
 603          "metric": "process_start_time_seconds",
 604          "refId": "A",
 605          "step": 60
 606        }
 607      ],
 608      "title": "Total Open FDs",
 609      "type": "stat"
 610    },
 611    {
 612      "datasource": {
 613        "type": "prometheus",
 614        "uid": "PBFA97CFB590B2093"
 615      },
 616      "description": "",
 617      "fieldConfig": {
 618        "defaults": {
 619          "mappings": [
 620            {
 621              "options": {
 622                "match": "null",
 623                "result": {
 624                  "text": "N/A"
 625                }
 626              },
 627              "type": "special"
 628            }
 629          ],
 630          "thresholds": {
 631            "mode": "absolute",
 632            "steps": [
 633              {
 634                "color": "green",
 635                "value": null
 636              }
 637            ]
 638          },
 639          "unit": "bytes"
 640        },
 641        "overrides": []
 642      },
 643      "gridPos": {
 644        "h": 3,
 645        "w": 3,
 646        "x": 3,
 647        "y": 3
 648      },
 649      "id": 64,
 650      "links": [],
 651      "maxDataPoints": 100,
 652      "options": {
 653        "colorMode": "value",
 654        "graphMode": "area",
 655        "justifyMode": "auto",
 656        "orientation": "auto",
 657        "reduceOptions": {
 658          "calcs": [
 659            "last"
 660          ],
 661          "fields": "",
 662          "values": false
 663        },
 664        "text": {},
 665        "textMode": "auto"
 666      },
 667      "pluginVersion": "9.0.5",
 668      "targets": [
 669        {
 670          "datasource": {
 671            "type": "prometheus",
 672            "uid": "PBFA97CFB590B2093"
 673          },
 674          "exemplar": true,
 675          "expr": "sum by (instance) (minio_s3_traffic_sent_bytes{job=\"$scrape_jobs\"})",
 676          "format": "table",
 677          "hide": false,
 678          "instant": false,
 679          "interval": "",
 680          "intervalFactor": 1,
 681          "legendFormat": "",
 682          "metric": "process_start_time_seconds",
 683          "refId": "A",
 684          "step": 60
 685        }
 686      ],
 687      "title": "Total S3 Traffic Outbound",
 688      "type": "stat"
 689    },
 690    {
 691      "datasource": {
 692        "type": "prometheus",
 693        "uid": "PBFA97CFB590B2093"
 694      },
 695      "description": "",
 696      "fieldConfig": {
 697        "defaults": {
 698          "mappings": [
 699            {
 700              "options": {
 701                "match": "null",
 702                "result": {
 703                  "text": "N/A"
 704                }
 705              },
 706              "type": "special"
 707            }
 708          ],
 709          "thresholds": {
 710            "mode": "absolute",
 711            "steps": [
 712              {
 713                "color": "green",
 714                "value": null
 715              },
 716              {
 717                "color": "red",
 718                "value": 2000
 719              }
 720            ]
 721          },
 722          "unit": "short"
 723        },
 724        "overrides": []
 725      },
 726      "gridPos": {
 727        "h": 3,
 728        "w": 3,
 729        "x": 21,
 730        "y": 3
 731      },
 732      "id": 62,
 733      "links": [],
 734      "maxDataPoints": 100,
 735      "options": {
 736        "colorMode": "value",
 737        "graphMode": "area",
 738        "justifyMode": "auto",
 739        "orientation": "auto",
 740        "reduceOptions": {
 741          "calcs": [
 742            "last"
 743          ],
 744          "fields": "",
 745          "values": false
 746        },
 747        "text": {},
 748        "textMode": "auto"
 749      },
 750      "pluginVersion": "9.0.5",
 751      "targets": [
 752        {
 753          "datasource": {
 754            "type": "prometheus",
 755            "uid": "PBFA97CFB590B2093"
 756          },
 757          "exemplar": true,
 758          "expr": "sum without (server,instance) (minio_node_go_routine_total{job=\"$scrape_jobs\"})",
 759          "format": "table",
 760          "hide": false,
 761          "instant": false,
 762          "interval": "",
 763          "intervalFactor": 1,
 764          "legendFormat": "",
 765          "metric": "process_start_time_seconds",
 766          "refId": "A",
 767          "step": 60
 768        }
 769      ],
 770      "title": "Total Goroutines",
 771      "type": "stat"
 772    },
 773    {
 774      "datasource": {
 775        "type": "prometheus",
 776        "uid": "PBFA97CFB590B2093"
 777      },
 778      "description": "",
 779      "fieldConfig": {
 780        "defaults": {
 781          "mappings": [
 782            {
 783              "options": {
 784                "match": "null",
 785                "result": {
 786                  "text": "N/A"
 787                }
 788              },
 789              "type": "special"
 790            }
 791          ],
 792          "thresholds": {
 793            "mode": "absolute",
 794            "steps": [
 795              {
 796                "color": "green",
 797                "value": null
 798              },
 799              {
 800                "color": "red",
 801                "value": 80
 802              }
 803            ]
 804          },
 805          "unit": "short"
 806        },
 807        "overrides": []
 808      },
 809      "gridPos": {
 810        "h": 2,
 811        "w": 3,
 812        "x": 0,
 813        "y": 6
 814      },
 815      "id": 53,
 816      "links": [],
 817      "maxDataPoints": 100,
 818      "options": {
 819        "colorMode": "value",
 820        "graphMode": "area",
 821        "justifyMode": "auto",
 822        "orientation": "auto",
 823        "reduceOptions": {
 824          "calcs": [
 825            "mean"
 826          ],
 827          "fields": "",
 828          "values": false
 829        },
 830        "text": {},
 831        "textMode": "auto"
 832      },
 833      "pluginVersion": "9.0.5",
 834      "targets": [
 835        {
 836          "datasource": {
 837            "type": "prometheus",
 838            "uid": "PBFA97CFB590B2093"
 839          },
 840          "exemplar": true,
 841          "expr": "minio_cluster_nodes_online_total{job=\"$scrape_jobs\"}",
 842          "format": "table",
 843          "hide": false,
 844          "instant": true,
 845          "interval": "",
 846          "intervalFactor": 1,
 847          "legendFormat": "",
 848          "metric": "process_start_time_seconds",
 849          "refId": "A",
 850          "step": 60
 851        }
 852      ],
 853      "title": "Total Online Servers",
 854      "type": "stat"
 855    },
 856    {
 857      "datasource": {
 858        "type": "prometheus",
 859        "uid": "PBFA97CFB590B2093"
 860      },
 861      "description": "",
 862      "fieldConfig": {
 863        "defaults": {
 864          "mappings": [
 865            {
 866              "options": {
 867                "match": "null",
 868                "result": {
 869                  "text": "N/A"
 870                }
 871              },
 872              "type": "special"
 873            }
 874          ],
 875          "thresholds": {
 876            "mode": "absolute",
 877            "steps": [
 878              {
 879                "color": "green",
 880                "value": null
 881              },
 882              {
 883                "color": "red",
 884                "value": 80
 885              }
 886            ]
 887          },
 888          "unit": "short"
 889        },
 890        "overrides": []
 891      },
 892      "gridPos": {
 893        "h": 2,
 894        "w": 3,
 895        "x": 3,
 896        "y": 6
 897      },
 898      "id": 9,
 899      "links": [],
 900      "maxDataPoints": 100,
 901      "options": {
 902        "colorMode": "value",
 903        "graphMode": "area",
 904        "justifyMode": "auto",
 905        "orientation": "auto",
 906        "reduceOptions": {
 907          "calcs": [
 908            "mean"
 909          ],
 910          "fields": "",
 911          "values": false
 912        },
 913        "text": {},
 914        "textMode": "auto"
 915      },
 916      "pluginVersion": "9.0.5",
 917      "targets": [
 918        {
 919          "datasource": {
 920            "type": "prometheus",
 921            "uid": "PBFA97CFB590B2093"
 922          },
 923          "exemplar": true,
 924          "expr": "minio_cluster_disk_online_total{job=\"$scrape_jobs\"}",
 925          "format": "table",
 926          "hide": false,
 927          "instant": true,
 928          "interval": "",
 929          "intervalFactor": 1,
 930          "legendFormat": "Total online disks in MinIO Cluster",
 931          "metric": "process_start_time_seconds",
 932          "refId": "A",
 933          "step": 60
 934        }
 935      ],
 936      "title": "Total Online Disks",
 937      "type": "stat"
 938    },
 939    {
 940      "datasource": {
 941        "type": "prometheus",
 942        "uid": "PBFA97CFB590B2093"
 943      },
 944      "fieldConfig": {
 945        "defaults": {
 946          "mappings": [
 947            {
 948              "options": {
 949                "match": "null",
 950                "result": {
 951                  "text": "N/A"
 952                }
 953              },
 954              "type": "special"
 955            }
 956          ],
 957          "thresholds": {
 958            "mode": "absolute",
 959            "steps": [
 960              {
 961                "color": "green",
 962                "value": null
 963              },
 964              {
 965                "color": "dark-yellow",
 966                "value": 75000000
 967              },
 968              {
 969                "color": "dark-red",
 970                "value": 100000000
 971              }
 972            ]
 973          },
 974          "unit": "short"
 975        },
 976        "overrides": []
 977      },
 978      "gridPos": {
 979        "h": 3,
 980        "w": 3,
 981        "x": 6,
 982        "y": 6
 983      },
 984      "id": 66,
 985      "links": [],
 986      "maxDataPoints": 100,
 987      "options": {
 988        "colorMode": "value",
 989        "graphMode": "area",
 990        "justifyMode": "auto",
 991        "orientation": "horizontal",
 992        "reduceOptions": {
 993          "calcs": [
 994            "lastNotNull"
 995          ],
 996          "fields": "",
 997          "values": false
 998        },
 999        "text": {},
1000        "textMode": "auto"
1001      },
1002      "pluginVersion": "9.0.5",
1003      "targets": [
1004        {
1005          "datasource": {
1006            "type": "prometheus",
1007            "uid": "PBFA97CFB590B2093"
1008          },
1009          "exemplar": true,
1010          "expr": "count(count by (bucket) (minio_bucket_usage_total_bytes{job=\"$scrape_jobs\"}))",
1011          "format": "time_series",
1012          "instant": false,
1013          "interval": "1m",
1014          "intervalFactor": 1,
1015          "legendFormat": "",
1016          "refId": "A"
1017        }
1018      ],
1019      "title": "Number of Buckets",
1020      "type": "stat"
1021    },
1022    {
1023      "aliasColors": {
1024        "S3 Errors": "light-red",
1025        "S3 Requests": "light-green"
1026      },
1027      "bars": false,
1028      "dashLength": 10,
1029      "dashes": false,
1030      "datasource": {
1031        "type": "prometheus",
1032        "uid": "PBFA97CFB590B2093"
1033      },
1034      "fill": 1,
1035      "fillGradient": 0,
1036      "gridPos": {
1037        "h": 6,
1038        "w": 7,
1039        "x": 9,
1040        "y": 6
1041      },
1042      "hiddenSeries": false,
1043      "id": 63,
1044      "legend": {
1045        "avg": false,
1046        "current": false,
1047        "max": false,
1048        "min": false,
1049        "show": true,
1050        "total": false,
1051        "values": false
1052      },
1053      "lines": true,
1054      "linewidth": 1,
1055      "nullPointMode": "null",
1056      "options": {
1057        "alertThreshold": true
1058      },
1059      "percentage": false,
1060      "pluginVersion": "9.0.5",
1061      "pointradius": 2,
1062      "points": false,
1063      "renderer": "flot",
1064      "seriesOverrides": [],
1065      "spaceLength": 10,
1066      "stack": false,
1067      "steppedLine": false,
1068      "targets": [
1069        {
1070          "datasource": {
1071            "type": "prometheus",
1072            "uid": "PBFA97CFB590B2093"
1073          },
1074          "exemplar": true,
1075          "expr": "sum by (server) (rate(minio_s3_traffic_received_bytes{job=\"$scrape_jobs\"}[$__rate_interval]))",
1076          "interval": "1m",
1077          "intervalFactor": 2,
1078          "legendFormat": "Data Received [{{server}}]",
1079          "refId": "A"
1080        }
1081      ],
1082      "thresholds": [],
1083      "timeRegions": [],
1084      "title": "S3 API Data Received Rate ",
1085      "tooltip": {
1086        "shared": true,
1087        "sort": 0,
1088        "value_type": "individual"
1089      },
1090      "type": "graph",
1091      "xaxis": {
1092        "mode": "time",
1093        "show": true,
1094        "values": []
1095      },
1096      "yaxes": [
1097        {
1098          "$$hashKey": "object:331",
1099          "format": "bytes",
1100          "logBase": 1,
1101          "show": true
1102        },
1103        {
1104          "$$hashKey": "object:332",
1105          "format": "short",
1106          "logBase": 1,
1107          "show": false
1108        }
1109      ],
1110      "yaxis": {
1111        "align": false
1112      }
1113    },
1114    {
1115      "aliasColors": {
1116        "S3 Errors": "light-red",
1117        "S3 Requests": "light-green"
1118      },
1119      "bars": false,
1120      "dashLength": 10,
1121      "dashes": false,
1122      "datasource": {
1123        "type": "prometheus",
1124        "uid": "PBFA97CFB590B2093"
1125      },
1126      "fill": 1,
1127      "fillGradient": 0,
1128      "gridPos": {
1129        "h": 6,
1130        "w": 8,
1131        "x": 16,
1132        "y": 6
1133      },
1134      "hiddenSeries": false,
1135      "id": 70,
1136      "legend": {
1137        "avg": false,
1138        "current": false,
1139        "max": false,
1140        "min": false,
1141        "show": true,
1142        "total": false,
1143        "values": false
1144      },
1145      "lines": true,
1146      "linewidth": 1,
1147      "nullPointMode": "null",
1148      "options": {
1149        "alertThreshold": true
1150      },
1151      "percentage": false,
1152      "pluginVersion": "9.0.5",
1153      "pointradius": 2,
1154      "points": false,
1155      "renderer": "flot",
1156      "seriesOverrides": [],
1157      "spaceLength": 10,
1158      "stack": false,
1159      "steppedLine": false,
1160      "targets": [
1161        {
1162          "datasource": {
1163            "type": "prometheus",
1164            "uid": "PBFA97CFB590B2093"
1165          },
1166          "exemplar": true,
1167          "expr": "sum by (server) (rate(minio_s3_traffic_sent_bytes{job=\"$scrape_jobs\"}[$__rate_interval]))",
1168          "interval": "1m",
1169          "intervalFactor": 2,
1170          "legendFormat": "Data Sent [{{server}}]",
1171          "refId": "A"
1172        }
1173      ],
1174      "thresholds": [],
1175      "timeRegions": [],
1176      "title": "S3 API Data Sent Rate ",
1177      "tooltip": {
1178        "shared": true,
1179        "sort": 0,
1180        "value_type": "individual"
1181      },
1182      "type": "graph",
1183      "xaxis": {
1184        "mode": "time",
1185        "show": true,
1186        "values": []
1187      },
1188      "yaxes": [
1189        {
1190          "$$hashKey": "object:331",
1191          "format": "bytes",
1192          "logBase": 1,
1193          "show": true
1194        },
1195        {
1196          "$$hashKey": "object:332",
1197          "format": "short",
1198          "logBase": 1,
1199          "show": false
1200        }
1201      ],
1202      "yaxis": {
1203        "align": false
1204      }
1205    },
1206    {
1207      "datasource": {
1208        "type": "prometheus",
1209        "uid": "PBFA97CFB590B2093"
1210      },
1211      "description": "",
1212      "fieldConfig": {
1213        "defaults": {
1214          "mappings": [
1215            {
1216              "options": {
1217                "match": "null",
1218                "result": {
1219                  "text": "N/A"
1220                }
1221              },
1222              "type": "special"
1223            }
1224          ],
1225          "thresholds": {
1226            "mode": "absolute",
1227            "steps": [
1228              {
1229                "color": "green",
1230                "value": null
1231              },
1232              {
1233                "color": "red",
1234                "value": 80
1235              }
1236            ]
1237          },
1238          "unit": "short"
1239        },
1240        "overrides": []
1241      },
1242      "gridPos": {
1243        "h": 2,
1244        "w": 3,
1245        "x": 0,
1246        "y": 8
1247      },
1248      "id": 69,
1249      "links": [],
1250      "maxDataPoints": 100,
1251      "options": {
1252        "colorMode": "value",
1253        "graphMode": "area",
1254        "justifyMode": "auto",
1255        "orientation": "auto",
1256        "reduceOptions": {
1257          "calcs": [
1258            "mean"
1259          ],
1260          "fields": "",
1261          "values": false
1262        },
1263        "text": {},
1264        "textMode": "auto"
1265      },
1266      "pluginVersion": "9.0.5",
1267      "targets": [
1268        {
1269          "datasource": {
1270            "type": "prometheus",
1271            "uid": "PBFA97CFB590B2093"
1272          },
1273          "exemplar": true,
1274          "expr": "minio_cluster_nodes_offline_total{job=\"$scrape_jobs\"}",
1275          "format": "table",
1276          "hide": false,
1277          "instant": true,
1278          "interval": "",
1279          "intervalFactor": 1,
1280          "legendFormat": "",
1281          "metric": "process_start_time_seconds",
1282          "refId": "A",
1283          "step": 60
1284        }
1285      ],
1286      "title": "Total Offline Servers",
1287      "type": "stat"
1288    },
1289    {
1290      "datasource": {
1291        "type": "prometheus",
1292        "uid": "PBFA97CFB590B2093"
1293      },
1294      "description": "",
1295      "fieldConfig": {
1296        "defaults": {
1297          "mappings": [
1298            {
1299              "options": {
1300                "match": "null",
1301                "result": {
1302                  "text": "N/A"
1303                }
1304              },
1305              "type": "special"
1306            }
1307          ],
1308          "thresholds": {
1309            "mode": "absolute",
1310            "steps": [
1311              {
1312                "color": "green",
1313                "value": null
1314              },
1315              {
1316                "color": "red",
1317                "value": 80
1318              }
1319            ]
1320          },
1321          "unit": "short"
1322        },
1323        "overrides": []
1324      },
1325      "gridPos": {
1326        "h": 2,
1327        "w": 3,
1328        "x": 3,
1329        "y": 8
1330      },
1331      "id": 78,
1332      "links": [],
1333      "maxDataPoints": 100,
1334      "options": {
1335        "colorMode": "value",
1336        "graphMode": "area",
1337        "justifyMode": "auto",
1338        "orientation": "auto",
1339        "reduceOptions": {
1340          "calcs": [
1341            "mean"
1342          ],
1343          "fields": "",
1344          "values": false
1345        },
1346        "text": {},
1347        "textMode": "auto"
1348      },
1349      "pluginVersion": "9.0.5",
1350      "targets": [
1351        {
1352          "datasource": {
1353            "type": "prometheus",
1354            "uid": "PBFA97CFB590B2093"
1355          },
1356          "exemplar": true,
1357          "expr": "minio_cluster_disk_offline_total{job=\"$scrape_jobs\"}",
1358          "format": "table",
1359          "hide": false,
1360          "instant": true,
1361          "interval": "",
1362          "intervalFactor": 1,
1363          "legendFormat": "",
1364          "metric": "process_start_time_seconds",
1365          "refId": "A",
1366          "step": 60
1367        }
1368      ],
1369      "title": "Total Offline Disks",
1370      "type": "stat"
1371    },
1372    {
1373      "datasource": {
1374        "type": "prometheus",
1375        "uid": "PBFA97CFB590B2093"
1376      },
1377      "fieldConfig": {
1378        "defaults": {
1379          "mappings": [
1380            {
1381              "options": {
1382                "match": "null",
1383                "result": {
1384                  "text": "N/A"
1385                }
1386              },
1387              "type": "special"
1388            }
1389          ],
1390          "thresholds": {
1391            "mode": "absolute",
1392            "steps": [
1393              {
1394                "color": "green",
1395                "value": null
1396              },
1397              {
1398                "color": "dark-yellow",
1399                "value": 75000000
1400              },
1401              {
1402                "color": "dark-red",
1403                "value": 100000000
1404              }
1405            ]
1406          },
1407          "unit": "short"
1408        },
1409        "overrides": []
1410      },
1411      "gridPos": {
1412        "h": 3,
1413        "w": 3,
1414        "x": 6,
1415        "y": 9
1416      },
1417      "id": 44,
1418      "links": [],
1419      "maxDataPoints": 100,
1420      "options": {
1421        "colorMode": "value",
1422        "graphMode": "area",
1423        "justifyMode": "auto",
1424        "orientation": "horizontal",
1425        "reduceOptions": {
1426          "calcs": [
1427            "lastNotNull"
1428          ],
1429          "fields": "",
1430          "values": false
1431        },
1432        "text": {},
1433        "textMode": "auto"
1434      },
1435      "pluginVersion": "9.0.5",
1436      "targets": [
1437        {
1438          "datasource": {
1439            "type": "prometheus",
1440            "uid": "PBFA97CFB590B2093"
1441          },
1442          "exemplar": true,
1443          "expr": "topk(1, sum(minio_bucket_usage_object_total{job=\"$scrape_jobs\"}) by (instance))",
1444          "format": "time_series",
1445          "instant": false,
1446          "interval": "1m",
1447          "intervalFactor": 1,
1448          "legendFormat": "",
1449          "refId": "A"
1450        }
1451      ],
1452      "title": "Number of Objects",
1453      "type": "stat"
1454    },
1455    {
1456      "datasource": {
1457        "type": "prometheus",
1458        "uid": "PBFA97CFB590B2093"
1459      },
1460      "description": "",
1461      "fieldConfig": {
1462        "defaults": {
1463          "color": {
1464            "mode": "thresholds"
1465          },
1466          "mappings": [],
1467          "thresholds": {
1468            "mode": "absolute",
1469            "steps": [
1470              {
1471                "color": "green",
1472                "value": null
1473              }
1474            ]
1475          },
1476          "unit": "ns"
1477        },
1478        "overrides": []
1479      },
1480      "gridPos": {
1481        "h": 2,
1482        "w": 3,
1483        "x": 0,
1484        "y": 10
1485      },
1486      "id": 80,
1487      "links": [],
1488      "maxDataPoints": 100,
1489      "options": {
1490        "colorMode": "value",
1491        "graphMode": "none",
1492        "justifyMode": "auto",
1493        "orientation": "auto",
1494        "reduceOptions": {
1495          "calcs": [
1496            "last"
1497          ],
1498          "fields": "",
1499          "values": false
1500        },
1501        "text": {},
1502        "textMode": "auto"
1503      },
1504      "pluginVersion": "9.0.5",
1505      "targets": [
1506        {
1507          "datasource": {
1508            "type": "prometheus",
1509            "uid": "PBFA97CFB590B2093"
1510          },
1511          "exemplar": true,
1512          "expr": "minio_heal_time_last_activity_nano_seconds{job=\"$scrape_jobs\"}",
1513          "format": "time_series",
1514          "instant": true,
1515          "interval": "",
1516          "intervalFactor": 1,
1517          "legendFormat": "{{server}}",
1518          "metric": "process_start_time_seconds",
1519          "refId": "A",
1520          "step": 60
1521        }
1522      ],
1523      "title": "Time Since Last Heal Activity",
1524      "type": "stat"
1525    },
1526    {
1527      "datasource": {
1528        "type": "prometheus",
1529        "uid": "PBFA97CFB590B2093"
1530      },
1531      "description": "",
1532      "fieldConfig": {
1533        "defaults": {
1534          "color": {
1535            "mode": "thresholds"
1536          },
1537          "mappings": [],
1538          "thresholds": {
1539            "mode": "absolute",
1540            "steps": [
1541              {
1542                "color": "green",
1543                "value": null
1544              }
1545            ]
1546          },
1547          "unit": "ns"
1548        },
1549        "overrides": []
1550      },
1551      "gridPos": {
1552        "h": 2,
1553        "w": 3,
1554        "x": 3,
1555        "y": 10
1556      },
1557      "id": 81,
1558      "links": [],
1559      "maxDataPoints": 100,
1560      "options": {
1561        "colorMode": "value",
1562        "graphMode": "none",
1563        "justifyMode": "auto",
1564        "orientation": "auto",
1565        "reduceOptions": {
1566          "calcs": [
1567            "last"
1568          ],
1569          "fields": "",
1570          "values": false
1571        },
1572        "text": {},
1573        "textMode": "auto"
1574      },
1575      "pluginVersion": "9.0.5",
1576      "targets": [
1577        {
1578          "datasource": {
1579            "type": "prometheus",
1580            "uid": "PBFA97CFB590B2093"
1581          },
1582          "exemplar": true,
1583          "expr": "minio_usage_last_activity_nano_seconds{job=\"$scrape_jobs\"}",
1584          "format": "time_series",
1585          "instant": true,
1586          "interval": "",
1587          "intervalFactor": 1,
1588          "legendFormat": "{{server}}",
1589          "metric": "process_start_time_seconds",
1590          "refId": "A",
1591          "step": 60
1592        }
1593      ],
1594      "title": "Time Since Last Scan Activity",
1595      "type": "stat"
1596    },
1597    {
1598      "aliasColors": {
1599        "S3 Errors": "light-red",
1600        "S3 Requests": "light-green"
1601      },
1602      "bars": false,
1603      "dashLength": 10,
1604      "dashes": false,
1605      "datasource": {
1606        "type": "prometheus",
1607        "uid": "PBFA97CFB590B2093"
1608      },
1609      "fill": 1,
1610      "fillGradient": 0,
1611      "gridPos": {
1612        "h": 10,
1613        "w": 12,
1614        "x": 0,
1615        "y": 12
1616      },
1617      "hiddenSeries": false,
1618      "id": 60,
1619      "legend": {
1620        "avg": false,
1621        "current": false,
1622        "max": false,
1623        "min": false,
1624        "show": true,
1625        "total": false,
1626        "values": false
1627      },
1628      "lines": true,
1629      "linewidth": 1,
1630      "nullPointMode": "null",
1631      "options": {
1632        "alertThreshold": true
1633      },
1634      "percentage": false,
1635      "pluginVersion": "9.0.5",
1636      "pointradius": 2,
1637      "points": false,
1638      "renderer": "flot",
1639      "seriesOverrides": [],
1640      "spaceLength": 10,
1641      "stack": false,
1642      "steppedLine": false,
1643      "targets": [
1644        {
1645          "datasource": {
1646            "type": "prometheus",
1647            "uid": "PBFA97CFB590B2093"
1648          },
1649          "exemplar": true,
1650          "expr": "sum by (server,api) (increase(minio_s3_requests_total{job=\"$scrape_jobs\"}[$__rate_interval]))",
1651          "interval": "1m",
1652          "intervalFactor": 2,
1653          "legendFormat": "{{server,api}}",
1654          "refId": "A"
1655        }
1656      ],
1657      "thresholds": [],
1658      "timeRegions": [],
1659      "title": "S3 API Request Rate",
1660      "tooltip": {
1661        "shared": true,
1662        "sort": 0,
1663        "value_type": "individual"
1664      },
1665      "type": "graph",
1666      "xaxis": {
1667        "mode": "time",
1668        "show": true,
1669        "values": []
1670      },
1671      "yaxes": [
1672        {
1673          "$$hashKey": "object:331",
1674          "format": "none",
1675          "logBase": 1,
1676          "show": true
1677        },
1678        {
1679          "$$hashKey": "object:332",
1680          "format": "short",
1681          "logBase": 1,
1682          "show": false
1683        }
1684      ],
1685      "yaxis": {
1686        "align": false
1687      }
1688    },
1689    {
1690      "aliasColors": {
1691        "S3 Errors": "light-red",
1692        "S3 Requests": "light-green"
1693      },
1694      "bars": false,
1695      "dashLength": 10,
1696      "dashes": false,
1697      "datasource": {
1698        "type": "prometheus",
1699        "uid": "PBFA97CFB590B2093"
1700      },
1701      "fill": 1,
1702      "fillGradient": 0,
1703      "gridPos": {
1704        "h": 10,
1705        "w": 12,
1706        "x": 12,
1707        "y": 12
1708      },
1709      "hiddenSeries": false,
1710      "id": 71,
1711      "legend": {
1712        "avg": false,
1713        "current": false,
1714        "max": false,
1715        "min": false,
1716        "show": true,
1717        "total": false,
1718        "values": false
1719      },
1720      "lines": true,
1721      "linewidth": 1,
1722      "nullPointMode": "null",
1723      "options": {
1724        "alertThreshold": true
1725      },
1726      "percentage": false,
1727      "pluginVersion": "9.0.5",
1728      "pointradius": 2,
1729      "points": false,
1730      "renderer": "flot",
1731      "seriesOverrides": [],
1732      "spaceLength": 10,
1733      "stack": false,
1734      "steppedLine": false,
1735      "targets": [
1736        {
1737          "datasource": {
1738            "type": "prometheus",
1739            "uid": "PBFA97CFB590B2093"
1740          },
1741          "exemplar": true,
1742          "expr": "sum by (server,api) (increase(minio_s3_requests_errors_total{job=\"$scrape_jobs\"}[$__rate_interval]))",
1743          "interval": "1m",
1744          "intervalFactor": 2,
1745          "legendFormat": "{{server,api}}",
1746          "refId": "A"
1747        }
1748      ],
1749      "thresholds": [],
1750      "timeRegions": [],
1751      "title": "S3 API Request Error Rate",
1752      "tooltip": {
1753        "shared": true,
1754        "sort": 0,
1755        "value_type": "individual"
1756      },
1757      "type": "graph",
1758      "xaxis": {
1759        "mode": "time",
1760        "show": true,
1761        "values": []
1762      },
1763      "yaxes": [
1764        {
1765          "$$hashKey": "object:331",
1766          "format": "none",
1767          "logBase": 1,
1768          "show": true
1769        },
1770        {
1771          "$$hashKey": "object:332",
1772          "format": "short",
1773          "logBase": 1,
1774          "show": false
1775        }
1776      ],
1777      "yaxis": {
1778        "align": false
1779      }
1780    },
1781    {
1782      "datasource": {
1783        "type": "prometheus",
1784        "uid": "PBFA97CFB590B2093"
1785      },
1786      "description": "Total s3 bytes sent per bucket",
1787      "fieldConfig": {
1788        "defaults": {
1789          "color": {
1790            "mode": "palette-classic"
1791          },
1792          "custom": {
1793            "axisLabel": "",
1794            "axisPlacement": "auto",
1795            "barAlignment": 0,
1796            "drawStyle": "line",
1797            "fillOpacity": 5,
1798            "gradientMode": "none",
1799            "hideFrom": {
1800              "legend": false,
1801              "tooltip": false,
1802              "viz": false
1803            },
1804            "lineInterpolation": "smooth",
1805            "lineWidth": 1,
1806            "pointSize": 2,
1807            "scaleDistribution": {
1808              "type": "linear"
1809            },
1810            "showPoints": "auto",
1811            "spanNulls": true,
1812            "stacking": {
1813              "group": "A",
1814              "mode": "none"
1815            },
1816            "thresholdsStyle": {
1817              "mode": "off"
1818            }
1819          },
1820          "mappings": [],
1821          "thresholds": {
1822            "mode": "absolute",
1823            "steps": [
1824              {
1825                "color": "green",
1826                "value": null
1827              },
1828              {
1829                "color": "red",
1830                "value": 80
1831              }
1832            ]
1833          },
1834          "unit": "decbytes"
1835        },
1836        "overrides": []
1837      },
1838      "gridPos": {
1839        "h": 10,
1840        "w": 12,
1841        "x": 0,
1842        "y": 22
1843      },
1844      "id": 90,
1845      "options": {
1846        "legend": {
1847          "calcs": [
1848            "min",
1849            "max",
1850            "mean"
1851          ],
1852          "displayMode": "table",
1853          "placement": "right",
1854          "sortBy": "Max",
1855          "sortDesc": true
1856        },
1857        "tooltip": {
1858          "mode": "multi",
1859          "sort": "none"
1860        }
1861      },
1862      "targets": [
1863        {
1864          "datasource": {
1865            "type": "prometheus",
1866            "uid": "PBFA97CFB590B2093"
1867          },
1868          "editorMode": "builder",
1869          "expr": "sum by(bucket) (minio_bucket_traffic_sent_bytes{job=\"$scrape_jobs\"})",
1870          "legendFormat": "__auto",
1871          "range": true,
1872          "refId": "A"
1873        }
1874      ],
1875      "title": "Bucket Traffic Sent",
1876      "type": "timeseries"
1877    },
1878    {
1879      "datasource": {
1880        "type": "prometheus",
1881        "uid": "PBFA97CFB590B2093"
1882      },
1883      "description": "Total s3 bytes received per bucket",
1884      "fieldConfig": {
1885        "defaults": {
1886          "color": {
1887            "mode": "palette-classic"
1888          },
1889          "custom": {
1890            "axisLabel": "",
1891            "axisPlacement": "auto",
1892            "barAlignment": 0,
1893            "drawStyle": "line",
1894            "fillOpacity": 5,
1895            "gradientMode": "none",
1896            "hideFrom": {
1897              "legend": false,
1898              "tooltip": false,
1899              "viz": false
1900            },
1901            "lineInterpolation": "smooth",
1902            "lineWidth": 1,
1903            "pointSize": 2,
1904            "scaleDistribution": {
1905              "type": "linear"
1906            },
1907            "showPoints": "always",
1908            "spanNulls": true,
1909            "stacking": {
1910              "group": "A",
1911              "mode": "none"
1912            },
1913            "thresholdsStyle": {
1914              "mode": "off"
1915            }
1916          },
1917          "mappings": [],
1918          "thresholds": {
1919            "mode": "absolute",
1920            "steps": [
1921              {
1922                "color": "green",
1923                "value": null
1924              },
1925              {
1926                "color": "red",
1927                "value": 80
1928              }
1929            ]
1930          },
1931          "unit": "decbytes"
1932        },
1933        "overrides": []
1934      },
1935      "gridPos": {
1936        "h": 10,
1937        "w": 12,
1938        "x": 12,
1939        "y": 22
1940      },
1941      "id": 92,
1942      "options": {
1943        "legend": {
1944          "calcs": [
1945            "min",
1946            "max",
1947            "mean"
1948          ],
1949          "displayMode": "table",
1950          "placement": "right"
1951        },
1952        "tooltip": {
1953          "mode": "multi",
1954          "sort": "none"
1955        }
1956      },
1957      "targets": [
1958        {
1959          "datasource": {
1960            "type": "prometheus",
1961            "uid": "PBFA97CFB590B2093"
1962          },
1963          "editorMode": "builder",
1964          "expr": "sum by(bucket) (minio_bucket_traffic_received_bytes{job=\"$scrape_jobs\"})",
1965          "legendFormat": "__auto",
1966          "range": true,
1967          "refId": "A"
1968        }
1969      ],
1970      "title": "Bucket Traffic Received",
1971      "type": "timeseries"
1972    },
1973    {
1974      "aliasColors": {
1975        "S3 Errors": "light-red",
1976        "S3 Requests": "light-green"
1977      },
1978      "bars": false,
1979      "dashLength": 10,
1980      "dashes": false,
1981      "datasource": {
1982        "type": "prometheus",
1983        "uid": "PBFA97CFB590B2093"
1984      },
1985      "fill": 1,
1986      "fillGradient": 0,
1987      "gridPos": {
1988        "h": 10,
1989        "w": 12,
1990        "x": 0,
1991        "y": 32
1992      },
1993      "hiddenSeries": false,
1994      "id": 86,
1995      "legend": {
1996        "avg": false,
1997        "current": false,
1998        "max": false,
1999        "min": false,
2000        "show": true,
2001        "total": false,
2002        "values": false
2003      },
2004      "lines": true,
2005      "linewidth": 1,
2006      "nullPointMode": "null",
2007      "options": {
2008        "alertThreshold": true
2009      },
2010      "percentage": false,
2011      "pluginVersion": "9.0.5",
2012      "pointradius": 2,
2013      "points": false,
2014      "renderer": "flot",
2015      "seriesOverrides": [],
2016      "spaceLength": 10,
2017      "stack": false,
2018      "steppedLine": false,
2019      "targets": [
2020        {
2021          "datasource": {
2022            "type": "prometheus",
2023            "uid": "PBFA97CFB590B2093"
2024          },
2025          "exemplar": true,
2026          "expr": "sum by (server,api) (increase(minio_s3_requests_5xx_errors_total{job=\"$scrape_jobs\"}[$__rate_interval]))",
2027          "interval": "1m",
2028          "intervalFactor": 2,
2029          "legendFormat": "{{server,api}}",
2030          "refId": "A"
2031        }
2032      ],
2033      "thresholds": [],
2034      "timeRegions": [],
2035      "title": "S3 API Request Error Rate (5xx)",
2036      "tooltip": {
2037        "shared": true,
2038        "sort": 0,
2039        "value_type": "individual"
2040      },
2041      "type": "graph",
2042      "xaxis": {
2043        "mode": "time",
2044        "show": true,
2045        "values": []
2046      },
2047      "yaxes": [
2048        {
2049          "$$hashKey": "object:331",
2050          "format": "none",
2051          "logBase": 1,
2052          "show": true
2053        },
2054        {
2055          "$$hashKey": "object:332",
2056          "format": "short",
2057          "logBase": 1,
2058          "show": false
2059        }
2060      ],
2061      "yaxis": {
2062        "align": false
2063      }
2064    },
2065    {
2066      "aliasColors": {
2067        "S3 Errors": "light-red",
2068        "S3 Requests": "light-green"
2069      },
2070      "bars": false,
2071      "dashLength": 10,
2072      "dashes": false,
2073      "datasource": {
2074        "type": "prometheus",
2075        "uid": "PBFA97CFB590B2093"
2076      },
2077      "fill": 1,
2078      "fillGradient": 0,
2079      "gridPos": {
2080        "h": 10,
2081        "w": 12,
2082        "x": 12,
2083        "y": 32
2084      },
2085      "hiddenSeries": false,
2086      "id": 88,
2087      "legend": {
2088        "avg": false,
2089        "current": false,
2090        "max": false,
2091        "min": false,
2092        "show": true,
2093        "total": false,
2094        "values": false
2095      },
2096      "lines": true,
2097      "linewidth": 1,
2098      "nullPointMode": "null",
2099      "options": {
2100        "alertThreshold": true
2101      },
2102      "percentage": false,
2103      "pluginVersion": "9.0.5",
2104      "pointradius": 2,
2105      "points": false,
2106      "renderer": "flot",
2107      "seriesOverrides": [],
2108      "spaceLength": 10,
2109      "stack": false,
2110      "steppedLine": false,
2111      "targets": [
2112        {
2113          "datasource": {
2114            "type": "prometheus",
2115            "uid": "PBFA97CFB590B2093"
2116          },
2117          "exemplar": true,
2118          "expr": "sum by (server,api) (increase(minio_s3_requests_4xx_errors_total{job=\"$scrape_jobs\"}[$__rate_interval]))",
2119          "interval": "1m",
2120          "intervalFactor": 2,
2121          "legendFormat": "{{server,api}}",
2122          "refId": "A"
2123        }
2124      ],
2125      "thresholds": [],
2126      "timeRegions": [],
2127      "title": "S3 API Request Error Rate (4xx)",
2128      "tooltip": {
2129        "shared": true,
2130        "sort": 0,
2131        "value_type": "individual"
2132      },
2133      "type": "graph",
2134      "xaxis": {
2135        "mode": "time",
2136        "show": true,
2137        "values": []
2138      },
2139      "yaxes": [
2140        {
2141          "$$hashKey": "object:331",
2142          "format": "none",
2143          "logBase": 1,
2144          "show": true
2145        },
2146        {
2147          "$$hashKey": "object:332",
2148          "format": "short",
2149          "logBase": 1,
2150          "show": false
2151        }
2152      ],
2153      "yaxis": {
2154        "align": false
2155      }
2156    },
2157    {
2158      "aliasColors": {
2159        "10.13.1.25:9000 DELETE": "red",
2160        "10.13.1.25:9000 GET": "green",
2161        "10.13.1.25:9000 POST": "blue"
2162      },
2163      "bars": true,
2164      "dashLength": 10,
2165      "dashes": false,
2166      "datasource": {
2167        "type": "prometheus",
2168        "uid": "PBFA97CFB590B2093"
2169      },
2170      "description": "Total number of bytes received and sent among all MinIO server instances",
2171      "fieldConfig": {
2172        "defaults": {
2173          "links": []
2174        },
2175        "overrides": []
2176      },
2177      "fill": 10,
2178      "fillGradient": 1,
2179      "gridPos": {
2180        "h": 9,
2181        "w": 12,
2182        "x": 0,
2183        "y": 42
2184      },
2185      "hiddenSeries": false,
2186      "id": 17,
2187      "legend": {
2188        "avg": false,
2189        "current": false,
2190        "max": false,
2191        "min": false,
2192        "rightSide": false,
2193        "show": true,
2194        "total": false,
2195        "values": false
2196      },
2197      "lines": true,
2198      "linewidth": 1,
2199      "links": [],
2200      "nullPointMode": "null",
2201      "options": {
2202        "alertThreshold": true
2203      },
2204      "percentage": false,
2205      "pluginVersion": "9.0.5",
2206      "pointradius": 5,
2207      "points": false,
2208      "renderer": "flot",
2209      "seriesOverrides": [],
2210      "spaceLength": 10,
2211      "stack": false,
2212      "steppedLine": false,
2213      "targets": [
2214        {
2215          "datasource": {
2216            "type": "prometheus",
2217            "uid": "PBFA97CFB590B2093"
2218          },
2219          "exemplar": true,
2220          "expr": "rate(minio_inter_node_traffic_sent_bytes{job=\"$scrape_jobs\"}[$__rate_interval])",
2221          "format": "time_series",
2222          "interval": "",
2223          "intervalFactor": 2,
2224          "legendFormat": "Internode Bytes Received [{{server}}]",
2225          "metric": "minio_http_requests_duration_seconds_count",
2226          "refId": "A",
2227          "step": 4
2228        },
2229        {
2230          "datasource": {
2231            "type": "prometheus",
2232            "uid": "PBFA97CFB590B2093"
2233          },
2234          "exemplar": true,
2235          "expr": "rate(minio_inter_node_traffic_received_bytes{job=\"$scrape_jobs\"}[$__rate_interval])",
2236          "interval": "",
2237          "legendFormat": "Internode Bytes Sent [{{server}}]",
2238          "refId": "B"
2239        }
2240      ],
2241      "thresholds": [],
2242      "timeRegions": [],
2243      "title": "Internode Data Transfer",
2244      "tooltip": {
2245        "shared": true,
2246        "sort": 0,
2247        "value_type": "individual"
2248      },
2249      "type": "graph",
2250      "xaxis": {
2251        "mode": "time",
2252        "show": true,
2253        "values": []
2254      },
2255      "yaxes": [
2256        {
2257          "$$hashKey": "object:211",
2258          "format": "bytes",
2259          "logBase": 1,
2260          "show": true
2261        },
2262        {
2263          "$$hashKey": "object:212",
2264          "format": "s",
2265          "logBase": 1,
2266          "show": true
2267        }
2268      ],
2269      "yaxis": {
2270        "align": false
2271      }
2272    },
2273    {
2274      "aliasColors": {},
2275      "bars": false,
2276      "dashLength": 10,
2277      "dashes": false,
2278      "datasource": {
2279        "type": "prometheus",
2280        "uid": "PBFA97CFB590B2093"
2281      },
2282      "fill": 1,
2283      "fillGradient": 0,
2284      "gridPos": {
2285        "h": 9,
2286        "w": 12,
2287        "x": 12,
2288        "y": 42
2289      },
2290      "hiddenSeries": false,
2291      "id": 84,
2292      "legend": {
2293        "avg": false,
2294        "current": false,
2295        "max": false,
2296        "min": false,
2297        "show": true,
2298        "total": false,
2299        "values": false
2300      },
2301      "lines": true,
2302      "linewidth": 1,
2303      "nullPointMode": "null",
2304      "options": {
2305        "alertThreshold": true
2306      },
2307      "percentage": false,
2308      "pluginVersion": "9.0.5",
2309      "pointradius": 2,
2310      "points": false,
2311      "renderer": "flot",
2312      "seriesOverrides": [],
2313      "spaceLength": 10,
2314      "stack": false,
2315      "steppedLine": false,
2316      "targets": [
2317        {
2318          "datasource": {
2319            "type": "prometheus",
2320            "uid": "PBFA97CFB590B2093"
2321          },
2322          "exemplar": true,
2323          "expr": "sum by (instance) (minio_heal_objects_heal_total{job=\"$scrape_jobs\"})",
2324          "interval": "",
2325          "legendFormat": "Objects healed in current self heal run",
2326          "refId": "A"
2327        },
2328        {
2329          "datasource": {
2330            "type": "prometheus",
2331            "uid": "PBFA97CFB590B2093"
2332          },
2333          "exemplar": true,
2334          "expr": "sum by (instance) (minio_heal_objects_error_total{job=\"$scrape_jobs\"})",
2335          "hide": false,
2336          "interval": "",
2337          "legendFormat": "Heal errors in current self heal run",
2338          "refId": "B"
2339        },
2340        {
2341          "datasource": {
2342            "type": "prometheus",
2343            "uid": "PBFA97CFB590B2093"
2344          },
2345          "exemplar": true,
2346          "expr": "sum by (instance) (minio_heal_objects_total{job=\"$scrape_jobs\"}) ",
2347          "hide": false,
2348          "interval": "",
2349          "legendFormat": "Objects scanned in current self heal run",
2350          "refId": "C"
2351        }
2352      ],
2353      "thresholds": [],
2354      "timeRegions": [],
2355      "title": "Healing",
2356      "tooltip": {
2357        "shared": true,
2358        "sort": 0,
2359        "value_type": "individual"
2360      },
2361      "type": "graph",
2362      "xaxis": {
2363        "mode": "time",
2364        "show": true,
2365        "values": []
2366      },
2367      "yaxes": [
2368        {
2369          "$$hashKey": "object:846",
2370          "format": "short",
2371          "logBase": 1,
2372          "show": true
2373        },
2374        {
2375          "$$hashKey": "object:847",
2376          "format": "short",
2377          "logBase": 1,
2378          "show": true
2379        }
2380      ],
2381      "yaxis": {
2382        "align": false
2383      }
2384    },
2385    {
2386      "aliasColors": {},
2387      "bars": true,
2388      "dashLength": 10,
2389      "dashes": false,
2390      "datasource": {
2391        "type": "prometheus",
2392        "uid": "PBFA97CFB590B2093"
2393      },
2394      "fill": 1,
2395      "fillGradient": 0,
2396      "gridPos": {
2397        "h": 9,
2398        "w": 12,
2399        "x": 0,
2400        "y": 51
2401      },
2402      "hiddenSeries": false,
2403      "id": 77,
2404      "legend": {
2405        "avg": false,
2406        "current": false,
2407        "max": false,
2408        "min": false,
2409        "show": true,
2410        "total": false,
2411        "values": false
2412      },
2413      "lines": true,
2414      "linewidth": 1,
2415      "nullPointMode": "null",
2416      "options": {
2417        "alertThreshold": true
2418      },
2419      "percentage": false,
2420      "pluginVersion": "9.0.5",
2421      "pointradius": 2,
2422      "points": false,
2423      "renderer": "flot",
2424      "seriesOverrides": [],
2425      "spaceLength": 10,
2426      "stack": false,
2427      "steppedLine": false,
2428      "targets": [
2429        {
2430          "datasource": {
2431            "type": "prometheus",
2432            "uid": "PBFA97CFB590B2093"
2433          },
2434          "exemplar": true,
2435          "expr": "rate(minio_node_process_cpu_total_seconds{job=\"$scrape_jobs\"}[$__rate_interval])",
2436          "interval": "",
2437          "legendFormat": "CPU Usage Rate [{{server}}]",
2438          "refId": "A"
2439        }
2440      ],
2441      "thresholds": [],
2442      "timeRegions": [],
2443      "title": "Node CPU Usage",
2444      "tooltip": {
2445        "shared": true,
2446        "sort": 0,
2447        "value_type": "individual"
2448      },
2449      "type": "graph",
2450      "xaxis": {
2451        "mode": "time",
2452        "show": true,
2453        "values": []
2454      },
2455      "yaxes": [
2456        {
2457          "$$hashKey": "object:1043",
2458          "format": "none",
2459          "logBase": 1,
2460          "show": true
2461        },
2462        {
2463          "$$hashKey": "object:1044",
2464          "format": "short",
2465          "logBase": 1,
2466          "show": true
2467        }
2468      ],
2469      "yaxis": {
2470        "align": false
2471      }
2472    },
2473    {
2474      "aliasColors": {},
2475      "bars": false,
2476      "dashLength": 10,
2477      "dashes": false,
2478      "datasource": {
2479        "type": "prometheus",
2480        "uid": "PBFA97CFB590B2093"
2481      },
2482      "fill": 1,
2483      "fillGradient": 0,
2484      "gridPos": {
2485        "h": 9,
2486        "w": 12,
2487        "x": 12,
2488        "y": 51
2489      },
2490      "hiddenSeries": false,
2491      "id": 76,
2492      "legend": {
2493        "avg": false,
2494        "current": false,
2495        "max": false,
2496        "min": false,
2497        "show": true,
2498        "total": false,
2499        "values": false
2500      },
2501      "lines": true,
2502      "linewidth": 1,
2503      "nullPointMode": "null",
2504      "options": {
2505        "alertThreshold": true
2506      },
2507      "percentage": false,
2508      "pluginVersion": "9.0.5",
2509      "pointradius": 2,
2510      "points": false,
2511      "renderer": "flot",
2512      "seriesOverrides": [],
2513      "spaceLength": 10,
2514      "stack": false,
2515      "steppedLine": false,
2516      "targets": [
2517        {
2518          "datasource": {
2519            "type": "prometheus",
2520            "uid": "PBFA97CFB590B2093"
2521          },
2522          "exemplar": true,
2523          "expr": "minio_node_process_resident_memory_bytes{job=\"$scrape_jobs\"}",
2524          "interval": "",
2525          "legendFormat": "Memory Used [{{server}}]",
2526          "refId": "A"
2527        }
2528      ],
2529      "thresholds": [],
2530      "timeRegions": [],
2531      "title": "Node Memory Usage",
2532      "tooltip": {
2533        "shared": true,
2534        "sort": 0,
2535        "value_type": "individual"
2536      },
2537      "type": "graph",
2538      "xaxis": {
2539        "mode": "time",
2540        "show": true,
2541        "values": []
2542      },
2543      "yaxes": [
2544        {
2545          "$$hashKey": "object:1043",
2546          "format": "bytes",
2547          "logBase": 1,
2548          "show": true
2549        },
2550        {
2551          "$$hashKey": "object:1044",
2552          "format": "short",
2553          "logBase": 1,
2554          "show": true
2555        }
2556      ],
2557      "yaxis": {
2558        "align": false
2559      }
2560    },
2561    {
2562      "aliasColors": {},
2563      "bars": false,
2564      "dashLength": 10,
2565      "dashes": false,
2566      "datasource": {
2567        "type": "prometheus",
2568        "uid": "PBFA97CFB590B2093"
2569      },
2570      "fill": 1,
2571      "fillGradient": 0,
2572      "gridPos": {
2573        "h": 8,
2574        "w": 12,
2575        "x": 0,
2576        "y": 60
2577      },
2578      "hiddenSeries": false,
2579      "id": 74,
2580      "legend": {
2581        "avg": false,
2582        "current": false,
2583        "max": false,
2584        "min": false,
2585        "show": true,
2586        "total": false,
2587        "values": false
2588      },
2589      "lines": true,
2590      "linewidth": 1,
2591      "nullPointMode": "null",
2592      "options": {
2593        "alertThreshold": true
2594      },
2595      "percentage": false,
2596      "pluginVersion": "9.0.5",
2597      "pointradius": 2,
2598      "points": false,
2599      "renderer": "flot",
2600      "seriesOverrides": [],
2601      "spaceLength": 10,
2602      "stack": false,
2603      "steppedLine": false,
2604      "targets": [
2605        {
2606          "datasource": {
2607            "type": "prometheus",
2608            "uid": "PBFA97CFB590B2093"
2609          },
2610          "exemplar": true,
2611          "expr": "minio_node_disk_used_bytes{job=\"$scrape_jobs\"}",
2612          "format": "time_series",
2613          "instant": false,
2614          "interval": "",
2615          "legendFormat": "Used Capacity [{{server}}:{{disk}}]",
2616          "refId": "A"
2617        }
2618      ],
2619      "thresholds": [],
2620      "timeRegions": [],
2621      "title": "Drive Used Capacity",
2622      "tooltip": {
2623        "shared": true,
2624        "sort": 0,
2625        "value_type": "individual"
2626      },
2627      "type": "graph",
2628      "xaxis": {
2629        "mode": "time",
2630        "show": true,
2631        "values": []
2632      },
2633      "yaxes": [
2634        {
2635          "$$hashKey": "object:381",
2636          "format": "bytes",
2637          "logBase": 1,
2638          "show": true
2639        },
2640        {
2641          "$$hashKey": "object:382",
2642          "format": "short",
2643          "logBase": 1,
2644          "show": true
2645        }
2646      ],
2647      "yaxis": {
2648        "align": false
2649      }
2650    },
2651    {
2652      "aliasColors": {},
2653      "bars": false,
2654      "dashLength": 10,
2655      "dashes": false,
2656      "datasource": {
2657        "type": "prometheus",
2658        "uid": "PBFA97CFB590B2093"
2659      },
2660      "fill": 1,
2661      "fillGradient": 0,
2662      "gridPos": {
2663        "h": 8,
2664        "w": 12,
2665        "x": 12,
2666        "y": 60
2667      },
2668      "hiddenSeries": false,
2669      "id": 82,
2670      "legend": {
2671        "avg": false,
2672        "current": false,
2673        "max": false,
2674        "min": false,
2675        "show": true,
2676        "total": false,
2677        "values": false
2678      },
2679      "lines": true,
2680      "linewidth": 1,
2681      "nullPointMode": "null",
2682      "options": {
2683        "alertThreshold": true
2684      },
2685      "percentage": false,
2686      "pluginVersion": "9.0.5",
2687      "pointradius": 2,
2688      "points": false,
2689      "renderer": "flot",
2690      "seriesOverrides": [],
2691      "spaceLength": 10,
2692      "stack": false,
2693      "steppedLine": false,
2694      "targets": [
2695        {
2696          "datasource": {
2697            "type": "prometheus",
2698            "uid": "PBFA97CFB590B2093"
2699          },
2700          "exemplar": true,
2701          "expr": "minio_cluster_disk_free_inodes{job=\"$scrape_jobs\"}",
2702          "format": "time_series",
2703          "instant": false,
2704          "interval": "",
2705          "legendFormat": "Free Inodes [{{server}}:{{disk}}]",
2706          "refId": "A"
2707        }
2708      ],
2709      "thresholds": [],
2710      "timeRegions": [],
2711      "title": "Drives Free Inodes",
2712      "tooltip": {
2713        "shared": true,
2714        "sort": 0,
2715        "value_type": "individual"
2716      },
2717      "type": "graph",
2718      "xaxis": {
2719        "mode": "time",
2720        "show": true,
2721        "values": []
2722      },
2723      "yaxes": [
2724        {
2725          "$$hashKey": "object:381",
2726          "format": "none",
2727          "logBase": 1,
2728          "show": true
2729        },
2730        {
2731          "$$hashKey": "object:382",
2732          "format": "short",
2733          "logBase": 1,
2734          "show": true
2735        }
2736      ],
2737      "yaxis": {
2738        "align": false
2739      }
2740    },
2741    {
2742      "aliasColors": {
2743        "Offline 10.13.1.25:9000": "dark-red",
2744        "Total 10.13.1.25:9000": "blue"
2745      },
2746      "bars": true,
2747      "dashLength": 10,
2748      "dashes": false,
2749      "datasource": {
2750        "type": "prometheus",
2751        "uid": "PBFA97CFB590B2093"
2752      },
2753      "description": "Number of online disks per MinIO Server",
2754      "fieldConfig": {
2755        "defaults": {
2756          "links": []
2757        },
2758        "overrides": []
2759      },
2760      "fill": 1,
2761      "fillGradient": 0,
2762      "gridPos": {
2763        "h": 9,
2764        "w": 12,
2765        "x": 0,
2766        "y": 68
2767      },
2768      "hiddenSeries": false,
2769      "id": 11,
2770      "legend": {
2771        "avg": false,
2772        "current": false,
2773        "max": false,
2774        "min": false,
2775        "rightSide": false,
2776        "show": true,
2777        "total": false,
2778        "values": false
2779      },
2780      "lines": false,
2781      "linewidth": 1,
2782      "links": [],
2783      "nullPointMode": "null",
2784      "options": {
2785        "alertThreshold": true
2786      },
2787      "percentage": false,
2788      "pluginVersion": "9.0.5",
2789      "pointradius": 2,
2790      "points": false,
2791      "renderer": "flot",
2792      "seriesOverrides": [],
2793      "spaceLength": 10,
2794      "stack": false,
2795      "steppedLine": false,
2796      "targets": [
2797        {
2798          "datasource": {
2799            "type": "prometheus",
2800            "uid": "PBFA97CFB590B2093"
2801          },
2802          "exemplar": true,
2803          "expr": "rate(minio_node_syscall_read_total{job=\"$scrape_jobs\"}[$__rate_interval])",
2804          "format": "time_series",
2805          "interval": "",
2806          "intervalFactor": 2,
2807          "legendFormat": "Read Syscalls [{{server}}]",
2808          "metric": "process_start_time_seconds",
2809          "refId": "A",
2810          "step": 60
2811        },
2812        {
2813          "datasource": {
2814            "type": "prometheus",
2815            "uid": "PBFA97CFB590B2093"
2816          },
2817          "exemplar": true,
2818          "expr": "rate(minio_node_syscall_write_total{job=\"$scrape_jobs\"}[$__rate_interval])",
2819          "interval": "",
2820          "legendFormat": "Write Syscalls [{{server}}]",
2821          "refId": "B"
2822        }
2823      ],
2824      "thresholds": [],
2825      "timeRegions": [],
2826      "title": "Node Syscalls",
2827      "tooltip": {
2828        "shared": true,
2829        "sort": 0,
2830        "value_type": "individual"
2831      },
2832      "type": "graph",
2833      "xaxis": {
2834        "mode": "time",
2835        "show": true,
2836        "values": []
2837      },
2838      "yaxes": [
2839        {
2840          "$$hashKey": "object:185",
2841          "decimals": 0,
2842          "format": "short",
2843          "logBase": 1,
2844          "min": "0",
2845          "show": true
2846        },
2847        {
2848          "$$hashKey": "object:186",
2849          "format": "short",
2850          "logBase": 1,
2851          "show": true
2852        }
2853      ],
2854      "yaxis": {
2855        "align": false
2856      }
2857    },
2858    {
2859      "aliasColors": {
2860        "available 10.13.1.25:9000": "green",
2861        "used 10.13.1.25:9000": "blue"
2862      },
2863      "bars": false,
2864      "dashLength": 10,
2865      "dashes": false,
2866      "datasource": {
2867        "type": "prometheus",
2868        "uid": "PBFA97CFB590B2093"
2869      },
2870      "description": "",
2871      "fieldConfig": {
2872        "defaults": {
2873          "links": []
2874        },
2875        "overrides": []
2876      },
2877      "fill": 1,
2878      "fillGradient": 0,
2879      "gridPos": {
2880        "h": 9,
2881        "w": 12,
2882        "x": 12,
2883        "y": 68
2884      },
2885      "hiddenSeries": false,
2886      "id": 8,
2887      "legend": {
2888        "avg": false,
2889        "current": false,
2890        "max": false,
2891        "min": false,
2892        "rightSide": false,
2893        "show": true,
2894        "total": false,
2895        "values": false
2896      },
2897      "lines": true,
2898      "linewidth": 1,
2899      "links": [],
2900      "nullPointMode": "null",
2901      "options": {
2902        "alertThreshold": true
2903      },
2904      "percentage": false,
2905      "pluginVersion": "9.0.5",
2906      "pointradius": 2,
2907      "points": false,
2908      "renderer": "flot",
2909      "seriesOverrides": [],
2910      "spaceLength": 10,
2911      "stack": false,
2912      "steppedLine": false,
2913      "targets": [
2914        {
2915          "datasource": {
2916            "type": "prometheus",
2917            "uid": "PBFA97CFB590B2093"
2918          },
2919          "exemplar": true,
2920          "expr": "minio_node_file_descriptor_open_total{job=\"$scrape_jobs\"}",
2921          "interval": "",
2922          "legendFormat": "Open FDs [{{server}}]",
2923          "refId": "B"
2924        }
2925      ],
2926      "thresholds": [],
2927      "timeRegions": [],
2928      "title": "Node File Descriptors",
2929      "tooltip": {
2930        "shared": true,
2931        "sort": 0,
2932        "value_type": "individual"
2933      },
2934      "type": "graph",
2935      "xaxis": {
2936        "mode": "time",
2937        "show": true,
2938        "values": []
2939      },
2940      "yaxes": [
2941        {
2942          "$$hashKey": "object:212",
2943          "format": "none",
2944          "logBase": 1,
2945          "min": "0",
2946          "show": true
2947        },
2948        {
2949          "$$hashKey": "object:213",
2950          "format": "none",
2951          "logBase": 1,
2952          "min": "0",
2953          "show": true
2954        }
2955      ],
2956      "yaxis": {
2957        "align": false
2958      }
2959    },
2960    {
2961      "aliasColors": {},
2962      "bars": true,
2963      "dashLength": 10,
2964      "dashes": false,
2965      "datasource": {
2966        "type": "prometheus",
2967        "uid": "PBFA97CFB590B2093"
2968      },
2969      "fill": 1,
2970      "fillGradient": 0,
2971      "gridPos": {
2972        "h": 7,
2973        "w": 24,
2974        "x": 0,
2975        "y": 77
2976      },
2977      "hiddenSeries": false,
2978      "id": 73,
2979      "legend": {
2980        "avg": false,
2981        "current": false,
2982        "max": false,
2983        "min": false,
2984        "show": true,
2985        "total": false,
2986        "values": false
2987      },
2988      "lines": true,
2989      "linewidth": 1,
2990      "nullPointMode": "null",
2991      "options": {
2992        "alertThreshold": true
2993      },
2994      "percentage": false,
2995      "pluginVersion": "9.0.5",
2996      "pointradius": 2,
2997      "points": false,
2998      "renderer": "flot",
2999      "seriesOverrides": [],
3000      "spaceLength": 10,
3001      "stack": false,
3002      "steppedLine": false,
3003      "targets": [
3004        {
3005          "datasource": {
3006            "type": "prometheus",
3007            "uid": "PBFA97CFB590B2093"
3008          },
3009          "exemplar": true,
3010          "expr": "rate(minio_node_io_rchar_bytes{job=\"$scrape_jobs\"}[$__rate_interval])",
3011          "format": "time_series",
3012          "instant": false,
3013          "interval": "",
3014          "legendFormat": "Node RChar [{{server}}]",
3015          "refId": "A"
3016        },
3017        {
3018          "datasource": {
3019            "type": "prometheus",
3020            "uid": "PBFA97CFB590B2093"
3021          },
3022          "exemplar": true,
3023          "expr": "rate(minio_node_io_wchar_bytes{job=\"$scrape_jobs\"}[$__rate_interval])",
3024          "interval": "",
3025          "legendFormat": "Node WChar [{{server}}]",
3026          "refId": "B"
3027        }
3028      ],
3029      "thresholds": [],
3030      "timeRegions": [],
3031      "title": "Node IO",
3032      "tooltip": {
3033        "shared": true,
3034        "sort": 0,
3035        "value_type": "individual"
3036      },
3037      "type": "graph",
3038      "xaxis": {
3039        "mode": "time",
3040        "show": true,
3041        "values": []
3042      },
3043      "yaxes": [
3044        {
3045          "$$hashKey": "object:381",
3046          "format": "bytes",
3047          "logBase": 1,
3048          "show": true
3049        },
3050        {
3051          "$$hashKey": "object:382",
3052          "format": "short",
3053          "logBase": 1,
3054          "show": true
3055        }
3056      ],
3057      "yaxis": {
3058        "align": false
3059      }
3060    }
3061  ],
3062  "refresh": false,
3063  "schemaVersion": 36,
3064  "style": "dark",
3065  "tags": [
3066    "minio"
3067  ],
3068  "templating": {
3069    "list": [
3070      {
3071        "current": {
3072          "selected": true,
3073          "text": [
3074            "minio"
3075          ],
3076          "value": [
3077            "minio"
3078          ]
3079        },
3080        "datasource": {
3081          "type": "prometheus",
3082          "uid": "PBFA97CFB590B2093"
3083        },
3084        "definition": "label_values(job)",
3085        "hide": 0,
3086        "includeAll": true,
3087        "multi": true,
3088        "name": "scrape_jobs",
3089        "options": [],
3090        "query": {
3091          "query": "label_values(job)",
3092          "refId": "StandardVariableQuery"
3093        },
3094        "refresh": 1,
3095        "regex": "",
3096        "skipUrlSync": false,
3097        "sort": 0,
3098        "type": "query"
3099      }
3100    ]
3101  },
3102  "time": {
3103    "from": "now-6h",
3104    "to": "now"
3105  },
3106  "timepicker": {
3107    "refresh_intervals": [
3108      "10s",
3109      "30s",
3110      "1m",
3111      "5m",
3112      "15m",
3113      "30m",
3114      "1h",
3115      "2h",
3116      "1d"
3117    ],
3118    "time_options": [
3119      "5m",
3120      "15m",
3121      "1h",
3122      "6h",
3123      "12h",
3124      "24h",
3125      "2d",
3126      "7d",
3127      "30d"
3128    ]
3129  },
3130  "timezone": "",
3131  "title": "MinIO Dashboard",
3132  "uid": "TgmJnqnnk",
3133  "version": 2,
3134  "weekStart": ""
3135}