Skip to content

Commit

Permalink
Point in time metrics to graph for gauge metrics
Browse files Browse the repository at this point in the history
Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io>
  • Loading branch information
shtripat committed May 10, 2024
1 parent c9c5383 commit 5c30ba0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/metrics/prometheus/grafana/bucket/minio-bucket.json
Original file line number Diff line number Diff line change
Expand Up @@ -506,14 +506,14 @@
"uid": "${DS_PROMETHEUS}"
},
"exemplar": true,
"expr": "sum by (bucket,api) (rate(minio_bucket_requests_inflight_total{job=\"$scrape_jobs\"}[$__rate_interval]))",
"expr": "sum by (bucket,api) (minio_bucket_requests_inflight_total{job=\"$scrape_jobs\"})",
"interval": "1m",
"intervalFactor": 2,
"legendFormat": "{{bucket,api}}",
"refId": "A"
}
],
"title": "Inflight Requests Rate",
"title": "Inflight Requests",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -1018,14 +1018,14 @@
"uid": "${DS_PROMETHEUS}"
},
"exemplar": true,
"expr": "sum by (bucket) (rate(minio_bucket_usage_object_total{job=\"$scrape_jobs\"}[$__rate_interval]))",
"expr": "sum by (bucket) (minio_bucket_usage_object_total{job=\"$scrape_jobs\"})",
"interval": "1m",
"intervalFactor": 2,
"legendFormat": "{{bucket}}",
"refId": "A"
}
],
"title": "Objects Increase Rate",
"title": "Objects",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -1146,14 +1146,14 @@
"uid": "${DS_PROMETHEUS}"
},
"exemplar": true,
"expr": "sum by (bucket) (rate(minio_bucket_usage_version_total{job=\"$scrape_jobs\"}[$__rate_interval]))",
"expr": "sum by (bucket) (minio_bucket_usage_version_total{job=\"$scrape_jobs\"})",
"interval": "1m",
"intervalFactor": 2,
"legendFormat": "{{bucket}}",
"refId": "A"
}
],
"title": "Versions Increase Rate",
"title": "Versions",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -1274,14 +1274,14 @@
"uid": "${DS_PROMETHEUS}"
},
"exemplar": true,
"expr": "sum by (bucket) (rate(minio_bucket_usage_deletemarker_total{job=\"$scrape_jobs\"}[$__rate_interval]))",
"expr": "sum by (bucket) (minio_bucket_usage_deletemarker_total{job=\"$scrape_jobs\"})",
"interval": "1m",
"intervalFactor": 2,
"legendFormat": "{{bucket}}",
"refId": "A"
}
],
"title": "Delete Markers Increase Rate",
"title": "Delete Markers",
"type": "timeseries"
},
{
Expand Down

0 comments on commit 5c30ba0

Please sign in to comment.