Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TotalSpace (0.12 sec)

  1. cmd/metrics.go

    			prometheus.NewDesc(
    				prometheus.BuildFQName(diskNamespace, "storage", "total"),
    				"Total space on the drive",
    				[]string{"disk"}, nil),
    			prometheus.GaugeValue,
    			float64(disk.TotalSpace),
    			disk.DrivePath,
    		)
    	}
    }
    
    func metricsHandler() http.Handler {
    	registry := prometheus.NewRegistry()
    
    	logger.CriticalIf(GlobalContext, registry.Register(minioVersionInfo))
    
    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