Skip to content

Commit bfdb0c0

Browse files
authored
fix: fixes build with minio v3 metrics (#1511)
Don´t delete v3 metrics just pull previous commit. fixes: #1510
1 parent 9199857 commit bfdb0c0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

source/operations/monitoring/metrics-and-alerts.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ Version 3 Endpoints
3131
For metrics version 3, all metrics are available under the base ``/minio/metrics/v3`` endpoint.
3232
You can scrape the base endpoint to collect all metrics in a single operation, or append an optional path to return a specific category.
3333

34+
.. important::
35+
36+
The V3 metrics on this page may have gaps, inaccuracies, or incorrect information.
37+
Reference the `minio/minio <https://github.com/minio/minio>`_ repository and review the source code for the most accurate representation of metrics as available.
38+
3439
For example, the following endpoint returns audit metrics:
3540

3641
.. code-block:: shell

sync-minio-server-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function main() {
2121

2222
# Get the full list
2323

24-
curl --retry 10 -Ls https://raw.githubusercontent.com/minio/minio/master/docs/metrics/v3.md | csplit - /"## Metric Categories"/
24+
curl --retry 10 -Ls https://raw.githubusercontent.com/minio/minio/3a0cc6c86e6d0c500d8f1f508ffde8152efb8c7e/docs/metrics/v3.md | csplit - /"## Metric Categories"/
2525

2626
# Ignore xx00, contains intro text
2727
# Overwritten in second csplit anyway

0 commit comments

Comments
 (0)