2020-12-04 19:27:41 -05:00
{
"__inputs" : [
{
"name" : "DS_PROMETHEUS" ,
"label" : "Prometheus" ,
2020-12-09 03:26:42 -05:00
"description" : "" ,
2020-12-04 19:27:41 -05:00
"type" : "datasource" ,
"pluginId" : "prometheus" ,
"pluginName" : "Prometheus"
}
] ,
2023-07-19 11:16:04 -04:00
"__elements" : { } ,
2020-12-04 19:27:41 -05:00
"__requires" : [
{
"type" : "panel" ,
"id" : "bargauge" ,
"name" : "Bar gauge" ,
"version" : ""
} ,
{
"type" : "grafana" ,
"id" : "grafana" ,
"name" : "Grafana" ,
2023-07-19 11:16:04 -04:00
"version" : "10.0.2"
2020-12-04 19:27:41 -05:00
} ,
{
"type" : "panel" ,
"id" : "graph" ,
2022-05-28 12:41:54 -04:00
"name" : "Graph (old)" ,
"version" : ""
} ,
{
"type" : "panel" ,
"id" : "piechart" ,
"name" : "Pie chart" ,
2020-12-04 19:27:41 -05:00
"version" : ""
} ,
{
"type" : "datasource" ,
"id" : "prometheus" ,
"name" : "Prometheus" ,
"version" : "1.0.0"
} ,
{
"type" : "panel" ,
"id" : "stat" ,
"name" : "Stat" ,
"version" : ""
2022-06-14 01:05:36 -04:00
} ,
{
"type" : "panel" ,
"id" : "timeseries" ,
"name" : "Time series" ,
"version" : ""
2020-12-04 19:27:41 -05:00
}
] ,
"annotations" : {
"list" : [
{
"builtIn" : 1 ,
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "datasource" ,
"uid" : "grafana"
} ,
2020-12-04 19:27:41 -05:00
"enable" : true ,
"hide" : true ,
"iconColor" : "rgba(0, 211, 255, 1)" ,
"name" : "Annotations & Alerts" ,
2022-05-28 12:41:54 -04:00
"target" : {
"limit" : 100 ,
"matchAny" : false ,
"tags" : [ ] ,
"type" : "dashboard"
} ,
2020-12-04 19:27:41 -05:00
"type" : "dashboard"
}
]
} ,
2022-05-28 12:41:54 -04:00
"description" : "MinIO Grafana Dashboard - https://min.io/" ,
2020-12-04 19:27:41 -05:00
"editable" : true ,
2022-05-28 12:41:54 -04:00
"fiscalYearStartMonth" : 0 ,
2020-12-04 19:27:41 -05:00
"gnetId" : 13502 ,
"graphTooltip" : 0 ,
"id" : null ,
"links" : [
{
"icon" : "external link" ,
"includeVars" : true ,
"keepTime" : true ,
"tags" : [
"minio"
] ,
"type" : "dashboards"
}
] ,
2022-05-28 12:41:54 -04:00
"liveNow" : false ,
2020-12-04 19:27:41 -05:00
"panels" : [
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-12-04 19:27:41 -05:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"mappings" : [
{
2021-08-24 12:51:09 -04:00
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
2020-12-04 19:27:41 -05:00
}
] ,
"thresholds" : {
"mode" : "percentage" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
"unit" : "dtdurations"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
"w" : 3 ,
"x" : 0 ,
2021-05-06 05:14:03 -04:00
"y" : 0
2020-12-04 19:27:41 -05:00
} ,
"id" : 1 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
2021-05-06 05:14:03 -04:00
"text" : { } ,
2020-12-04 19:27:41 -05:00
"textMode" : "auto"
} ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2020-12-04 19:27:41 -05:00
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "time() - max(minio_node_process_starttime_seconds{job=\"$scrape_jobs\"})" ,
2020-12-04 19:27:41 -05:00
"format" : "time_series" ,
"instant" : true ,
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{instance}}" ,
"metric" : "process_start_time_seconds" ,
"refId" : "A" ,
2023-07-19 11:16:04 -04:00
"step" : 60
2020-12-04 19:27:41 -05:00
}
] ,
"title" : "Uptime" ,
"type" : "stat"
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-12-04 19:27:41 -05:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"mappings" : [
{
2021-08-24 12:51:09 -04:00
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
2020-12-04 19:27:41 -05:00
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
2021-11-18 23:06:37 -05:00
"unit" : "bytes"
2020-12-04 19:27:41 -05:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
"w" : 3 ,
"x" : 3 ,
2021-05-06 05:14:03 -04:00
"y" : 0
2020-12-04 19:27:41 -05:00
} ,
2021-05-06 05:14:03 -04:00
"id" : 65 ,
2020-12-04 19:27:41 -05:00
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
2021-05-06 05:14:03 -04:00
"last"
2020-12-04 19:27:41 -05:00
] ,
"fields" : "" ,
"values" : false
} ,
2021-05-06 05:14:03 -04:00
"text" : { } ,
2020-12-04 19:27:41 -05:00
"textMode" : "auto"
} ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2020-12-04 19:27:41 -05:00
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-08-24 12:51:09 -04:00
"exemplar" : true ,
"expr" : "sum by (instance) (minio_s3_traffic_received_bytes{job=\"$scrape_jobs\"})" ,
2020-12-04 19:27:41 -05:00
"format" : "table" ,
"hide" : false ,
2021-05-06 05:14:03 -04:00
"instant" : false ,
2020-12-04 19:27:41 -05:00
"interval" : "" ,
"intervalFactor" : 1 ,
2021-05-06 05:14:03 -04:00
"legendFormat" : "{{instance}}" ,
2020-12-04 19:27:41 -05:00
"metric" : "process_start_time_seconds" ,
"refId" : "A" ,
2023-07-19 11:16:04 -04:00
"step" : 60
2020-12-04 19:27:41 -05:00
}
] ,
2021-05-06 05:14:03 -04:00
"title" : "Total S3 Traffic Inbound" ,
2020-12-04 19:27:41 -05:00
"type" : "stat"
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2022-05-28 12:41:54 -04:00
"description" : "" ,
2020-12-04 19:27:41 -05:00
"fieldConfig" : {
"defaults" : {
2022-05-28 12:41:54 -04:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
2020-12-04 19:27:41 -05:00
"mappings" : [
{
2021-08-24 12:51:09 -04:00
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
2020-12-04 19:27:41 -05:00
}
] ,
2021-11-18 23:06:37 -05:00
"unit" : "bytes"
2020-12-04 19:27:41 -05:00
} ,
2022-06-14 01:05:36 -04:00
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "Free"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "green" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Used"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "orange" ,
"mode" : "fixed"
}
}
]
}
]
2020-12-04 19:27:41 -05:00
} ,
"gridPos" : {
"h" : 6 ,
2022-05-28 12:41:54 -04:00
"w" : 4 ,
2020-12-04 19:27:41 -05:00
"x" : 6 ,
2021-05-06 05:14:03 -04:00
"y" : 0
2020-12-04 19:27:41 -05:00
} ,
"id" : 50 ,
"interval" : "1m" ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
2022-05-28 12:41:54 -04:00
"displayLabels" : [ ] ,
"legend" : {
"displayMode" : "table" ,
"placement" : "bottom" ,
2023-07-19 11:16:04 -04:00
"showLegend" : true ,
2022-05-28 12:41:54 -04:00
"values" : [
"percent"
]
} ,
"pieType" : "donut" ,
2020-12-04 19:27:41 -05:00
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2022-05-28 12:41:54 -04:00
"tooltip" : {
2022-07-21 18:17:44 -04:00
"mode" : "single" ,
"sort" : "none"
2022-05-28 12:41:54 -04:00
}
2020-12-04 19:27:41 -05:00
} ,
2022-05-28 12:41:54 -04:00
"pluginVersion" : "8.2.1" ,
2020-12-04 19:27:41 -05:00
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-08-24 12:51:09 -04:00
"exemplar" : true ,
2022-05-28 12:41:54 -04:00
"expr" : "topk(1, sum(minio_cluster_capacity_usable_total_bytes{job=\"$scrape_jobs\"}) by (instance)) - topk(1, sum(minio_cluster_capacity_usable_free_bytes{job=\"$scrape_jobs\"}) by (instance))" ,
2020-12-04 19:27:41 -05:00
"format" : "time_series" ,
"instant" : false ,
"interval" : "1m" ,
"intervalFactor" : 1 ,
2022-05-28 12:41:54 -04:00
"legendFormat" : "Used" ,
2020-12-04 19:27:41 -05:00
"refId" : "A" ,
2023-07-19 11:16:04 -04:00
"step" : 300
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
2023-07-19 11:16:04 -04:00
} ,
2022-05-28 12:41:54 -04:00
"exemplar" : true ,
"expr" : "topk(1, sum(minio_cluster_capacity_usable_free_bytes{job=\"$scrape_jobs\"}) by (instance)) " ,
"hide" : false ,
"interval" : "1m" ,
"legendFormat" : "Free" ,
2023-07-19 11:16:04 -04:00
"refId" : "B"
2020-12-04 19:27:41 -05:00
}
] ,
2022-05-28 12:41:54 -04:00
"title" : "Capacity" ,
"type" : "piechart"
2020-12-04 19:27:41 -05:00
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2022-06-14 01:05:36 -04:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2023-07-19 11:16:04 -04:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2022-06-14 01:05:36 -04:00
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : true ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "bytes"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "Objects"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "blue" ,
"mode" : "fixed"
}
}
]
} ,
{
"__systemRef" : "hideSeriesFrom" ,
"matcher" : {
"id" : "byNames" ,
"options" : {
"mode" : "exclude" ,
"names" : [
"Usage"
] ,
"prefix" : "All except:" ,
"readOnly" : true
}
} ,
"properties" : [
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : false ,
"tooltip" : false ,
"viz" : true
}
}
]
}
]
} ,
2020-12-04 19:27:41 -05:00
"gridPos" : {
"h" : 6 ,
2022-05-28 12:41:54 -04:00
"w" : 6 ,
"x" : 10 ,
2021-05-06 05:14:03 -04:00
"y" : 0
2020-12-04 19:27:41 -05:00
} ,
"id" : 68 ,
"options" : {
2022-06-14 01:05:36 -04:00
"legend" : {
"calcs" : [ ] ,
2023-07-19 11:16:04 -04:00
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : false
2022-06-14 01:05:36 -04:00
} ,
"tooltip" : {
2022-07-21 18:17:44 -04:00
"mode" : "single" ,
"sort" : "none"
2022-06-14 01:05:36 -04:00
}
2020-12-04 19:27:41 -05:00
} ,
2022-05-28 12:41:54 -04:00
"pluginVersion" : "8.2.1" ,
2020-12-04 19:27:41 -05:00
"targets" : [
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
2023-07-19 11:16:04 -04:00
} ,
"editorMode" : "code" ,
"exemplar" : true ,
"expr" : "minio_cluster_usage_total_bytes{job=\"$scrape_jobs\"}" ,
"interval" : "" ,
"legendFormat" : "Usage" ,
"range" : true ,
"refId" : "A"
2020-12-04 19:27:41 -05:00
}
] ,
2021-05-06 05:14:03 -04:00
"title" : "Data Usage Growth" ,
2022-06-14 01:05:36 -04:00
"type" : "timeseries"
2020-12-04 19:27:41 -05:00
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-12-04 19:27:41 -05:00
"fieldConfig" : {
"defaults" : {
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "semi-dark-red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
2021-05-06 05:14:03 -04:00
"w" : 5 ,
2020-12-04 19:27:41 -05:00
"x" : 16 ,
2021-05-06 05:14:03 -04:00
"y" : 0
2020-12-04 19:27:41 -05:00
} ,
"id" : 52 ,
"links" : [ ] ,
"options" : {
2021-05-06 05:14:03 -04:00
"displayMode" : "basic" ,
2022-07-21 18:17:44 -04:00
"minVizHeight" : 10 ,
"minVizWidth" : 0 ,
2021-05-06 05:14:03 -04:00
"orientation" : "horizontal" ,
2020-12-04 19:27:41 -05:00
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
2021-05-06 05:14:03 -04:00
"showUnfilled" : false ,
2023-07-19 11:16:04 -04:00
"text" : { } ,
"valueMode" : "color"
2020-12-04 19:27:41 -05:00
} ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2020-12-04 19:27:41 -05:00
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"editorMode" : "code" ,
2021-08-24 12:51:09 -04:00
"exemplar" : true ,
2023-07-19 11:16:04 -04:00
"expr" : "minio_cluster_objects_size_distribution{job=\"$scrape_jobs\"}" ,
2020-12-04 19:27:41 -05:00
"format" : "time_series" ,
"instant" : false ,
"interval" : "" ,
"intervalFactor" : 1 ,
2021-05-06 05:14:03 -04:00
"legendFormat" : "{{range}}" ,
2020-12-04 19:27:41 -05:00
"refId" : "A" ,
2023-07-19 11:16:04 -04:00
"step" : 300
2020-12-04 19:27:41 -05:00
}
] ,
"title" : "Object size distribution" ,
"type" : "bargauge"
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-12-04 19:27:41 -05:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"mappings" : [
{
2021-08-24 12:51:09 -04:00
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
2020-12-04 19:27:41 -05:00
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
2022-06-07 01:13:54 -04:00
"value" : 2000
2020-12-04 19:27:41 -05:00
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2021-05-06 05:14:03 -04:00
"h" : 3 ,
2020-12-04 19:27:41 -05:00
"w" : 3 ,
2021-05-06 05:14:03 -04:00
"x" : 21 ,
"y" : 0
2020-12-04 19:27:41 -05:00
} ,
2021-05-06 05:14:03 -04:00
"id" : 61 ,
2020-12-04 19:27:41 -05:00
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
2021-05-06 05:14:03 -04:00
"last"
2020-12-04 19:27:41 -05:00
] ,
"fields" : "" ,
"values" : false
} ,
2021-05-06 05:14:03 -04:00
"text" : { } ,
2020-12-04 19:27:41 -05:00
"textMode" : "auto"
} ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2020-12-04 19:27:41 -05:00
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "sum (minio_node_file_descriptor_open_total{job=\"$scrape_jobs\"})" ,
2020-12-04 19:27:41 -05:00
"format" : "table" ,
"hide" : false ,
2021-05-06 05:14:03 -04:00
"instant" : false ,
2020-12-04 19:27:41 -05:00
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "" ,
"metric" : "process_start_time_seconds" ,
"refId" : "A" ,
2023-07-19 11:16:04 -04:00
"step" : 60
2020-12-04 19:27:41 -05:00
}
] ,
2021-05-06 05:14:03 -04:00
"title" : "Total Open FDs" ,
2020-12-04 19:27:41 -05:00
"type" : "stat"
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-12-04 19:27:41 -05:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"mappings" : [
{
2021-08-24 12:51:09 -04:00
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
2020-12-04 19:27:41 -05:00
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
2021-11-18 23:06:37 -05:00
"unit" : "bytes"
2020-12-04 19:27:41 -05:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
"w" : 3 ,
"x" : 3 ,
2021-05-06 05:14:03 -04:00
"y" : 3
2020-12-04 19:27:41 -05:00
} ,
2021-05-06 05:14:03 -04:00
"id" : 64 ,
2020-12-04 19:27:41 -05:00
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
2021-05-06 05:14:03 -04:00
"last"
2020-12-04 19:27:41 -05:00
] ,
"fields" : "" ,
"values" : false
} ,
2021-05-06 05:14:03 -04:00
"text" : { } ,
2020-12-04 19:27:41 -05:00
"textMode" : "auto"
} ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2020-12-04 19:27:41 -05:00
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-08-24 12:51:09 -04:00
"exemplar" : true ,
"expr" : "sum by (instance) (minio_s3_traffic_sent_bytes{job=\"$scrape_jobs\"})" ,
2020-12-04 19:27:41 -05:00
"format" : "table" ,
"hide" : false ,
"instant" : false ,
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "" ,
"metric" : "process_start_time_seconds" ,
"refId" : "A" ,
2023-07-19 11:16:04 -04:00
"step" : 60
2020-12-04 19:27:41 -05:00
}
] ,
2021-05-06 05:14:03 -04:00
"title" : "Total S3 Traffic Outbound" ,
2020-12-04 19:27:41 -05:00
"type" : "stat"
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"description" : "" ,
2020-12-04 19:27:41 -05:00
"fieldConfig" : {
"defaults" : {
"mappings" : [
{
2021-08-24 12:51:09 -04:00
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
2020-12-04 19:27:41 -05:00
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
2021-05-06 05:14:03 -04:00
"color" : "red" ,
2022-06-07 01:13:54 -04:00
"value" : 2000
2020-12-04 19:27:41 -05:00
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
"w" : 3 ,
2021-05-06 05:14:03 -04:00
"x" : 21 ,
"y" : 3
2020-12-04 19:27:41 -05:00
} ,
2021-05-06 05:14:03 -04:00
"id" : 62 ,
2020-12-04 19:27:41 -05:00
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
2021-05-06 05:14:03 -04:00
"orientation" : "auto" ,
2020-12-04 19:27:41 -05:00
"reduceOptions" : {
"calcs" : [
2021-05-06 05:14:03 -04:00
"last"
2020-12-04 19:27:41 -05:00
] ,
"fields" : "" ,
"values" : false
} ,
2021-05-06 05:14:03 -04:00
"text" : { } ,
2020-12-04 19:27:41 -05:00
"textMode" : "auto"
} ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2020-12-04 19:27:41 -05:00
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "sum without (server,instance) (minio_node_go_routine_total{job=\"$scrape_jobs\"})" ,
2021-05-06 05:14:03 -04:00
"format" : "table" ,
"hide" : false ,
2020-12-04 19:27:41 -05:00
"instant" : false ,
2021-05-06 05:14:03 -04:00
"interval" : "" ,
2020-12-04 19:27:41 -05:00
"intervalFactor" : 1 ,
"legendFormat" : "" ,
2021-05-06 05:14:03 -04:00
"metric" : "process_start_time_seconds" ,
"refId" : "A" ,
2023-07-19 11:16:04 -04:00
"step" : 60
2020-12-04 19:27:41 -05:00
}
] ,
2021-05-06 05:14:03 -04:00
"title" : "Total Goroutines" ,
"type" : "stat"
2020-12-04 19:27:41 -05:00
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-12-04 19:27:41 -05:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"mappings" : [
{
2021-08-24 12:51:09 -04:00
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
2020-12-04 19:27:41 -05:00
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2021-05-06 05:14:03 -04:00
"h" : 2 ,
2020-12-04 19:27:41 -05:00
"w" : 3 ,
2021-05-06 05:14:03 -04:00
"x" : 0 ,
"y" : 6
2020-12-04 19:27:41 -05:00
} ,
2021-05-06 05:14:03 -04:00
"id" : 53 ,
2020-12-04 19:27:41 -05:00
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
2021-05-06 05:14:03 -04:00
"text" : { } ,
2020-12-04 19:27:41 -05:00
"textMode" : "auto"
} ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2020-12-04 19:27:41 -05:00
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-08-24 12:51:09 -04:00
"exemplar" : true ,
"expr" : "minio_cluster_nodes_online_total{job=\"$scrape_jobs\"}" ,
2020-12-04 19:27:41 -05:00
"format" : "table" ,
"hide" : false ,
2021-05-06 05:14:03 -04:00
"instant" : true ,
2020-12-04 19:27:41 -05:00
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "" ,
"metric" : "process_start_time_seconds" ,
"refId" : "A" ,
2023-07-19 11:16:04 -04:00
"step" : 60
2020-12-04 19:27:41 -05:00
}
] ,
2021-05-06 05:14:03 -04:00
"title" : "Total Online Servers" ,
2020-12-04 19:27:41 -05:00
"type" : "stat"
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-12-04 19:27:41 -05:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"mappings" : [
{
2021-08-24 12:51:09 -04:00
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
2020-12-04 19:27:41 -05:00
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2021-05-06 05:14:03 -04:00
} ,
{
"color" : "red" ,
"value" : 80
2020-12-04 19:27:41 -05:00
}
]
} ,
2021-05-06 05:14:03 -04:00
"unit" : "short"
2020-12-04 19:27:41 -05:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2021-05-06 05:14:03 -04:00
"h" : 2 ,
2020-12-04 19:27:41 -05:00
"w" : 3 ,
"x" : 3 ,
2021-05-06 05:14:03 -04:00
"y" : 6
2020-12-04 19:27:41 -05:00
} ,
2021-05-06 05:14:03 -04:00
"id" : 9 ,
2020-12-04 19:27:41 -05:00
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
2021-05-06 05:14:03 -04:00
"text" : { } ,
2020-12-04 19:27:41 -05:00
"textMode" : "auto"
} ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2020-12-04 19:27:41 -05:00
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "minio_cluster_disk_online_total{job=\"$scrape_jobs\"}" ,
2020-12-04 19:27:41 -05:00
"format" : "table" ,
"hide" : false ,
2021-05-06 05:14:03 -04:00
"instant" : true ,
2020-12-04 19:27:41 -05:00
"interval" : "" ,
"intervalFactor" : 1 ,
2021-05-06 05:14:03 -04:00
"legendFormat" : "Total online disks in MinIO Cluster" ,
2020-12-04 19:27:41 -05:00
"metric" : "process_start_time_seconds" ,
"refId" : "A" ,
2023-07-19 11:16:04 -04:00
"step" : 60
2020-12-04 19:27:41 -05:00
}
] ,
2021-05-06 05:14:03 -04:00
"title" : "Total Online Disks" ,
2020-12-04 19:27:41 -05:00
"type" : "stat"
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-12-04 19:27:41 -05:00
"fieldConfig" : {
"defaults" : {
"mappings" : [
{
2021-08-24 12:51:09 -04:00
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
2020-12-04 19:27:41 -05:00
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "dark-yellow" ,
"value" : 75000000
} ,
{
"color" : "dark-red" ,
"value" : 100000000
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
"w" : 3 ,
"x" : 6 ,
2021-05-06 05:14:03 -04:00
"y" : 6
2020-12-04 19:27:41 -05:00
} ,
2021-05-06 05:14:03 -04:00
"id" : 66 ,
2020-12-04 19:27:41 -05:00
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2021-05-06 05:14:03 -04:00
"text" : { } ,
2020-12-04 19:27:41 -05:00
"textMode" : "auto"
} ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2020-12-04 19:27:41 -05:00
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"editorMode" : "code" ,
2021-08-24 12:51:09 -04:00
"exemplar" : true ,
2023-07-19 11:16:04 -04:00
"expr" : "minio_cluster_bucket_total{job=\"$scrape_jobs\"}" ,
2020-12-04 19:27:41 -05:00
"format" : "time_series" ,
"instant" : false ,
"interval" : "1m" ,
"intervalFactor" : 1 ,
"legendFormat" : "" ,
2023-07-19 11:16:04 -04:00
"refId" : "A"
2020-12-04 19:27:41 -05:00
}
] ,
2021-05-06 05:14:03 -04:00
"title" : "Number of Buckets" ,
2020-12-04 19:27:41 -05:00
"type" : "stat"
} ,
2021-05-06 05:14:03 -04:00
{
"aliasColors" : {
"S3 Errors" : "light-red" ,
"S3 Requests" : "light-green"
} ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 6 ,
"w" : 7 ,
"x" : 9 ,
"y" : 6
} ,
"hiddenSeries" : false ,
"id" : 63 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2021-05-06 05:14:03 -04:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "sum by (server) (rate(minio_s3_traffic_received_bytes{job=\"$scrape_jobs\"}[$__rate_interval]))" ,
2021-05-06 05:14:03 -04:00
"interval" : "1m" ,
"intervalFactor" : 2 ,
"legendFormat" : "Data Received [{{server}}]" ,
2023-07-19 11:16:04 -04:00
"refId" : "A"
2021-05-06 05:14:03 -04:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "S3 API Data Received Rate " ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:331" ,
"format" : "bytes" ,
"logBase" : 1 ,
"show" : true
} ,
{
"$$hashKey" : "object:332" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : false
}
] ,
"yaxis" : {
2022-07-21 18:17:44 -04:00
"align" : false
2021-05-06 05:14:03 -04:00
}
} ,
{
"aliasColors" : {
"S3 Errors" : "light-red" ,
"S3 Requests" : "light-green"
} ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 6 ,
"w" : 8 ,
"x" : 16 ,
"y" : 6
} ,
"hiddenSeries" : false ,
"id" : 70 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2021-05-06 05:14:03 -04:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "sum by (server) (rate(minio_s3_traffic_sent_bytes{job=\"$scrape_jobs\"}[$__rate_interval]))" ,
2021-05-06 05:14:03 -04:00
"interval" : "1m" ,
"intervalFactor" : 2 ,
"legendFormat" : "Data Sent [{{server}}]" ,
2023-07-19 11:16:04 -04:00
"refId" : "A"
2021-05-06 05:14:03 -04:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "S3 API Data Sent Rate " ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:331" ,
"format" : "bytes" ,
"logBase" : 1 ,
"show" : true
} ,
{
"$$hashKey" : "object:332" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : false
}
] ,
"yaxis" : {
2022-07-21 18:17:44 -04:00
"align" : false
2021-05-06 05:14:03 -04:00
}
} ,
2020-12-04 19:27:41 -05:00
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-12-04 19:27:41 -05:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"mappings" : [
{
2021-08-24 12:51:09 -04:00
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
2020-12-04 19:27:41 -05:00
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2021-05-06 05:14:03 -04:00
"h" : 2 ,
2020-12-04 19:27:41 -05:00
"w" : 3 ,
2021-05-06 05:14:03 -04:00
"x" : 0 ,
"y" : 8
2020-12-04 19:27:41 -05:00
} ,
2021-05-06 05:14:03 -04:00
"id" : 69 ,
2020-12-04 19:27:41 -05:00
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
2021-05-06 05:14:03 -04:00
"text" : { } ,
2020-12-04 19:27:41 -05:00
"textMode" : "auto"
} ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2020-12-04 19:27:41 -05:00
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-08-24 12:51:09 -04:00
"exemplar" : true ,
"expr" : "minio_cluster_nodes_offline_total{job=\"$scrape_jobs\"}" ,
2020-12-04 19:27:41 -05:00
"format" : "table" ,
"hide" : false ,
2021-05-06 05:14:03 -04:00
"instant" : true ,
2020-12-04 19:27:41 -05:00
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "" ,
"metric" : "process_start_time_seconds" ,
"refId" : "A" ,
2023-07-19 11:16:04 -04:00
"step" : 60
2020-12-04 19:27:41 -05:00
}
] ,
2021-05-06 05:14:03 -04:00
"title" : "Total Offline Servers" ,
"type" : "stat"
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"mappings" : [
{
2021-08-24 12:51:09 -04:00
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
2021-05-06 05:14:03 -04:00
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 2 ,
"w" : 3 ,
"x" : 3 ,
"y" : 8
} ,
"id" : 78 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : { } ,
"textMode" : "auto"
} ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2021-05-06 05:14:03 -04:00
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "minio_cluster_disk_offline_total{job=\"$scrape_jobs\"}" ,
2021-05-06 05:14:03 -04:00
"format" : "table" ,
"hide" : false ,
"instant" : true ,
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "" ,
"metric" : "process_start_time_seconds" ,
"refId" : "A" ,
2023-07-19 11:16:04 -04:00
"step" : 60
2021-05-06 05:14:03 -04:00
}
] ,
"title" : "Total Offline Disks" ,
"type" : "stat"
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"fieldConfig" : {
"defaults" : {
"mappings" : [
{
2021-08-24 12:51:09 -04:00
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
2021-05-06 05:14:03 -04:00
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "dark-yellow" ,
"value" : 75000000
} ,
{
"color" : "dark-red" ,
"value" : 100000000
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
"w" : 3 ,
"x" : 6 ,
"y" : 9
} ,
"id" : 44 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : { } ,
"textMode" : "auto"
} ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2021-05-06 05:14:03 -04:00
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
"editorMode" : "code" ,
2021-08-24 12:51:09 -04:00
"exemplar" : true ,
2023-07-19 11:16:04 -04:00
"expr" : "minio_cluster_usage_object_total{job=\"$scrape_jobs\"}" ,
2021-05-06 05:14:03 -04:00
"format" : "time_series" ,
"instant" : false ,
"interval" : "1m" ,
"intervalFactor" : 1 ,
"legendFormat" : "" ,
2023-07-19 11:16:04 -04:00
"refId" : "A"
2021-05-06 05:14:03 -04:00
}
] ,
"title" : "Number of Objects" ,
"type" : "stat"
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
"unit" : "ns"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 2 ,
"w" : 3 ,
"x" : 0 ,
"y" : 10
} ,
"id" : 80 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"last"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : { } ,
"textMode" : "auto"
} ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2021-05-06 05:14:03 -04:00
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "minio_heal_time_last_activity_nano_seconds{job=\"$scrape_jobs\"}" ,
2021-05-06 05:14:03 -04:00
"format" : "time_series" ,
"instant" : true ,
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{server}}" ,
"metric" : "process_start_time_seconds" ,
"refId" : "A" ,
2023-07-19 11:16:04 -04:00
"step" : 60
2021-05-06 05:14:03 -04:00
}
] ,
"title" : "Time Since Last Heal Activity" ,
"type" : "stat"
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
"unit" : "ns"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 2 ,
"w" : 3 ,
"x" : 3 ,
"y" : 10
} ,
"id" : 81 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"last"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : { } ,
"textMode" : "auto"
} ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2021-05-06 05:14:03 -04:00
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "minio_usage_last_activity_nano_seconds{job=\"$scrape_jobs\"}" ,
2021-05-06 05:14:03 -04:00
"format" : "time_series" ,
"instant" : true ,
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{server}}" ,
"metric" : "process_start_time_seconds" ,
"refId" : "A" ,
2023-07-19 11:16:04 -04:00
"step" : 60
2021-05-06 05:14:03 -04:00
}
] ,
"title" : "Time Since Last Scan Activity" ,
"type" : "stat"
} ,
{
"aliasColors" : {
"S3 Errors" : "light-red" ,
"S3 Requests" : "light-green"
} ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 10 ,
2023-07-19 11:16:04 -04:00
"w" : 10 ,
2021-05-06 05:14:03 -04:00
"x" : 0 ,
"y" : 12
} ,
"hiddenSeries" : false ,
"id" : 60 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2021-05-06 05:14:03 -04:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-09-12 14:28:15 -04:00
"expr" : "sum by (server,api) (increase(minio_s3_requests_total{job=\"$scrape_jobs\"}[$__rate_interval]))" ,
2021-05-06 05:14:03 -04:00
"interval" : "1m" ,
"intervalFactor" : 2 ,
"legendFormat" : "{{server,api}}" ,
2023-07-19 11:16:04 -04:00
"refId" : "A"
2021-05-06 05:14:03 -04:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "S3 API Request Rate" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:331" ,
"format" : "none" ,
"logBase" : 1 ,
"show" : true
} ,
{
"$$hashKey" : "object:332" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : false
}
] ,
"yaxis" : {
2022-07-21 18:17:44 -04:00
"align" : false
2021-05-06 05:14:03 -04:00
}
} ,
2022-07-21 18:17:44 -04:00
{
2023-07-19 11:16:04 -04:00
"aliasColors" : {
"S3 Errors" : "light-red" ,
"S3 Requests" : "light-green"
} ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2023-07-19 11:16:04 -04:00
"fill" : 1 ,
"fillGradient" : 0 ,
2022-07-21 18:17:44 -04:00
"gridPos" : {
"h" : 10 ,
2023-07-19 11:16:04 -04:00
"w" : 7 ,
"x" : 10 ,
"y" : 12
} ,
"hiddenSeries" : false ,
"id" : 88 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
2022-07-21 18:17:44 -04:00
} ,
2023-07-19 11:16:04 -04:00
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
2022-06-11 03:50:31 -04:00
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2022-06-11 03:50:31 -04:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2022-06-11 03:50:31 -04:00
"exemplar" : true ,
2023-07-19 11:16:04 -04:00
"expr" : "sum by (server,api) (increase(minio_s3_requests_4xx_errors_total{job=\"$scrape_jobs\"}[$__rate_interval]))" ,
2022-06-11 03:50:31 -04:00
"interval" : "1m" ,
"intervalFactor" : 2 ,
"legendFormat" : "{{server,api}}" ,
2023-07-19 11:16:04 -04:00
"refId" : "A"
2022-06-11 03:50:31 -04:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2023-07-19 11:16:04 -04:00
"title" : "S3 API Request 4xx Error Rate" ,
2022-06-11 03:50:31 -04:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:331" ,
"format" : "none" ,
"logBase" : 1 ,
"show" : true
} ,
{
"$$hashKey" : "object:332" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : false
}
] ,
"yaxis" : {
2022-07-21 18:17:44 -04:00
"align" : false
2022-06-11 03:50:31 -04:00
}
} ,
{
"aliasColors" : {
"S3 Errors" : "light-red" ,
"S3 Requests" : "light-green"
} ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2022-06-11 03:50:31 -04:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 10 ,
2023-07-19 11:16:04 -04:00
"w" : 7 ,
"x" : 17 ,
"y" : 12
2022-06-11 03:50:31 -04:00
} ,
"hiddenSeries" : false ,
2023-07-19 11:16:04 -04:00
"id" : 86 ,
2022-06-11 03:50:31 -04:00
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2022-06-11 03:50:31 -04:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2022-06-11 03:50:31 -04:00
"exemplar" : true ,
2023-07-19 11:16:04 -04:00
"expr" : "sum by (server,api) (increase(minio_s3_requests_5xx_errors_total{job=\"$scrape_jobs\"}[$__rate_interval]))" ,
2022-06-11 03:50:31 -04:00
"interval" : "1m" ,
"intervalFactor" : 2 ,
"legendFormat" : "{{server,api}}" ,
2023-07-19 11:16:04 -04:00
"refId" : "A"
2022-06-11 03:50:31 -04:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2023-07-19 11:16:04 -04:00
"title" : "S3 API Request 5xx Error Rate" ,
2022-06-11 03:50:31 -04:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:331" ,
"format" : "none" ,
"logBase" : 1 ,
"show" : true
} ,
{
"$$hashKey" : "object:332" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : false
}
] ,
"yaxis" : {
2022-07-21 18:17:44 -04:00
"align" : false
2022-06-11 03:50:31 -04:00
}
} ,
2021-05-06 05:14:03 -04:00
{
"aliasColors" : {
"10.13.1.25:9000 DELETE" : "red" ,
"10.13.1.25:9000 GET" : "green" ,
"10.13.1.25:9000 POST" : "blue"
} ,
"bars" : true ,
"dashLength" : 10 ,
"dashes" : false ,
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"description" : "Total number of bytes received and sent among all MinIO server instances" ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 10 ,
"fillGradient" : 1 ,
"gridPos" : {
2023-07-19 11:16:04 -04:00
"h" : 10 ,
2021-06-07 15:46:54 -04:00
"w" : 12 ,
2021-05-06 05:14:03 -04:00
"x" : 0 ,
2023-07-19 11:16:04 -04:00
"y" : 22
2021-05-06 05:14:03 -04:00
} ,
"hiddenSeries" : false ,
"id" : 17 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2021-05-06 05:14:03 -04:00
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "rate(minio_inter_node_traffic_sent_bytes{job=\"$scrape_jobs\"}[$__rate_interval])" ,
2021-05-06 05:14:03 -04:00
"format" : "time_series" ,
"interval" : "" ,
"intervalFactor" : 2 ,
"legendFormat" : "Internode Bytes Received [{{server}}]" ,
"metric" : "minio_http_requests_duration_seconds_count" ,
"refId" : "A" ,
2023-07-19 11:16:04 -04:00
"step" : 4
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
2023-07-19 11:16:04 -04:00
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "rate(minio_inter_node_traffic_received_bytes{job=\"$scrape_jobs\"}[$__rate_interval])" ,
2021-05-06 05:14:03 -04:00
"interval" : "" ,
"legendFormat" : "Internode Bytes Sent [{{server}}]" ,
2023-07-19 11:16:04 -04:00
"refId" : "B"
2021-05-06 05:14:03 -04:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Internode Data Transfer" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:211" ,
"format" : "bytes" ,
"logBase" : 1 ,
"show" : true
} ,
{
"$$hashKey" : "object:212" ,
"format" : "s" ,
"logBase" : 1 ,
"show" : true
}
2023-04-28 14:11:17 -04:00
] ,
"yaxis" : {
"align" : false
}
} ,
2021-06-07 15:46:54 -04:00
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-06-07 15:46:54 -04:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
2023-07-19 11:16:04 -04:00
"h" : 10 ,
2021-06-07 15:46:54 -04:00
"w" : 12 ,
"x" : 12 ,
2023-07-19 11:16:04 -04:00
"y" : 22
2021-06-07 15:46:54 -04:00
} ,
"hiddenSeries" : false ,
"id" : 84 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2021-06-07 15:46:54 -04:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-06-07 15:46:54 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "sum by (instance) (minio_heal_objects_heal_total{job=\"$scrape_jobs\"})" ,
2021-06-07 15:46:54 -04:00
"interval" : "" ,
"legendFormat" : "Objects healed in current self heal run" ,
2023-07-19 11:16:04 -04:00
"refId" : "A"
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
2023-07-19 11:16:04 -04:00
} ,
2021-06-07 15:46:54 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "sum by (instance) (minio_heal_objects_error_total{job=\"$scrape_jobs\"})" ,
2021-06-07 15:46:54 -04:00
"hide" : false ,
"interval" : "" ,
"legendFormat" : "Heal errors in current self heal run" ,
2023-07-19 11:16:04 -04:00
"refId" : "B"
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
2023-07-19 11:16:04 -04:00
} ,
2021-06-07 15:46:54 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "sum by (instance) (minio_heal_objects_total{job=\"$scrape_jobs\"}) " ,
2021-06-07 15:46:54 -04:00
"hide" : false ,
"interval" : "" ,
"legendFormat" : "Objects scanned in current self heal run" ,
2023-07-19 11:16:04 -04:00
"refId" : "C"
2021-06-07 15:46:54 -04:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Healing" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-08-24 12:51:09 -04:00
"$$hashKey" : "object:846" ,
2021-06-07 15:46:54 -04:00
"format" : "short" ,
"logBase" : 1 ,
"show" : true
} ,
{
2021-08-24 12:51:09 -04:00
"$$hashKey" : "object:847" ,
2021-06-07 15:46:54 -04:00
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2022-07-21 18:17:44 -04:00
"align" : false
2021-06-07 15:46:54 -04:00
}
} ,
2020-12-04 19:27:41 -05:00
{
2021-05-06 05:14:03 -04:00
"aliasColors" : { } ,
"bars" : true ,
2020-12-04 19:27:41 -05:00
"dashLength" : 10 ,
"dashes" : false ,
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-12-04 19:27:41 -05:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
2021-05-06 05:14:03 -04:00
"h" : 9 ,
"w" : 12 ,
2020-12-04 19:27:41 -05:00
"x" : 0 ,
2023-07-19 11:16:04 -04:00
"y" : 32
2020-12-04 19:27:41 -05:00
} ,
"hiddenSeries" : false ,
2021-05-06 05:14:03 -04:00
"id" : 77 ,
2020-12-04 19:27:41 -05:00
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2020-12-04 19:27:41 -05:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "rate(minio_node_process_cpu_total_seconds{job=\"$scrape_jobs\"}[$__rate_interval])" ,
2021-05-06 05:14:03 -04:00
"interval" : "" ,
"legendFormat" : "CPU Usage Rate [{{server}}]" ,
2023-07-19 11:16:04 -04:00
"refId" : "A"
2020-12-04 19:27:41 -05:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-05-06 05:14:03 -04:00
"title" : "Node CPU Usage" ,
2020-12-04 19:27:41 -05:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-05-06 05:14:03 -04:00
"$$hashKey" : "object:1043" ,
"format" : "none" ,
2020-12-04 19:27:41 -05:00
"logBase" : 1 ,
2021-05-06 05:14:03 -04:00
"show" : true
2020-12-04 19:27:41 -05:00
} ,
{
2021-05-06 05:14:03 -04:00
"$$hashKey" : "object:1044" ,
2020-12-04 19:27:41 -05:00
"format" : "short" ,
"logBase" : 1 ,
2021-05-06 05:14:03 -04:00
"show" : true
2020-12-04 19:27:41 -05:00
}
] ,
"yaxis" : {
2022-07-21 18:17:44 -04:00
"align" : false
2020-12-04 19:27:41 -05:00
}
} ,
{
2021-05-06 05:14:03 -04:00
"aliasColors" : { } ,
2020-12-04 19:27:41 -05:00
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-12-04 19:27:41 -05:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
2021-05-06 05:14:03 -04:00
"h" : 9 ,
2020-12-04 19:27:41 -05:00
"w" : 12 ,
2021-05-06 05:14:03 -04:00
"x" : 12 ,
2023-07-19 11:16:04 -04:00
"y" : 32
2020-12-04 19:27:41 -05:00
} ,
"hiddenSeries" : false ,
2021-05-06 05:14:03 -04:00
"id" : 76 ,
2020-12-04 19:27:41 -05:00
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2021-05-06 05:14:03 -04:00
"pointradius" : 2 ,
2020-12-04 19:27:41 -05:00
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "minio_node_process_resident_memory_bytes{job=\"$scrape_jobs\"}" ,
2020-12-04 19:27:41 -05:00
"interval" : "" ,
2021-05-06 05:14:03 -04:00
"legendFormat" : "Memory Used [{{server}}]" ,
2023-07-19 11:16:04 -04:00
"refId" : "A"
2020-12-04 19:27:41 -05:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-05-06 05:14:03 -04:00
"title" : "Node Memory Usage" ,
2020-12-04 19:27:41 -05:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-05-06 05:14:03 -04:00
"$$hashKey" : "object:1043" ,
2020-12-04 19:27:41 -05:00
"format" : "bytes" ,
"logBase" : 1 ,
"show" : true
} ,
{
2021-05-06 05:14:03 -04:00
"$$hashKey" : "object:1044" ,
"format" : "short" ,
2020-12-04 19:27:41 -05:00
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2022-07-21 18:17:44 -04:00
"align" : false
2020-12-04 19:27:41 -05:00
}
} ,
{
2021-05-06 05:14:03 -04:00
"aliasColors" : { } ,
2020-12-04 19:27:41 -05:00
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-12-04 19:27:41 -05:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
2021-05-06 05:14:03 -04:00
"x" : 0 ,
2023-07-19 11:16:04 -04:00
"y" : 41
2020-12-04 19:27:41 -05:00
} ,
"hiddenSeries" : false ,
2021-05-06 05:14:03 -04:00
"id" : 74 ,
2020-12-04 19:27:41 -05:00
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2021-05-06 05:14:03 -04:00
"pointradius" : 2 ,
2020-12-04 19:27:41 -05:00
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "minio_node_disk_used_bytes{job=\"$scrape_jobs\"}" ,
2020-12-04 19:27:41 -05:00
"format" : "time_series" ,
"instant" : false ,
"interval" : "" ,
2021-05-06 05:14:03 -04:00
"legendFormat" : "Used Capacity [{{server}}:{{disk}}]" ,
2023-07-19 11:16:04 -04:00
"refId" : "A"
2020-12-04 19:27:41 -05:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-05-06 05:14:03 -04:00
"title" : "Drive Used Capacity" ,
2020-12-04 19:27:41 -05:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-05-06 05:14:03 -04:00
"$$hashKey" : "object:381" ,
"format" : "bytes" ,
2020-12-04 19:27:41 -05:00
"logBase" : 1 ,
"show" : true
} ,
{
2021-05-06 05:14:03 -04:00
"$$hashKey" : "object:382" ,
"format" : "short" ,
2020-12-04 19:27:41 -05:00
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2022-07-21 18:17:44 -04:00
"align" : false
2020-12-04 19:27:41 -05:00
}
} ,
{
2021-05-06 05:14:03 -04:00
"aliasColors" : { } ,
2020-12-04 19:27:41 -05:00
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-12-04 19:27:41 -05:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
2021-05-06 05:14:03 -04:00
"w" : 12 ,
"x" : 12 ,
2023-07-19 11:16:04 -04:00
"y" : 41
2020-12-04 19:27:41 -05:00
} ,
"hiddenSeries" : false ,
2021-05-06 05:14:03 -04:00
"id" : 82 ,
2020-12-04 19:27:41 -05:00
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2021-05-06 05:14:03 -04:00
"pointradius" : 2 ,
2020-12-04 19:27:41 -05:00
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2023-04-13 13:56:17 -04:00
"expr" : "minio_node_disk_free_inodes{job=\"$scrape_jobs\"}" ,
2020-12-04 19:27:41 -05:00
"format" : "time_series" ,
2021-05-06 05:14:03 -04:00
"instant" : false ,
2020-12-04 19:27:41 -05:00
"interval" : "" ,
2021-05-06 05:14:03 -04:00
"legendFormat" : "Free Inodes [{{server}}:{{disk}}]" ,
2023-07-19 11:16:04 -04:00
"refId" : "A"
2020-12-04 19:27:41 -05:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-05-06 05:14:03 -04:00
"title" : "Drives Free Inodes" ,
2020-12-04 19:27:41 -05:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-05-06 05:14:03 -04:00
"$$hashKey" : "object:381" ,
"format" : "none" ,
2020-12-04 19:27:41 -05:00
"logBase" : 1 ,
"show" : true
} ,
{
2021-05-06 05:14:03 -04:00
"$$hashKey" : "object:382" ,
"format" : "short" ,
2020-12-04 19:27:41 -05:00
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2022-07-21 18:17:44 -04:00
"align" : false
2020-12-04 19:27:41 -05:00
}
} ,
{
"aliasColors" : {
"Offline 10.13.1.25:9000" : "dark-red" ,
"Total 10.13.1.25:9000" : "blue"
} ,
2021-05-06 05:14:03 -04:00
"bars" : true ,
2020-12-04 19:27:41 -05:00
"dashLength" : 10 ,
"dashes" : false ,
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2020-12-04 19:27:41 -05:00
"description" : "Number of online disks per MinIO Server" ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
2020-12-09 03:26:42 -05:00
"h" : 9 ,
2020-12-04 19:27:41 -05:00
"w" : 12 ,
2020-12-09 03:26:42 -05:00
"x" : 0 ,
2023-07-19 11:16:04 -04:00
"y" : 49
2020-12-04 19:27:41 -05:00
} ,
"hiddenSeries" : false ,
"id" : 11 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
2021-05-06 05:14:03 -04:00
"lines" : false ,
2020-12-04 19:27:41 -05:00
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2020-12-04 19:27:41 -05:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "rate(minio_node_syscall_read_total{job=\"$scrape_jobs\"}[$__rate_interval])" ,
2020-12-04 19:27:41 -05:00
"format" : "time_series" ,
"interval" : "" ,
"intervalFactor" : 2 ,
2021-05-06 05:14:03 -04:00
"legendFormat" : "Read Syscalls [{{server}}]" ,
2020-12-04 19:27:41 -05:00
"metric" : "process_start_time_seconds" ,
"refId" : "A" ,
2023-07-19 11:16:04 -04:00
"step" : 60
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
2023-07-19 11:16:04 -04:00
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "rate(minio_node_syscall_write_total{job=\"$scrape_jobs\"}[$__rate_interval])" ,
2021-05-06 05:14:03 -04:00
"interval" : "" ,
"legendFormat" : "Write Syscalls [{{server}}]" ,
2023-07-19 11:16:04 -04:00
"refId" : "B"
2020-12-04 19:27:41 -05:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-05-06 05:14:03 -04:00
"title" : "Node Syscalls" ,
2020-12-04 19:27:41 -05:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:185" ,
"decimals" : 0 ,
"format" : "short" ,
"logBase" : 1 ,
"min" : "0" ,
"show" : true
} ,
{
"$$hashKey" : "object:186" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2022-07-21 18:17:44 -04:00
"align" : false
2020-12-04 19:27:41 -05:00
}
} ,
{
"aliasColors" : {
"available 10.13.1.25:9000" : "green" ,
"used 10.13.1.25:9000" : "blue"
} ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"description" : "" ,
2020-12-04 19:27:41 -05:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
2020-12-09 03:26:42 -05:00
"h" : 9 ,
"w" : 12 ,
"x" : 12 ,
2023-07-19 11:16:04 -04:00
"y" : 49
2020-12-04 19:27:41 -05:00
} ,
"hiddenSeries" : false ,
"id" : 8 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2020-12-04 19:27:41 -05:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "minio_node_file_descriptor_open_total{job=\"$scrape_jobs\"}" ,
2020-12-04 19:27:41 -05:00
"interval" : "" ,
2021-05-06 05:14:03 -04:00
"legendFormat" : "Open FDs [{{server}}]" ,
2023-07-19 11:16:04 -04:00
"refId" : "B"
2020-12-04 19:27:41 -05:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-05-06 05:14:03 -04:00
"title" : "Node File Descriptors" ,
2020-12-04 19:27:41 -05:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:212" ,
2021-05-06 05:14:03 -04:00
"format" : "none" ,
2020-12-04 19:27:41 -05:00
"logBase" : 1 ,
"min" : "0" ,
"show" : true
} ,
{
"$$hashKey" : "object:213" ,
2021-05-06 05:14:03 -04:00
"format" : "none" ,
"logBase" : 1 ,
"min" : "0" ,
"show" : true
}
] ,
"yaxis" : {
2022-07-21 18:17:44 -04:00
"align" : false
2021-05-06 05:14:03 -04:00
}
} ,
{
"aliasColors" : { } ,
"bars" : true ,
"dashLength" : 10 ,
"dashes" : false ,
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
2021-06-07 15:46:54 -04:00
"h" : 7 ,
2021-05-06 05:14:03 -04:00
"w" : 24 ,
"x" : 0 ,
2023-07-19 11:16:04 -04:00
"y" : 58
2021-05-06 05:14:03 -04:00
} ,
"hiddenSeries" : false ,
"id" : 73 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2023-07-19 11:16:04 -04:00
"pluginVersion" : "10.0.2" ,
2021-05-06 05:14:03 -04:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2023-07-19 11:16:04 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "rate(minio_node_io_rchar_bytes{job=\"$scrape_jobs\"}[$__rate_interval])" ,
2021-05-06 05:14:03 -04:00
"format" : "time_series" ,
"instant" : false ,
"interval" : "" ,
"legendFormat" : "Node RChar [{{server}}]" ,
2023-07-19 11:16:04 -04:00
"refId" : "A"
} ,
{
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
2023-07-19 11:16:04 -04:00
} ,
2021-05-06 05:14:03 -04:00
"exemplar" : true ,
2021-08-24 12:51:09 -04:00
"expr" : "rate(minio_node_io_wchar_bytes{job=\"$scrape_jobs\"}[$__rate_interval])" ,
2021-05-06 05:14:03 -04:00
"interval" : "" ,
"legendFormat" : "Node WChar [{{server}}]" ,
2023-07-19 11:16:04 -04:00
"refId" : "B"
2021-05-06 05:14:03 -04:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Node IO" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:381" ,
"format" : "bytes" ,
"logBase" : 1 ,
"show" : true
} ,
{
"$$hashKey" : "object:382" ,
2020-12-04 19:27:41 -05:00
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2022-07-21 18:17:44 -04:00
"align" : false
2020-12-04 19:27:41 -05:00
}
}
] ,
2023-07-19 11:16:04 -04:00
"refresh" : "" ,
"schemaVersion" : 38 ,
2020-12-04 19:27:41 -05:00
"style" : "dark" ,
"tags" : [
"minio"
] ,
"templating" : {
2021-08-24 12:51:09 -04:00
"list" : [
{
"current" : { } ,
2022-07-21 18:17:44 -04:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "${DS_PROMETHEUS}"
} ,
2021-08-24 12:51:09 -04:00
"definition" : "label_values(job)" ,
"hide" : 0 ,
"includeAll" : true ,
"multi" : true ,
"name" : "scrape_jobs" ,
"options" : [ ] ,
"query" : {
"query" : "label_values(job)" ,
"refId" : "StandardVariableQuery"
} ,
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 0 ,
"type" : "query"
}
]
2020-12-04 19:27:41 -05:00
} ,
"time" : {
2023-07-19 11:16:04 -04:00
"from" : "now-1h" ,
2020-12-04 19:27:41 -05:00
"to" : "now"
} ,
"timepicker" : {
"refresh_intervals" : [
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options" : [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
} ,
"timezone" : "" ,
2022-05-28 12:41:54 -04:00
"title" : "MinIO Dashboard" ,
2021-08-24 12:51:09 -04:00
"uid" : "TgmJnqnnk" ,
2023-07-19 11:16:04 -04:00
"version" : 1 ,
2022-07-21 18:17:44 -04:00
"weekStart" : ""
2023-07-19 11:16:04 -04:00
}