metrics: fix typo in namespace for proxy tagging metric (#19039)

Relevant PR introducing this metric: #18957
This commit is contained in:
Poorna 2024-02-12 13:02:27 -08:00 committed by GitHub
parent eac4e4b279
commit 0cc9fb73e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3280,7 +3280,7 @@ func getBucketUsageMetrics(opts MetricsGroupOpts) *MetricsGroup {
Value: float64(s.ProxyStats.GetTagFailedTotal),
})
metrics = append(metrics, Metric{
Description: getClusterReplProxiedRmvTaggingFailedOperationsMD(clusterMetricNamespace),
Description: getClusterReplProxiedRmvTaggingFailedOperationsMD(bucketMetricNamespace),
Value: float64(s.ProxyStats.RmvTagFailedTotal),
})
}