Skip to content

Commit

Permalink
fix metric stability
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdeal committed Nov 30, 2024
1 parent 6668dc0 commit d5fb217
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions website/content/en/docs/reference/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ The time from pod creation until the pod is running.

### `operator_termination_duration_seconds`
The amount of time taken by an object to terminate completely.
- Stability Level: ALPHA
- Stability Level: DEPRECATED

### `operator_termination_current_time_seconds`
The current amount of time in seconds that an object has been in terminating state.
Expand Down Expand Up @@ -284,7 +284,7 @@ Utilization of allocatable resources by pod requests

### `karpenter_cluster_state_unsynced_time_seconds`
The time for which cluster state is not synced
- Stability Level: STABLE
- Stability Level: ALPHA

### `karpenter_cluster_state_synced`
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
Expand Down
4 changes: 2 additions & 2 deletions website/content/en/preview/reference/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ The time from pod creation until the pod is running.

### `operator_termination_duration_seconds`
The amount of time taken by an object to terminate completely.
- Stability Level: ALPHA
- Stability Level: DEPRECATED

### `operator_termination_current_time_seconds`
The current amount of time in seconds that an object has been in terminating state.
Expand Down Expand Up @@ -284,7 +284,7 @@ Utilization of allocatable resources by pod requests

### `karpenter_cluster_state_unsynced_time_seconds`
The time for which cluster state is not synced
- Stability Level: STABLE
- Stability Level: ALPHA

### `karpenter_cluster_state_synced`
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
Expand Down
4 changes: 2 additions & 2 deletions website/content/en/v1.1/reference/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ The time from pod creation until the pod is running.

### `operator_termination_duration_seconds`
The amount of time taken by an object to terminate completely.
- Stability Level: ALPHA
- Stability Level: DEPRECATED

### `operator_termination_current_time_seconds`
The current amount of time in seconds that an object has been in terminating state.
Expand Down Expand Up @@ -284,7 +284,7 @@ Utilization of allocatable resources by pod requests

### `karpenter_cluster_state_unsynced_time_seconds`
The time for which cluster state is not synced
- Stability Level: STABLE
- Stability Level: ALPHA

### `karpenter_cluster_state_synced`
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
Expand Down

0 comments on commit d5fb217

Please sign in to comment.