From 088f477fadade4a7d637e24e1f68ebfc050c2912 Mon Sep 17 00:00:00 2001 From: RainbowMango Date: Fri, 1 Nov 2019 10:34:19 +0800 Subject: [PATCH] Address post-beta tasks --- .../20191028-metrics-stability-to-beta.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/keps/sig-instrumentation/20191028-metrics-stability-to-beta.md b/keps/sig-instrumentation/20191028-metrics-stability-to-beta.md index c14c54d8a85f..4f26d0b2e119 100644 --- a/keps/sig-instrumentation/20191028-metrics-stability-to-beta.md +++ b/keps/sig-instrumentation/20191028-metrics-stability-to-beta.md @@ -12,7 +12,7 @@ approvers: - "@brancz" editor: "@brancz" creation-date: 2019-10-28 -last-updated: 2019-10-28 +last-updated: 2019-11-01 status: implementable see-also: - 20181106-kubernetes-metrics-overhaul @@ -78,9 +78,10 @@ There are still open questions that need to be addressed and updated in this KEP ## Post-Beta tasks -These are related Post-GA tasks: +These are related Post-Beta tasks: -* +* Turn off individual metric(should not require a new release of kubernetes in order to turn off a bad metric). +* Introduce other functionality to stability framework if need be.(e.g. UntypedFunc, CounterFunc) ## Implementation History