@@ -84,3 +84,87 @@ These are related Post-GA tasks:
8484
8585## Implementation History
8686
87+ ### Metrics Stability Framework
88+ - Setup framework
89+ - [x] https://github.com/kubernetes/kubernetes/pull/77037 (by @logicalhan )
90+ - [x] https://github.com/kubernetes/kubernetes/pull/77618 (by @logicalhan )
91+ - [x] https://github.com/kubernetes/kubernetes/pull/78773 (by @logicalhan )
92+ - [x] https://github.com/kubernetes/kubernetes/pull/78867 (by @logicalhan )
93+ - [x] https://github.com/kubernetes/kubernetes/pull/78877 (by @logicalhan )
94+ - [x] https://github.com/kubernetes/kubernetes/pull/79237 (by @logicalhan )
95+ - [x] https://github.com/kubernetes/kubernetes/pull/81190 (by @logicalhan )
96+ - [x] https://github.com/kubernetes/kubernetes/pull/81395 (by @logicalhan )
97+ - [x] https://github.com/kubernetes/kubernetes/pull/81579 (by @logicalhan )
98+ - [x] https://github.com/kubernetes/kubernetes/pull/81608 (by @logicalhan )
99+ - Introduce bucket functionality
100+ - [x] https://github.com/kubernetes/kubernetes/pull/82583 (by @RainbowMango )
101+ - Deal with stability default level
102+ - [x] https://github.com/kubernetes/kubernetes/pull/82957 (by @RainbowMango )
103+ - Introduce label functionality
104+ - [x] https://github.com/kubernetes/kubernetes/pull/83019 (by @RainbowMango )
105+ - Introduce test util:
106+ - [x] https://github.com/kubernetes/kubernetes/pull/83299 (by @RainbowMango )
107+ - [x] https://github.com/kubernetes/kubernetes/pull/83699 (by @RainbowMango )
108+ - Introduce http handler functionality
109+ - [x] https://github.com/kubernetes/kubernetes/pull/83722 (by @RainbowMango )
110+ - Introduce GaugeFunc
111+ - [X] https://github.com/kubernetes/kubernetes/pull/83830 (by @RainbowMango )
112+ - Introduce custom collector
113+ - [ ] https://github.com/kubernetes/kubernetes/pull/83062 (by @RainbowMango )
114+ - Cleanup
115+ - [ ] https://github.com/kubernetes/kubernetes/pull/84135 (by @RainbowMango )
116+ - [x] https://github.com/kubernetes/kubernetes/pull/81432 (by @logicalhan )
117+ - Bug fix
118+ - [x] https://github.com/kubernetes/kubernetes/pull/84395 (by @RainbowMango )
119+
120+ ### Metrics Stability Migration
121+ - General Migration
122+ - [x] for shared metrics: https://github.com/kubernetes/kubernetes/pull/81173 (by @logicalhan )
123+ - [x] for apiserver: https://github.com/kubernetes/kubernetes/pull/81531 (by @logicalhan )
124+ - [x] for kubelet: https://github.com/kubernetes/kubernetes/pull/81534 (by @logicalhan )
125+ - [x] for scheduler: https://github.com/kubernetes/kubernetes/pull/81576 (by @logicalhan )
126+ - [x] for controller manager: https://github.com/kubernetes/kubernetes/pull/81624 (by @logicalhan )
127+ - [x] for kube-proxy: https://github.com/kubernetes/kubernetes/pull/81626 (by @logicalhan )
128+ - [x] for etcd version monitor: https://github.com/kubernetes/kubernetes/pull/83283 (by @RainbowMango )
129+ - [ ] for metrics validation framework: https://github.com/kubernetes/kubernetes/pull/84500 (by @RainbowMango )
130+ - Migrate bucket functionality
131+ - [x] https://github.com/kubernetes/kubernetes/pull/82626 (by @RainbowMango )
132+ - [x] https://github.com/kubernetes/kubernetes/pull/82630 (by @RainbowMango )
133+ - [x] https://github.com/kubernetes/kubernetes/pull/82736 (by @RainbowMango )
134+ - [x] https://github.com/kubernetes/kubernetes/pull/82737 (by @RainbowMango )
135+ - [x] https://github.com/kubernetes/kubernetes/pull/82741 (by @RainbowMango )
136+ - [x] https://github.com/kubernetes/kubernetes/pull/82745 (by @RainbowMango )
137+ - Migrate bucket functionality
138+ - [x] https://github.com/kubernetes/kubernetes/pull/83159 (by @RainbowMango )
139+ - [x] https://github.com/kubernetes/kubernetes/pull/83220 (by @RainbowMango )
140+ - [x] https://github.com/kubernetes/kubernetes/pull/83223 (by @RainbowMango )
141+ - [x] https://github.com/kubernetes/kubernetes/pull/83269 (by @RainbowMango )
142+ - [x] https://github.com/kubernetes/kubernetes/pull/83278 (by @RainbowMango )
143+ - [x] https://github.com/kubernetes/kubernetes/pull/83279 (by @RainbowMango )
144+ - Migrate or refactor test case
145+ - [x] https://github.com/kubernetes/kubernetes/pull/83611 (by @RainbowMango )
146+ - [x] https://github.com/kubernetes/kubernetes/pull/83678 (by @RainbowMango )
147+ - [x] https://github.com/kubernetes/kubernetes/pull/83713 (by @RainbowMango )
148+ - [ ] https://github.com/kubernetes/kubernetes/pull/83664 (by @RainbowMango )
149+ - [x] https://github.com/kubernetes/kubernetes/pull/84283 (by @serathius )
150+ - Migrate promhttp
151+ - [ ] https://github.com/kubernetes/kubernetes/pull/84393 (by @wuyafang )
152+ - [x] https://github.com/kubernetes/kubernetes/pull/84221 (by @wuyafang )
153+
154+ ### Metrics Validation And Restriction
155+ - [x] https://github.com/kubernetes/kubernetes/pull/80803 (by @serathius )
156+ - [x] https://github.com/kubernetes/kubernetes/pull/80906 (by @serathius )
157+ - [x] https://github.com/kubernetes/kubernetes/pull/81510 (by @serathius )
158+ - [ ] https://github.com/kubernetes/kubernetes/pull/84302 (by @serathius )
159+ - [ ] https://github.com/kubernetes/kubernetes/pull/84373 (by @serathius )
160+ - [ ] https://github.com/kubernetes/kubernetes/pull/84378 (by @serathius )
161+
162+ ### Deprecate Metrics
163+ - [ ] https://github.com/kubernetes/kubernetes/pull/83836 (by @RainbowMango )
164+ - [ ] https://github.com/kubernetes/kubernetes/pull/83837 (by @RainbowMango )
165+ - [ ] https://github.com/kubernetes/kubernetes/pull/83838 (by @RainbowMango )
166+ - [ ] https://github.com/kubernetes/kubernetes/pull/83839 (by @RainbowMango )
167+ - [ ] https://github.com/kubernetes/kubernetes/pull/83841 (by @RainbowMango )
168+
169+ ### Escape Flag
170+ - [ ] https://github.com/kubernetes/kubernetes/pull/84292 (by @RainbowMango )
0 commit comments