Skip to content

Commit a39f99b

Browse files
authored
chore:Update metrics description (#1515)
1 parent 3d68620 commit a39f99b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/controllers/metrics/node/controller.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var (
6161
Namespace: "karpenter",
6262
Subsystem: "nodes",
6363
Name: "total_pod_requests",
64-
Help: "Node total pod requests are the resources requested by non-DaemonSet pods bound to nodes.",
64+
Help: "Node total pod requests are the resources requested by pods bound to nodes, including the DaemonSet pods.",
6565
},
6666
nodeLabelNames(),
6767
)
@@ -70,7 +70,7 @@ var (
7070
Namespace: "karpenter",
7171
Subsystem: "nodes",
7272
Name: "total_pod_limits",
73-
Help: "Node total pod limits are the resources specified by non-DaemonSet pod limits.",
73+
Help: "Node total pod limits are the resources specified by pod limits, including the DaemonSet pods.",
7474
},
7575
nodeLabelNames(),
7676
)

0 commit comments

Comments
 (0)