Skip to content

Commit 0cc9fb7

Browse files
authored
metrics: fix typo in namespace for proxy tagging metric (minio#19039)
Relevant PR introducing this metric: minio#18957
1 parent eac4e4b commit 0cc9fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/metrics-v2.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3280,7 +3280,7 @@ func getBucketUsageMetrics(opts MetricsGroupOpts) *MetricsGroup {
32803280
Value: float64(s.ProxyStats.GetTagFailedTotal),
32813281
})
32823282
metrics = append(metrics, Metric{
3283-
Description: getClusterReplProxiedRmvTaggingFailedOperationsMD(clusterMetricNamespace),
3283+
Description: getClusterReplProxiedRmvTaggingFailedOperationsMD(bucketMetricNamespace),
32843284
Value: float64(s.ProxyStats.RmvTagFailedTotal),
32853285
})
32863286
}

0 commit comments

Comments
 (0)