mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
metrics: Change type of minio_s3_requests_waiting_total to gauge (#11884)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user