mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -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(),
|
||||
getKMSMetrics(),
|
||||
getClusterHealthMetrics(),
|
||||
getIAMNodeMetrics(),
|
||||
}
|
||||
|
||||
peerMetricsGroups = []*MetricsGroup{
|
||||
@ -89,6 +90,7 @@ func init() {
|
||||
getS3TTFBMetric(),
|
||||
getNotificationMetrics(),
|
||||
getDistLockMetrics(),
|
||||
getIAMNodeMetrics(),
|
||||
}
|
||||
|
||||
bucketMetricsGroups := []*MetricsGroup{
|
||||
|
Loading…
Reference in New Issue
Block a user