From d293a50ab9fd6070db066d9b03bd6b01a8fc034f Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Thu, 11 May 2023 13:44:17 -0500 Subject: [PATCH] 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 --- source/operations/monitoring/metrics-and-alerts.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/operations/monitoring/metrics-and-alerts.rst b/source/operations/monitoring/metrics-and-alerts.rst index 0b153198..56a0d759 100644 --- a/source/operations/monitoring/metrics-and-alerts.rst +++ b/source/operations/monitoring/metrics-and-alerts.rst @@ -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 ` and Grafana are enabled. + .. metric:: minio_inter_node_traffic_errors_total Total number of failed internode calls.