kubernetes / kube-state-metrics

Add-on agent to generate and expose cluster-level metrics.
https://kubernetes.io/docs/concepts/cluster-administration/kube-state-metrics/
Apache License 2.0
5.2k stars 1.92k forks source link

feat: Promote kube_statefulset_ordinals_start from ALPHA -> BETA #2415

Open pwschuurman opened 3 weeks ago

pwschuurman commented 3 weeks ago

What this PR does / why we need it: Promote kube_statefulset_ordinals_start metrics from ALPHA -> BETA

How does this change affect the cardinality of KSM: (increases, decreases or does not change cardinality) Does not change the cardinality of KSM

k8s-ci-robot commented 3 weeks ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: pwschuurman Once this PR has been reviewed and has the lgtm label, please assign dgrisonnet for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/kubernetes/kube-state-metrics/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
mrueg commented 2 weeks ago

I don't have any strong opinions here, I believe we haven't used beta before and went directly to stable. Any thoughts on this from people that care more about metrics stability? @dgrisonnet @rexagod @CatherineF-dev @logicalhan

dgrisonnet commented 2 weeks ago

/triage accepted

I think this should wait for the next major since the current stability model only used Experimental and Stable.