Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for minio_bucket_stats (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/metrics-v2.go

    }
    
    func newMinioBucketCollector(metricsGroups []*MetricsGroupV2) *minioBucketCollector {
    	return &minioBucketCollector{
    		metricsGroups: metricsGroups,
    		desc:          prometheus.NewDesc("minio_bucket_stats", "Statistics exposed by MinIO server cluster wide per bucket", nil, nil),
    	}
    }
    
    // Describe sends the super-set of all possible descriptors of metrics
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 133.6K bytes
    - Click Count (0)
Back to Top