github.com/minio/minio@v0.0.0-20240328213742-3f72439b8a27/docs/metrics/prometheus/grafana/replication/minio-replication-cluster.json (about)

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