Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for totalS3Requests (0.05 sec)

  1. cmd/metrics.go

    				"Total number of running s3 requests in current MinIO server instance",
    				[]string{"api"}, nil),
    			prometheus.CounterValue,
    			float64(value),
    			api,
    		)
    	}
    
    	for api, value := range httpStats.TotalS3Requests.APIStats {
    		ch <- prometheus.MustNewConstMetric(
    			prometheus.NewDesc(
    				prometheus.BuildFQName(s3Namespace, "requests", "total"),
    				"Total number of s3 requests in current MinIO server instance",
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Oct 24 04:06:31 UTC 2025
    - 16.7K bytes
    - Viewed (0)
Back to top