mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -05:00
add missing IAM node metrics to cluster and node endpoint (#17908)
This commit is contained in:
parent
87cb0081ec
commit
ba4566e86d
@ -54,6 +54,7 @@ func init() {
|
|||||||
getClusterUsageMetrics(),
|
getClusterUsageMetrics(),
|
||||||
getKMSMetrics(),
|
getKMSMetrics(),
|
||||||
getClusterHealthMetrics(),
|
getClusterHealthMetrics(),
|
||||||
|
getIAMNodeMetrics(),
|
||||||
}
|
}
|
||||||
|
|
||||||
peerMetricsGroups = []*MetricsGroup{
|
peerMetricsGroups = []*MetricsGroup{
|
||||||
@ -89,6 +90,7 @@ func init() {
|
|||||||
getS3TTFBMetric(),
|
getS3TTFBMetric(),
|
||||||
getNotificationMetrics(),
|
getNotificationMetrics(),
|
||||||
getDistLockMetrics(),
|
getDistLockMetrics(),
|
||||||
|
getIAMNodeMetrics(),
|
||||||
}
|
}
|
||||||
|
|
||||||
bucketMetricsGroups := []*MetricsGroup{
|
bucketMetricsGroups := []*MetricsGroup{
|
||||||
|
Loading…
Reference in New Issue
Block a user