Skip to content

Commit 7471f09

Browse files
committed
Prep SIG Instrumentation Annual Report
Addresses #7773. Signed-off-by: Pranshu Srivastava <[email protected]>
1 parent 94846ce commit 7471f09

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

sig-instrumentation/annual-report-2023.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
- Governance and leadership changes
1313
-->
1414

15+
- Started off a [SIG Instrumentation Mentorship Program](https://docs.google.com/document/d/1Qa0KflaD2H1AbBtC--c4UD_xaxVkB0zb1UOBz7Vbu14/edit#heading=h.dxk9okw7st8s) to attract and retain new contributors.
16+
- Introduced a new subproject, [usage-metrics-collector](https://github.com/kubernetes-sigs/usage-metrics-collector), to collect kube usage and capacity metrics.
17+
- `APIServer Tracing` graduated to [stable](https://github.com/kubernetes/enhancements/commit/97713189b3107b41c4c19505d04aa7ef22df063b).
18+
- `Dynamic Cardinality Enforcement` graduated to [stable](https://github.com/kubernetes/enhancements/commit/ab798d7c2f9a75c770dc4369be702036b984b40e).
19+
- `Extending Metrics Stability` graduated to [beta](https://github.com/kubernetes/enhancements/commit/5c9771693c9820176ff37854f4727bad0889b492).
20+
- `Kubernetes Components Health SLIs` graduated to [stable](https://github.com/kubernetes/enhancements/commit/6ede6f1f2163957f5f10033a38fe83804d0df671).
21+
1522
2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)?
1623

1724
<!--
@@ -20,14 +27,19 @@
2027
Please raise an issue in kubernetes/community, if the KEP metadata is correct but the generated list is incorrect.
2128
-->
2229

30+
- [kubernetes-sigs/custom-metrics-apiserver](https://github.com/kubernetes-sigs/custom-metrics-apiserver/blob/master/OWNERS)
31+
- [kubernetes-sigs/metrics-server](https://github.com/kubernetes-sigs/metrics-server/blob/master/OWNERS)
32+
- [kubernetes-sigs/prometheus-adapter](https://github.com/kubernetes-sigs/prometheus-adapter/blob/master/OWNERS_ALIASES)
33+
2334
3. Did you have community-wide updates in 2023 (e.g. KubeCon talks)?
2435

2536
<!--
2637
Examples include links to email, slides, or recordings.
2738
-->
2839

29-
4. KEP work in 2023 (v1.27, v1.28, v1.29):
40+
- [SIG Instrumentation Introduction and Deep Dive (KubeCon NA '23)](https://youtu.be/Lf5h8bPrSBM?si=HOv63HqVRIAB2mjw)
3041

42+
4. KEP work in 2023 (v1.27, v1.28, v1.29):
3143

3244
- Beta
3345
- [2305 - Dynamic Cardinality Enforcement](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2305-metrics-cardinality-enforcement) - v1.28
@@ -41,9 +53,9 @@
4153

4254
## [Subprojects](https://git.k8s.io/community/sig-instrumentation#subprojects)
4355

44-
4556
**New in 2023:**
4657
- [usage-metrics-collector](https://git.k8s.io/community/<no value>#usage-metrics-collector)
58+
4759
**Continuing:**
4860
- custom-metrics-apiserver
4961
- instrumentation
@@ -65,12 +77,12 @@
6577
## Operational
6678

6779
Operational tasks in [sig-governance.md]:
68-
- [ ] [README.md] reviewed for accuracy and updated if needed
69-
- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
70-
- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed
71-
- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
72-
- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed
73-
- [ ] Meeting notes and recordings for 2023 are linked from [README.md] and updated/uploaded if needed
80+
- [x] [README.md] reviewed for accuracy and updated if needed
81+
- [x] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
82+
- [x] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed
83+
- [x] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
84+
- [x] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed
85+
- [x] Meeting notes and recordings for 2023 are linked from [README.md] and updated/uploaded if needed
7486

7587

7688
[CONTRIBUTING.md]: https://git.k8s.io/community/sig-instrumentation/CONTRIBUTING.md

0 commit comments

Comments
 (0)