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