From 9112ca4e296fcde45395773ae6c7b8258b0f99cd Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Wed, 3 May 2023 07:31:00 -0700 Subject: [PATCH] change ttfb_distribution metrics to histogramMetric (#17115) --- cmd/metrics-v2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/metrics-v2.go b/cmd/metrics-v2.go index fbb728ca8..f3f4537ca 100644 --- a/cmd/metrics-v2.go +++ b/cmd/metrics-v2.go @@ -936,7 +936,7 @@ func getS3TTFBDistributionMD() MetricDescription { Subsystem: timeSubsystem, Name: ttfbDistribution, Help: "Distribution of the time to first byte across API calls", - Type: gaugeMetric, + Type: histogramMetric, } }