@@ -25,8 +25,25 @@ see-also:
25
25
26
26
## Table of Contents
27
27
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
+ -
34
+ - [ Proposal] ( #proposal )
35
+ - [ Remove Prometheus Registry] ( #remove-prometheus-registry )
36
+ - [ Validated Import Restriction] ( #validated-import-restriction )
37
+ - [ Deprecate Metrics] ( #deprecate-metrics )
38
+ - [ Escape Hatch] ( #escape-hatch )
39
+ - [ Graduation Criteria] ( #graduation-criteria )
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-impl )
45
+ - [ Escape Flag] ( #escape-flag-impl )
46
+ <!-- /toc -->
30
47
31
48
## Summary
32
49
@@ -102,12 +119,12 @@ These are related Post-GA tasks:
102
119
- [x] https://github.com/kubernetes/kubernetes/pull/82957 (by @RainbowMango )
103
120
- Introduce label functionality
104
121
- [x] https://github.com/kubernetes/kubernetes/pull/83019 (by @RainbowMango )
105
- - Introduce test util:
122
+ - Introduce test util:
106
123
- [x] https://github.com/kubernetes/kubernetes/pull/83299 (by @RainbowMango )
107
124
- [x] https://github.com/kubernetes/kubernetes/pull/83699 (by @RainbowMango )
108
125
- Introduce http handler functionality
109
126
- [x] https://github.com/kubernetes/kubernetes/pull/83722 (by @RainbowMango )
110
- - Introduce GaugeFunc
127
+ - Introduce GaugeFunc
111
128
- [X] https://github.com/kubernetes/kubernetes/pull/83830 (by @RainbowMango )
112
129
- Introduce custom collector
113
130
- [ ] https://github.com/kubernetes/kubernetes/pull/83062 (by @RainbowMango )
@@ -147,10 +164,10 @@ These are related Post-GA tasks:
147
164
- [x] https://github.com/kubernetes/kubernetes/pull/83713 (by @RainbowMango )
148
165
- [ ] https://github.com/kubernetes/kubernetes/pull/83664 (by @RainbowMango )
149
166
- [x] https://github.com/kubernetes/kubernetes/pull/84283 (by @serathius )
150
- - Migrate promhttp
167
+ - Migrate promhttp
151
168
- [ ] https://github.com/kubernetes/kubernetes/pull/84393 (by @wuyafang )
152
169
- [x] https://github.com/kubernetes/kubernetes/pull/84221 (by @wuyafang )
153
-
170
+
154
171
### Metrics Validation And Restriction
155
172
- [x] https://github.com/kubernetes/kubernetes/pull/80803 (by @serathius )
156
173
- [x] https://github.com/kubernetes/kubernetes/pull/80906 (by @serathius )
0 commit comments