1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 21:12:55 -04:00

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

Relevant PR introducing this metric: 
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

@ -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),
})
}