@@ -707,7 +707,7 @@ to determine SLOs, these tend to have greater import. Other metrics are more
707
707
experimental in nature or are used primarily in the Kubernetes development
708
708
process.
709
709
710
- Accordingly, metrics fall under two stability classes (`ALPHA` and `STABLE`);
710
+ Accordingly, metrics fall under three stability classes (`ALPHA`, `BETA` `STABLE`);
711
711
this impacts removal of a metric during a Kubernetes release. These classes
712
712
are determined by the perceived importance of the metric. The rules for
713
713
deprecating and removing a metric are as follows:
@@ -718,7 +718,7 @@ Kubernetes 控制平面的每个组件都公开度量值(通常是 `/metrics`
718
718
并不是所有的度量值都是同样重要的:一些度量值通常用作 SLIs 或被使用来确定 SLOs,这些往往比较重要。
719
719
其他度量值在本质上带有实验性,或者主要用于 Kubernetes 开发过程。
720
720
721
- 因此,度量值分为两个稳定性类别 (` ALPHA ` 和 ` STABLE ` );
721
+ 因此,度量值分为三个稳定性类别 (` ALPHA ` 、 ` BETA ` 、 ` STABLE ` );
722
722
此分类会影响在 Kubernetes 发布版本中移除某度量值。
723
723
所对应的分类取决于对该度量值重要性的预期。
724
724
弃用和移除度量值的规则如下:
@@ -727,21 +727,25 @@ Kubernetes 控制平面的每个组件都公开度量值(通常是 `/metrics`
727
727
**Rule #9a: Metrics, for the corresponding stability class, must function for no less than:**
728
728
729
729
* **STABLE: 4 releases or 12 months (whichever is longer)**
730
+ * **BETA: 2 releases or 8 months (whichever is longer)**
730
731
* **ALPHA: 0 releases**
731
732
732
733
**Rule #9b: Metrics, after their _announced deprecation_, must function for no less than:**
733
734
734
735
* **STABLE: 3 releases or 9 months (whichever is longer)**
736
+ * **BETA: 1 releases or 4 months (whichever is longer)**
735
737
* **ALPHA: 0 releases**
736
738
-->
737
739
** 规则 #9a: 对于相应的稳定性类别,度量值起作用的周期必须不小于:**
738
740
739
741
* ** STABLE: 4 个发布版本或者 12 个月 (取其较长者)**
742
+ * ** BETA: 2 个发布版本或者 8 个月 (取其较长者)**
740
743
* ** ALPHA: 0 个发布版本**
741
744
742
745
** 规则 #9b: 在度量值被宣布启用之后,它起作用的周期必须不小于:**
743
746
744
747
* ** STABLE: 3 个发布版本或者 9 个月 (取其较长者)**
748
+ * ** BETA: 1 个发布版本或者 4 个月 (取其较长者)**
745
749
* ** ALPHA: 0 个发布版本**
746
750
747
751
<!--
0 commit comments