mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
+1
-1
@@ -1383,7 +1383,7 @@ func getClusterStorageMetrics() MetricsGroup {
|
||||
read: func(ctx context.Context) (metrics []Metric) {
|
||||
objLayer := newObjectLayerFn()
|
||||
// Service not initialized yet
|
||||
if objLayer == nil || globalIsGateway {
|
||||
if objLayer == nil || !globalIsErasure {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user