From abb1f2205741e6dabf746f09cb5ca5bf838640e6 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Fri, 7 Jul 2023 13:57:37 -0700 Subject: [PATCH] Revert "change ttfb_distribution metrics to histogramMetric (#17115)" This reverts commit 9112ca4e296fcde45395773ae6c7b8258b0f99cd. --- 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 96137ceaa..bf9253728 100644 --- a/cmd/metrics-v2.go +++ b/cmd/metrics-v2.go @@ -964,7 +964,7 @@ func getS3TTFBDistributionMD() MetricDescription { Subsystem: timeSubsystem, Name: ttfbDistribution, Help: "Distribution of the time to first byte across API calls", - Type: histogramMetric, + Type: gaugeMetric, } }