You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-instrumentation/3498-extending-stability/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ If none of those approvers are still appropriate, then changes to that list
58
58
should be approved by the remaining approvers and/or the owning SIG (or
59
59
SIG Architecture for cross-cutting KEPs).
60
60
-->
61
-
# KEP-NNNN: Extending Metrics Stability
61
+
# KEP-3498: Extending Metrics Stability
62
62
63
63
<!--
64
64
This is the title of your KEP. Keep it short, simple, and descriptive. A good
@@ -242,10 +242,10 @@ The statis analysis tooling runs in a precommit pipeline and is therefore exempt
242
242
243
243
- Kubernetes metrics framework will be enhanced to support additional stability classes
244
244
- The static analysis pipeline of the metrics framework will be enhanced to understand how to parse more things (these are listed above)
245
-
- All instances of `Alpha` metrics will be converted to `Internal`
246
245
247
246
#### Beta
248
247
248
+
- All instances of `Alpha` metrics will be converted to `Internal`
249
249
- Kubernetes metrics framework will be enhanced to support marking `Alpha` and `Beta` metrics with a date. The semantics of this are yet to be determined. This date will be used to statically determine whether or not that metric should be decrepated automatically or promoted.
250
250
- Kubernetes metrics framework will be enhanced with a script to auto-deprecate metrics which have passed their window of existence as an `Alpha` or `Beta` metric
251
251
- We will determine the semantics for `Alpha` and `Beta` metrics
0 commit comments