Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: karpenter core version bump and docgen #5697

Merged
merged 2 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions website/content/en/docs/reference/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,10 @@ Maximum number of concurrent reconciles per controller
### `controller_runtime_active_workers`
Bryce-Soghigian marked this conversation as resolved.
Show resolved Hide resolved
Number of currently used workers per controller

## Cluster State Metrics

### `cluster_state_node_count`
Current count of nodes in cluster state

### `cluster_state_synced`
Returns 1 if cluster state is synced and 0 otherwise. To be synced it checks that nodeclaims and nodes that are stored in the APIServer have the same representation as Karpenter's cluster state.
7 changes: 7 additions & 0 deletions website/content/en/preview/reference/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,10 @@ Maximum number of concurrent reconciles per controller
### `controller_runtime_active_workers`
Number of currently used workers per controller

## Cluster State Metrics

### `cluster_state_node_count`
Current count of nodes in cluster state

### `cluster_state_synced`
Returns 1 if cluster state is synced and 0 otherwise. To be synced it checks that nodeclaims and nodes that are stored in the APIServer have the same representation as Karpenter's cluster state