mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Add minio_bucket_objects_version_distribution to metrics list (#808)
Add a new metric to the list of object and bucket metrics. `minio_bucket_objects_version_distribution`, similar to the existing `minio_bucket_objects_size_distribution`, is a histogram of object version counts. (As in: "How many objects in this bucket have between 10 and 100 versions?") Adding the new one following the established pattern, more comprehensive info about each metric is a future task. Staged: http://192.241.195.202:9000/staging/DOCS-756/linux/html/operations/monitoring/metrics-and-alerts.html#object-and-bucket-metrics Fixes https://github.com/minio/docs/issues/756
This commit is contained in:
@ -87,6 +87,11 @@ Object and Bucket Metrics
|
||||
Distribution of object sizes in a given bucket.
|
||||
You can identify the bucket using the ``{ bucket="STRING" }`` label.
|
||||
|
||||
.. metric:: minio_bucket_objects_version_distribution
|
||||
|
||||
Distribution of number of versions per object in a given bucket.
|
||||
You can identify the bucket using the ``{ bucket="STRING" }`` label.
|
||||
|
||||
.. metric:: minio_bucket_usage_object_total
|
||||
|
||||
Total number of objects in a given bucket.
|
||||
@ -571,4 +576,4 @@ Software and Process Metrics
|
||||
:hidden:
|
||||
|
||||
/operations/monitoring/collect-minio-metrics-using-prometheus
|
||||
/operations/monitoring/monitor-and-alert-using-influxdb
|
||||
/operations/monitoring/monitor-and-alert-using-influxdb
|
||||
|
Reference in New Issue
Block a user