mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -05:00
metrics: Change type of minio_s3_requests_waiting_total to gauge (#11884)
This commit is contained in:
parent
79564656eb
commit
fad7b27f15
@ -474,7 +474,7 @@ func getS3RequestsInQueueMD() MetricDescription {
|
||||
Subsystem: requestsSubsystem,
|
||||
Name: waitingTotal,
|
||||
Help: "Number of S3 requests in the waiting queue",
|
||||
Type: counterMetric,
|
||||
Type: gaugeMetric,
|
||||
}
|
||||
}
|
||||
func getS3RequestsTotalMD() MetricDescription {
|
||||
|
Loading…
Reference in New Issue
Block a user