metrics: Change type of minio_s3_requests_waiting_total to gauge (#11884)

This commit is contained in:
Anis Elleuch 2021-03-24 17:06:37 +01:00 committed by GitHub
parent 79564656eb
commit fad7b27f15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {