From 81d2b54dfd25c3a80675bf042a9a6e1dcd16f6d3 Mon Sep 17 00:00:00 2001 From: Eco <41090896+eco-minio@users.noreply.github.com> Date: Tue, 29 Mar 2022 09:42:02 -0700 Subject: [PATCH] doc: typo fix for ttfb entry in table (#14647) --- docs/metrics/prometheus/list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metrics/prometheus/list.md b/docs/metrics/prometheus/list.md index c825cf77a..1310df62b 100644 --- a/docs/metrics/prometheus/list.md +++ b/docs/metrics/prometheus/list.md @@ -55,7 +55,7 @@ These metrics can be from any MinIO server once per collection. | `minio_s3_requests_error_total` | Total number S3 requests with errors | | `minio_s3_requests_inflight_total` | Total number of S3 requests currently in flight | | `minio_s3_requests_total` | Total number S3 requests | -| `minio_s3_time_ttbf_seconds_distribution` | Distribution of the time to first byte across API calls. | +| `minio_s3_time_ttfb_seconds_distribution` | Distribution of the time to first byte across API calls. | | `minio_s3_traffic_received_bytes` | Total number of s3 bytes received. | | `minio_s3_traffic_sent_bytes` | Total number of s3 bytes sent | | `minio_software_commit_info` | Git commit hash for the MinIO release. |