add missing IAM node metrics to cluster and node endpoint (#17908)

This commit is contained in:
Harshavardhana 2023-08-24 09:26:37 -07:00 committed by GitHub
parent 87cb0081ec
commit ba4566e86d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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{