volume: get metrics configuration from master
fix https://github.com/chrislusf/seaweedfs/issues/1354
This commit is contained in:
@@ -156,6 +156,9 @@ func (fs *FilerServer) maybeStartMetrics() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
glog.V(0).Infof("filer sends metrics to %s every %d seconds", fs.metricsAddress, fs.metricsIntervalSec)
|
||||
|
||||
if fs.metricsAddress == "" && fs.metricsIntervalSec <= 0 {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user