Revert "change ttfb_distribution metrics to histogramMetric (#17115)"

This reverts commit 9112ca4e29.
This commit is contained in:
Harshavardhana 2023-07-07 13:57:37 -07:00
parent 73efe436a5
commit abb1f22057
1 changed files with 1 additions and 1 deletions

View File

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