mirror of
https://github.com/minio/minio.git
synced 2025-01-12 07:23: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,
|
Subsystem: requestsSubsystem,
|
||||||
Name: waitingTotal,
|
Name: waitingTotal,
|
||||||
Help: "Number of S3 requests in the waiting queue",
|
Help: "Number of S3 requests in the waiting queue",
|
||||||
Type: counterMetric,
|
Type: gaugeMetric,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
func getS3RequestsTotalMD() MetricDescription {
|
func getS3RequestsTotalMD() MetricDescription {
|
||||||
|
Loading…
Reference in New Issue
Block a user