remove getReplicationNodeMetrics() from peer metrics groups

This commit is contained in:
Harshavardhana 2024-01-28 18:45:20 -08:00
parent 9ef132c33b
commit cff8235068

View File

@ -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) {