1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Updates for MinIO RELEASE.2023-04-13T03-08-07Z (#824)

- Adds example output to mc admin info command
- Adds new metric

Closes #814
This commit is contained in:
Daryl White
2023-04-19 18:30:10 -05:00
committed by GitHub
parent 6d65d8aba2
commit 579540ae5c
2 changed files with 24 additions and 2 deletions

View File

@ -107,6 +107,12 @@ Object and Bucket Metrics
Total bucket quota size in bytes.
You can identify the bucket using the ``{ bucket="STRING" }`` label.
.. metric:: minio_bucket_usage_version_total
Total number of object versions contained in a bucket.
You can identify the bucket using the ``{ bucket="STRING" }`` label.
Replication Metrics
~~~~~~~~~~~~~~~~~~~