mirror of
https://github.com/minio/minio.git
synced 2025-02-03 18:06:00 -05:00
fix the dashboard to use $rate_interval (#12277)
refer https://grafana.com/blog/2020/09/28/new-in-grafana-7.2-__rate_interval-for-prometheus-rate-queries-that-just-work/ for further information
This commit is contained in:
parent
229d83bb75
commit
a592d3be19
@ -1834,7 +1834,7 @@
|
||||
"targets": [
|
||||
{
|
||||
"exemplar": true,
|
||||
"expr": "rate(minio_node_process_cpu_total_seconds[$__interval])",
|
||||
"expr": "rate(minio_node_process_cpu_total_seconds[$__rate_interval])",
|
||||
"interval": "",
|
||||
"legendFormat": "CPU Usage Rate [{{server}}]",
|
||||
"refId": "A"
|
||||
@ -2445,7 +2445,7 @@
|
||||
"targets": [
|
||||
{
|
||||
"exemplar": true,
|
||||
"expr": "rate(minio_node_io_rchar_bytes[$__interval])",
|
||||
"expr": "rate(minio_node_io_rchar_bytes[$__rate_interval])",
|
||||
"format": "time_series",
|
||||
"instant": false,
|
||||
"interval": "",
|
||||
@ -2454,7 +2454,7 @@
|
||||
},
|
||||
{
|
||||
"exemplar": true,
|
||||
"expr": "rate(minio_node_io_wchar_bytes[$__interval])",
|
||||
"expr": "rate(minio_node_io_wchar_bytes[$__rate_interval])",
|
||||
"interval": "",
|
||||
"legendFormat": "Node WChar [{{server}}]",
|
||||
"refId": "B"
|
||||
@ -2544,5 +2544,5 @@
|
||||
"timezone": "",
|
||||
"title": "MinIO Overview",
|
||||
"uid": "pJnnS4hZz",
|
||||
"version": 37
|
||||
}
|
||||
"version": 4
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user