mirror of
https://github.com/minio/minio.git
synced 2025-01-27 06:33:18 -05:00
change ttfb_distribution metrics to histogramMetric (#17115)
This commit is contained in:
parent
8203cb9990
commit
9112ca4e29
@ -936,7 +936,7 @@ func getS3TTFBDistributionMD() MetricDescription {
|
|||||||
Subsystem: timeSubsystem,
|
Subsystem: timeSubsystem,
|
||||||
Name: ttfbDistribution,
|
Name: ttfbDistribution,
|
||||||
Help: "Distribution of the time to first byte across API calls",
|
Help: "Distribution of the time to first byte across API calls",
|
||||||
Type: gaugeMetric,
|
Type: histogramMetric,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user