Skip to content

Commit cf87df7

Browse files
author
Han Kang
committed
reduce scope for alpha extending metrics stability
1 parent 80aa21f commit cf87df7

File tree

1 file changed

+2
-2
lines changed
  • keps/sig-instrumentation/3498-extending-stability

1 file changed

+2
-2
lines changed

keps/sig-instrumentation/3498-extending-stability/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If none of those approvers are still appropriate, then changes to that list
5858
should be approved by the remaining approvers and/or the owning SIG (or
5959
SIG Architecture for cross-cutting KEPs).
6060
-->
61-
# KEP-NNNN: Extending Metrics Stability
61+
# KEP-3498: Extending Metrics Stability
6262

6363
<!--
6464
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
242242

243243
- Kubernetes metrics framework will be enhanced to support additional stability classes
244244
- 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`
246245

247246
#### Beta
248247

248+
- All instances of `Alpha` metrics will be converted to `Internal`
249249
- 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.
250250
- 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
251251
- We will determine the semantics for `Alpha` and `Beta` metrics

0 commit comments

Comments
 (0)