@@ -25,8 +25,25 @@ see-also:
2525
2626## Table of Contents
2727
28- * [ Table of Contents] ( #table-of-contents )
29- * [ Summary] ( #summary )
28+ <!-- toc -->
29+ - [ Summary] ( #summary )
30+ - [ Motivation] ( #motivation )
31+ - [ Goals] ( #goals )
32+ - [ Non-Goals] ( #non-goals )
33+ - [ Proposal] ( #proposal )
34+ - [ Remove Prometheus Registry] ( #remove-prometheus-registry )
35+ - [ Validated Import Restriction] ( #validated-import-restriction )
36+ - [ Deprecate Metrics] ( #deprecate-metrics )
37+ - [ Escape Hatch] ( #escape-hatch )
38+ - [ Graduation Criteria] ( #graduation-criteria )
39+ - [ Post-Beta tasks] ( #post-beta-tasks )
40+ - [ Implementation History] ( #implementation-history )
41+ - [ Metrics Stability Framework] ( #metrics-stability-framework )
42+ - [ Metrics Stability Migration] ( #metrics-stability-migration )
43+ - [ Metrics Validation And Restriction] ( #metrics-validation-and-restriction )
44+ - [ Deprecate Metrics] ( #deprecate-metrics-1 )
45+ - [ Escape Flag] ( #escape-flag )
46+ <!-- /toc -->
3047
3148## Summary
3249
@@ -102,12 +119,12 @@ These are related Post-GA tasks:
102119 - [x] https://github.com/kubernetes/kubernetes/pull/82957 (by @RainbowMango )
103120- Introduce label functionality
104121 - [x] https://github.com/kubernetes/kubernetes/pull/83019 (by @RainbowMango )
105- - Introduce test util:
122+ - Introduce test util:
106123 - [x] https://github.com/kubernetes/kubernetes/pull/83299 (by @RainbowMango )
107124 - [x] https://github.com/kubernetes/kubernetes/pull/83699 (by @RainbowMango )
108125- Introduce http handler functionality
109126 - [x] https://github.com/kubernetes/kubernetes/pull/83722 (by @RainbowMango )
110- - Introduce GaugeFunc
127+ - Introduce GaugeFunc
111128 - [X] https://github.com/kubernetes/kubernetes/pull/83830 (by @RainbowMango )
112129- Introduce custom collector
113130 - [ ] https://github.com/kubernetes/kubernetes/pull/83062 (by @RainbowMango )
@@ -147,10 +164,10 @@ These are related Post-GA tasks:
147164 - [x] https://github.com/kubernetes/kubernetes/pull/83713 (by @RainbowMango )
148165 - [ ] https://github.com/kubernetes/kubernetes/pull/83664 (by @RainbowMango )
149166 - [x] https://github.com/kubernetes/kubernetes/pull/84283 (by @serathius )
150- - Migrate promhttp
167+ - Migrate promhttp
151168 - [ ] https://github.com/kubernetes/kubernetes/pull/84393 (by @wuyafang )
152169 - [x] https://github.com/kubernetes/kubernetes/pull/84221 (by @wuyafang )
153-
170+
154171### Metrics Validation And Restriction
155172- [x] https://github.com/kubernetes/kubernetes/pull/80803 (by @serathius )
156173- [x] https://github.com/kubernetes/kubernetes/pull/80906 (by @serathius )
0 commit comments