change ttfb_distribution metrics to histogramMetric (#17115)

This commit is contained in:
Harshavardhana 2023-05-03 07:31:00 -07:00 committed by GitHub
parent 8203cb9990
commit 9112ca4e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
}
}