From ba4566e86dfbbffb4bbd0ccc89012c553214e8f2 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 24 Aug 2023 09:26:37 -0700 Subject: [PATCH] add missing IAM node metrics to cluster and node endpoint (#17908) --- cmd/metrics-v2.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/metrics-v2.go b/cmd/metrics-v2.go index c4866da3d..b76f2a27f 100644 --- a/cmd/metrics-v2.go +++ b/cmd/metrics-v2.go @@ -54,6 +54,7 @@ func init() { getClusterUsageMetrics(), getKMSMetrics(), getClusterHealthMetrics(), + getIAMNodeMetrics(), } peerMetricsGroups = []*MetricsGroup{ @@ -89,6 +90,7 @@ func init() { getS3TTFBMetric(), getNotificationMetrics(), getDistLockMetrics(), + getIAMNodeMetrics(), } bucketMetricsGroups := []*MetricsGroup{