mirror of
https://github.com/minio/minio.git
synced 2025-01-12 15:33:22 -05:00
remove getReplicationNodeMetrics() from peer metrics groups
This commit is contained in:
parent
9ef132c33b
commit
cff8235068
@ -78,7 +78,6 @@ func init() {
|
|||||||
getMinioHealingMetrics(MetricsGroupOpts{dependGlobalBackgroundHealState: true}),
|
getMinioHealingMetrics(MetricsGroupOpts{dependGlobalBackgroundHealState: true}),
|
||||||
getWebhookMetrics(),
|
getWebhookMetrics(),
|
||||||
getTierMetrics(),
|
getTierMetrics(),
|
||||||
getReplicationNodeMetrics(MetricsGroupOpts{dependGlobalObjectAPI: true, dependBucketTargetSys: true}),
|
|
||||||
}
|
}
|
||||||
|
|
||||||
allMetricsGroups := func() (allMetrics []*MetricsGroup) {
|
allMetricsGroups := func() (allMetrics []*MetricsGroup) {
|
||||||
|
Loading…
Reference in New Issue
Block a user