Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for newMinioCollector (0.09 seconds)

  1. cmd/metrics.go

    func init() {
    	prometheus.MustRegister(httpRequestsDuration)
    	prometheus.MustRegister(newMinioCollector())
    	prometheus.MustRegister(minioVersionInfo)
    }
    
    // newMinioCollector describes the collector
    // and returns reference of minioCollector
    // It creates the Prometheus Description which is used
    // to define metric and  help string
    func newMinioCollector() *minioCollector {
    	return &minioCollector{
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Oct 24 04:06:31 GMT 2025
    - 16.7K bytes
    - Click Count (0)
Back to Top