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(),
getKMSMetrics(),
getClusterHealthMetrics(),
getIAMNodeMetrics(),
}
peerMetricsGroups = []*MetricsGroup{
@ -89,6 +90,7 @@ func init() {
getS3TTFBMetric(),
getNotificationMetrics(),
getDistLockMetrics(),
getIAMNodeMetrics(),
}
bucketMetricsGroups := []*MetricsGroup{