You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
karpenter.aws.sdk_go.request.count,count,,,,The total number of AWS SDK Go requests,0,karpenter,,,
3
+
karpenter.aws.sdk_go.request.duration_seconds.bucket,count,,,,Latency of AWS SDK Go requests histogram buckets,0,karpenter,,,
4
+
karpenter.aws.sdk_go.request.duration_seconds.count,count,,,,Count of AWS SDK Go request durations,0,karpenter,,,
5
+
karpenter.aws.sdk_go.request.duration_seconds.sum,count,,second,,Sum of AWS SDK Go request durations,0,karpenter,,,
6
+
karpenter.aws.sdk_go.request_attempt.count,count,,,,The total number of AWS SDK Go request attempts,0,karpenter,,,
7
+
karpenter.aws.sdk_go.request_attempt.duration_seconds.bucket,count,,second,,Latency of AWS SDK Go request attempts histogram buckets,0,karpenter,,,
8
+
karpenter.aws.sdk_go.request_attempt.duration_seconds.count,count,,request,,Count of AWS SDK Go request attempt durations,0,karpenter,,,
9
+
karpenter.aws.sdk_go.request_attempt.duration_seconds.sum,count,,second,,Sum of AWS SDK Go request attempt durations,0,karpenter,,,
2
10
karpenter.build_info,gauge,,,,A metric with a constant '1' value labeled by version from which Karpenter was built.,0,karpenter,,,
3
11
karpenter.certwatcher.read.certificate.count,count,,read,,The count of certificate reads,0,karpenter,,,
4
12
karpenter.certwatcher.read.certificate.errors.count,count,,error,,The count of certificate read errors,0,karpenter,,,
@@ -16,8 +24,10 @@ karpenter.cloudprovider.instance.type.cpu_cores,gauge,,core,,VCPUs cores for a g
16
24
karpenter.cloudprovider.instance.type.memory_bytes,gauge,,byte,,"Memory, in bytes, for a given instance type",0,karpenter,,,
17
25
karpenter.cloudprovider.instance.type.offering_available,gauge,,,,"Instance type offering availability, based on instance type, capacity type, and zone",0,karpenter,,,
18
26
karpenter.cloudprovider.instance.type.price_estimate,gauge,,,,Estimated hourly price used when making informed decisions on node cost calculation. This is updated once on startup and then every 12 hours,0,karpenter,,,
27
+
karpenter.cluster.utilization.percent,gauge,,percent,,Utilization of allocatable resources by pod requests,0,karpenter,,,
19
28
karpenter.cluster_state.node_count,gauge,,node,,Current count of nodes in cluster state.,0,karpenter,,,
20
29
karpenter.cluster_state.synced,gauge,,,,Returns 1 if cluster state is synced and 0 otherwise. Synced checks that nodeclaims and nodes that are stored in the APIServer have the same representation as Karpenter's cluster state,0,karpenter,,,
30
+
karpenter.cluster_state.unsynced.time_seconds,gauge,,second,,The time for which cluster state is not synced,0,karpenter,,,
21
31
karpenter.consistency.errors,gauge,,error,,Number of consistency checks that have failed,0,karpenter,,,
22
32
karpenter.controller.runtime.active_workers,gauge,,worker,,Number of currently used workers per controller,0,karpenter,,,
23
33
karpenter.controller.runtime.max.concurrent_reconciles,gauge,,,,Maximum number of concurrent reconciles per controller,0,karpenter,,,
@@ -26,6 +36,8 @@ karpenter.controller.runtime.reconcile.time_seconds.bucket,count,,,,The count of
26
36
karpenter.controller.runtime.reconcile.time_seconds.count,count,,,,The count of observations in the reconciliation per controller histogram,0,karpenter,,,
27
37
karpenter.controller.runtime.reconcile.time_seconds.sum,count,,second,,The sum of time per reconciliation per controller,0,karpenter,,,
28
38
karpenter.controller.runtime.reconcile_errors.count,count,,error,,The count of reconciliation errors per controller,0,karpenter,,,
39
+
karpenter.controller.runtime.reconcile_panics.count,count,,,,Total number of reconciliation panics per controller,0,karpenter,,,
40
+
karpenter.controller.runtime.terminal.reconcile.errors.count,count,,,,Total number of terminal reconciliation errors per controller,0,karpenter,,,
29
41
karpenter.deprovisioning.actions_performed.count,count,,execution,,The count of deprovisioning actions performed. Labeled by deprovisioner,0,karpenter,,,
30
42
karpenter.deprovisioning.consolidation_timeouts,gauge,,timeout,,Number of times the Consolidation algorithm has reached a timeout. Labeled by consolidation type,0,karpenter,,,
31
43
karpenter.deprovisioning.eligible_machines,gauge,,,,Number of machines eligible for deprovisioning by Karpenter. Labeled by deprovisioner,0,karpenter,,,
@@ -97,9 +109,15 @@ karpenter.nodeclaims_created,gauge,,,,Number of nodeclaims created in total by K
97
109
karpenter.nodeclaims_disrupted,gauge,,,,Number of nodeclaims disrupted in total by Karpenter. Labeled by disruption type of the nodeclaim and the owning nodepool,0,karpenter,,,
98
110
karpenter.nodeclaims_drifted,gauge,,,,Number of nodeclaims drifted reasons in total by Karpenter. Labeled by drift type of the nodeclaim and the owning nodepool,0,karpenter,,,
99
111
karpenter.nodeclaims_initialized,gauge,,,,Number of nodeclaims initialized in total by Karpenter. Labeled by the owning nodepool,0,karpenter,,,
112
+
karpenter.nodeclaims_instance_termination.duration_seconds.bucket,count,,,,Histogram buckets for CloudProvider Instance termination duration,0,karpenter,,,
113
+
karpenter.nodeclaims_instance_termination.duration_seconds.count,count,,,,Count of CloudProvider Instance termination observations,0,karpenter,,,
114
+
karpenter.nodeclaims_instance_termination.duration_seconds.sum,count,,second,,Sum of CloudProvider Instance termination durations,0,karpenter,,,
100
115
karpenter.nodeclaims_launched,gauge,,,,Number of nodeclaims launched in total by Karpenter. Labeled by the owning nodepool,0,karpenter,,,
101
116
karpenter.nodeclaims_registered,gauge,,,,Number of nodeclaims registered in total by Karpenter. Labeled by the owning nodepool,0,karpenter,,,
102
117
karpenter.nodeclaims_terminated,gauge,,,,Number of nodeclaims terminated in total by Karpenter. Labeled by reason the nodeclaim was terminated and the owning nodepool,0,karpenter,,,
118
+
karpenter.nodeclaims_termination.duration_seconds.bucket,count,,,,Histogram buckets for NodeClaim termination duration,0,karpenter,,,
119
+
karpenter.nodeclaims_termination.duration_seconds.count,count,,,,Count of NodeClaim termination duration observations,0,karpenter,,,
120
+
karpenter.nodeclaims_termination.duration_seconds.sum,count,,second,,Sum of NodeClaim termination durations,0,karpenter,,,
103
121
karpenter.nodepool_limit,gauge,,,,The nodepool limits are the limits specified on the provisioner that restrict the quantity of resources provisioned. Labeled by nodepool name and resource type,0,karpenter,,,
104
122
karpenter.nodepool_usage,gauge,,,,The nodepool usage is the amount of resources that have been provisioned by a particular nodepool. Labeled by nodepool name and resource type,0,karpenter,,,
105
123
karpenter.nodes.allocatable,gauge,,,,The amount of resources allocatable by nodes,0,karpenter,,,
@@ -115,6 +133,22 @@ karpenter.nodes.total.daemon_limits,gauge,,,,Total resources specified by Daemon
115
133
karpenter.nodes.total.daemon_requests,gauge,,,,Total resources requested by DaemonSet pods,0,karpenter,,,
116
134
karpenter.nodes.total.pod_limits,gauge,,,,Total pod resources specified by non-DaemonSet pod limits,0,karpenter,,,
117
135
karpenter.nodes.total.pod_requests,gauge,,,,Total pod resources requested by non-DaemonSet pods bound,0,karpenter,,,
136
+
karpenter.operator.ec2nodeclass.status_condition.current_status.seconds,gauge,,second,,Time current status condition has been active for ec2nodeclass,0,karpenter,,,
137
+
karpenter.operator.ec2nodeclass.status_condition.transitions.count,count,,,,Count of status condition transitions for ec2nodeclass,0,karpenter,,,
138
+
karpenter.operator.ec2nodeclass.status_condition_count,gauge,,,,Number of conditions for ec2nodeclass,0,karpenter,,,
139
+
karpenter.operator.node.status_condition.current_status.seconds,gauge,,second,,Time current status condition has been active for node,0,karpenter,,,
140
+
karpenter.operator.node.status_condition.transitions.count,count,,,,Count of status condition transitions for node,0,karpenter,,,
141
+
karpenter.operator.node.status_condition.transitions.seconds.bucket,count,,second,,Histogram of condition state durations for node,0,karpenter,,,
142
+
karpenter.operator.node.status_condition_count,gauge,,,,Number of conditions for node,0,karpenter,,,
143
+
karpenter.operator.node.termination.duration_seconds.bucket,count,,second,,Histogram buckets for node termination durations,0,karpenter,,,
144
+
karpenter.operator.nodeclaim.status_condition.current_status.seconds,gauge,,second,,Time current status condition has been active for nodeclaim,0,karpenter,,,
145
+
karpenter.operator.nodeclaim.status_condition.transitions.count,count,,,,Count of status condition transitions for nodeclaim,0,karpenter,,,
146
+
karpenter.operator.nodeclaim.status_condition.transitions.seconds.bucket,count,,second,,Histogram of condition state durations for nodeclaim,0,karpenter,,,
147
+
karpenter.operator.nodeclaim.status_condition_count,gauge,,,,Number of conditions for nodeclaim,0,karpenter,,,
148
+
karpenter.operator.nodeclaim.termination.duration_seconds.bucket,count,,,,Histogram buckets for nodeclaim termination durations,0,karpenter,,,
149
+
karpenter.operator.nodepool.status_condition.current_status.seconds,gauge,,second,,Time current status condition has been active for nodepool,0,karpenter,,,
150
+
karpenter.operator.nodepool.status_condition.transitions.count,count,,,,Count of status condition transitions for nodepool,0,karpenter,,,
151
+
karpenter.operator.nodepool.status_condition_count,gauge,,,,Number of conditions for nodepool,0,karpenter,,,
118
152
karpenter.pods.startup.time_seconds.count,count,,,,The count of the observations in the pod startup summary,0,karpenter,,,
119
153
karpenter.pods.startup.time_seconds.quantile,gauge,,,,The time taken between pod creation and the pod being in a running state by `quantile`,0,karpenter,,,
120
154
karpenter.pods.startup.time_seconds.sum,count,,second,,The sum of the time from pod creation and the pod being in a running state,0,karpenter,,,
0 commit comments