1
0
mirror of https://github.com/minio/docs.git synced 2025-08-08 01:43:18 +03:00

Adds changes for MinIO RELEASE.2023-04-28T18-11-17Z.

- Adds note to removed metric
- Adds note to an existing  metric now available on the console's metric dashboard

Closes #840
This commit is contained in:
Daryl White
2023-05-11 13:44:17 -05:00
committed by Harshavardhana
parent 443279c3de
commit d293a50ab9

View File

@@ -410,6 +410,11 @@ S3 Metrics
.. metric:: minio_s3_requests_errors_total
.. versionchanged:: MinIO RELEASE.2023-04-28T18-11-17Z
This metric has been removed.
Use ``minio_s3_requests_4xx_errors_total`` and ``minio_s3_requests_5xx_errors_total`` instead.
Total number of S3 requests with 4xx and 5xx errors.
.. metric:: minio_s3_requests_4xx_errors_total
@@ -491,6 +496,10 @@ Internal Metrics
Total number of internode TCP dial timeouts and errors.
.. versionadded:: MinIO RELEASE.2023-04-28T18-11-17Z
This metric is available on the MinIO Dashboard if :ref:`Prometheus <minio-metrics-collect-using-prometheus>` and Grafana are enabled.
.. metric:: minio_inter_node_traffic_errors_total
Total number of failed internode calls.