We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac4e4b commit 0cc9fb7Copy full SHA for 0cc9fb7
cmd/metrics-v2.go
@@ -3280,7 +3280,7 @@ func getBucketUsageMetrics(opts MetricsGroupOpts) *MetricsGroup {
3280
Value: float64(s.ProxyStats.GetTagFailedTotal),
3281
})
3282
metrics = append(metrics, Metric{
3283
- Description: getClusterReplProxiedRmvTaggingFailedOperationsMD(clusterMetricNamespace),
+ Description: getClusterReplProxiedRmvTaggingFailedOperationsMD(bucketMetricNamespace),
3284
Value: float64(s.ProxyStats.RmvTagFailedTotal),
3285
3286
}
0 commit comments