Skip to content

Commit

Permalink
Fix typo in instance_type_offering_price_estimate metric description
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Mar 7, 2024
1 parent e798c27 commit fad244b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/providers/instancetype/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var (
Namespace: metrics.Namespace,
Subsystem: cloudProviderSubsystem,
Name: "instance_type_offering_price_estimate",
Help: "Instance type offering estimated estimated hourly price used when making informed decisions on node cost calculation, based on instance type, capacity type, and zone.",
Help: "Instance type offering estimated hourly price used when making informed decisions on node cost calculation, based on instance type, capacity type, and zone.",
},
[]string{
instanceTypeLabel,
Expand Down
8 changes: 7 additions & 1 deletion website/content/en/preview/reference/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ Node system daemon overhead are the resources reserved for system overhead, the
### `karpenter_nodes_leases_deleted`
Number of deleted leaked leases.

### `karpenter_nodes_eviction_queue_depth`
The number of pods currently waiting for a successful eviction in the eviction queue.

### `karpenter_nodes_created`
Number of nodes created in total by Karpenter. Labeled by owning nodepool.

Expand All @@ -64,6 +67,9 @@ The time from pod creation until the pod is running.
### `karpenter_provisioner_scheduling_simulation_duration_seconds`
Duration of scheduling simulations used for deprovisioning and provisioning in seconds.

### `karpenter_provisioner_scheduling_queue_depth`
The number of pods currently waiting to be scheduled.

### `karpenter_provisioner_scheduling_duration_seconds`
Duration of scheduling process in seconds.

Expand Down Expand Up @@ -152,7 +158,7 @@ Current count of nodes in cluster state
## Cloudprovider Metrics

### `karpenter_cloudprovider_instance_type_offering_price_estimate`
Instance type offering estimated estimated hourly price used when making informed decisions on node cost calculation, based on instance type, capacity type, and zone.
Instance type offering estimated hourly price used when making informed decisions on node cost calculation, based on instance type, capacity type, and zone.

### `karpenter_cloudprovider_instance_type_offering_available`
Instance type offering availability, based on instance type, capacity type, and zone
Expand Down

0 comments on commit fad244b

Please sign in to comment.