-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from Colvin-Y/bump/v1.6.0
Bump kruise-api to v.1.6.0; Fix typo; Fix panic metrics
- Loading branch information
Showing
6 changed files
with
124 additions
and
500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# Stateful Set Metrics | ||
|
||
| Metric name| Description | Status | | ||
| ---------- | ----------- | ----------- | | ||
| kruise_statefulset_created | Unix creation timestamp | STABLE | | ||
| kruise_statefulset_status_replicas | Number of desired pods for a StatefulSet. | STABLE | | ||
| kruise_statefulset_status_replicas_available | The number of available replicas per StatefulSet. | STABLE | | ||
| kruise_statefulset_status_replicas_current | The number of current replicas per StatefulSet. | STABLE | | ||
| kruise_statefulset_status_replicas_ready | The number of ready replicas per StatefulSet. | STABLE | | ||
| kruise_statefulset_status_replicas_updated | The number of updated replicas per StatefulSet. | STABLE | | ||
| kruise_statefulset_status_observed_generation | The generation observed by the StatefulSet controller. | STABLE | | ||
| kruise_statefulset_status_condition | The current status conditions of a statefulset | STABLE | | ||
| kruise_statefulset_status_current_revision | Indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas). | STABLE | | ||
| kruise_statefulset_status_update_revision | Indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas) | STABLE | | ||
| kruise_statefulset_spec_metadata_generation | Sequence number representing a specific generation of the desired state for the StatefulSet. | STABLE | | ||
| kruise_statefulset_spec_replicas | Number of desired pods for a statefulset | STABLE | | ||
| kruise_statefulset_spec_strategy_rollingupdate_max_unavailable | Maximum number of unavailable replicas during a rolling update of a statefulset | STABLE | | ||
| kruise_statefulset_spec_reserveordinals | | STABLE | | ||
| kruise_statefulset_spec_strategy_type | The type of updateStrategy | STABLE | | ||
| kruise_statefulset_labels | Kubernetes labels converted to Prometheus labels. | STABLE | | ||
| Metric name | Description | Status | | ||
| -------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ------ | | ||
| kruise_statefulset_created | Unix creation timestamp | STABLE | | ||
| kruise_statefulset_status_replicas | Number of desired pods for a StatefulSet. | STABLE | | ||
| kruise_statefulset_status_replicas_available | The number of available replicas per StatefulSet. | STABLE | | ||
| kruise_statefulset_status_replicas_current | The number of current replicas per StatefulSet. | STABLE | | ||
| kruise_statefulset_status_replicas_ready | The number of ready replicas per StatefulSet. | STABLE | | ||
| kruise_statefulset_status_replicas_updated | The number of updated replicas per StatefulSet. | STABLE | | ||
| kruise_statefulset_status_observed_generation | The generation observed by the StatefulSet controller. | STABLE | | ||
| kruise_statefulset_status_condition | The current status conditions of a statefulset | STABLE | | ||
| kruise_statefulset_status_current_revision | Indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas). | STABLE | | ||
| kruise_statefulset_status_update_revision | Indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas) | STABLE | | ||
| kruise_statefulset_metadata_generation | Sequence number representing a specific generation of the desired state for the StatefulSet. | STABLE | | ||
| kruise_statefulset_spec_replicas | Number of desired pods for a statefulset | STABLE | | ||
| kruise_statefulset_spec_strategy_rollingupdate_max_unavailable | Maximum number of unavailable replicas during a rolling update of a statefulset | STABLE | | ||
| kruise_statefulset_spec_reserveordinals | | STABLE | | ||
| kruise_statefulset_spec_strategy_type | The type of updateStrategy | STABLE | | ||
| kruise_statefulset_labels | Kubernetes labels converted to Prometheus labels. | STABLE | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.