Skip to content

Commit a4559c8

Browse files
author
Han Kang
committed
add toc
1 parent bf0e613 commit a4559c8

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

keps/sig-instrumentation/20191028-metrics-stability-to-beta.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
-
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 -->
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

Comments
 (0)