Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for storageMetricsPrometheus (0.29 sec)

  1. cmd/metrics.go

    func (c *minioCollector) Collect(ch chan<- prometheus.Metric) {
    	// Expose MinIO's version information
    	minioVersionInfo.WithLabelValues(Version, CommitID).Set(1.0)
    
    	storageMetricsPrometheus(ch)
    	nodeHealthMetricsPrometheus(ch)
    	bucketUsageMetricsPrometheus(ch)
    	networkMetricsPrometheus(ch)
    	httpMetricsPrometheus(ch)
    	healingMetricsPrometheus(ch)
    }
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Apr 02 06:48:36 GMT 2024
    - 16.9K bytes
    - Viewed (0)
Back to top