mirror of
https://github.com/minio/minio.git
synced 2025-01-25 21:53:16 -05:00
metrics: fix typo in namespace for proxy tagging metric (#19039)
Relevant PR introducing this metric: #18957
This commit is contained in:
parent
eac4e4b279
commit
0cc9fb73e1
@ -3280,7 +3280,7 @@ func getBucketUsageMetrics(opts MetricsGroupOpts) *MetricsGroup {
|
|||||||
Value: float64(s.ProxyStats.GetTagFailedTotal),
|
Value: float64(s.ProxyStats.GetTagFailedTotal),
|
||||||
})
|
})
|
||||||
metrics = append(metrics, Metric{
|
metrics = append(metrics, Metric{
|
||||||
Description: getClusterReplProxiedRmvTaggingFailedOperationsMD(clusterMetricNamespace),
|
Description: getClusterReplProxiedRmvTaggingFailedOperationsMD(bucketMetricNamespace),
|
||||||
Value: float64(s.ProxyStats.RmvTagFailedTotal),
|
Value: float64(s.ProxyStats.RmvTagFailedTotal),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user