Prep SIG Instrumentation Annual Report
Addresses #7773. Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
This commit is contained in:
parent
94846ce7bf
commit
7471f099a7
|
@ -12,6 +12,13 @@
|
|||
- Governance and leadership changes
|
||||
-->
|
||||
|
||||
- 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.
|
||||
- Introduced a new subproject, [usage-metrics-collector](https://github.com/kubernetes-sigs/usage-metrics-collector), to collect kube usage and capacity metrics.
|
||||
- `APIServer Tracing` graduated to [stable](https://github.com/kubernetes/enhancements/commit/97713189b3107b41c4c19505d04aa7ef22df063b).
|
||||
- `Dynamic Cardinality Enforcement` graduated to [stable](https://github.com/kubernetes/enhancements/commit/ab798d7c2f9a75c770dc4369be702036b984b40e).
|
||||
- `Extending Metrics Stability` graduated to [beta](https://github.com/kubernetes/enhancements/commit/5c9771693c9820176ff37854f4727bad0889b492).
|
||||
- `Kubernetes Components Health SLIs` graduated to [stable](https://github.com/kubernetes/enhancements/commit/6ede6f1f2163957f5f10033a38fe83804d0df671).
|
||||
|
||||
2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)?
|
||||
|
||||
<!--
|
||||
|
@ -20,14 +27,19 @@
|
|||
Please raise an issue in kubernetes/community, if the KEP metadata is correct but the generated list is incorrect.
|
||||
-->
|
||||
|
||||
- [kubernetes-sigs/custom-metrics-apiserver](https://github.com/kubernetes-sigs/custom-metrics-apiserver/blob/master/OWNERS)
|
||||
- [kubernetes-sigs/metrics-server](https://github.com/kubernetes-sigs/metrics-server/blob/master/OWNERS)
|
||||
- [kubernetes-sigs/prometheus-adapter](https://github.com/kubernetes-sigs/prometheus-adapter/blob/master/OWNERS_ALIASES)
|
||||
|
||||
3. Did you have community-wide updates in 2023 (e.g. KubeCon talks)?
|
||||
|
||||
<!--
|
||||
Examples include links to email, slides, or recordings.
|
||||
-->
|
||||
|
||||
4. KEP work in 2023 (v1.27, v1.28, v1.29):
|
||||
- [SIG Instrumentation Introduction and Deep Dive (KubeCon NA '23)](https://youtu.be/Lf5h8bPrSBM?si=HOv63HqVRIAB2mjw)
|
||||
|
||||
4. KEP work in 2023 (v1.27, v1.28, v1.29):
|
||||
|
||||
- Beta
|
||||
- [2305 - Dynamic Cardinality Enforcement](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2305-metrics-cardinality-enforcement) - v1.28
|
||||
|
@ -41,9 +53,9 @@
|
|||
|
||||
## [Subprojects](https://git.k8s.io/community/sig-instrumentation#subprojects)
|
||||
|
||||
|
||||
**New in 2023:**
|
||||
- [usage-metrics-collector](https://git.k8s.io/community/<no value>#usage-metrics-collector)
|
||||
|
||||
**Continuing:**
|
||||
- custom-metrics-apiserver
|
||||
- instrumentation
|
||||
|
@ -65,12 +77,12 @@
|
|||
## Operational
|
||||
|
||||
Operational tasks in [sig-governance.md]:
|
||||
- [ ] [README.md] reviewed for accuracy and updated if needed
|
||||
- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
|
||||
- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed
|
||||
- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
|
||||
- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed
|
||||
- [ ] Meeting notes and recordings for 2023 are linked from [README.md] and updated/uploaded if needed
|
||||
- [x] [README.md] reviewed for accuracy and updated if needed
|
||||
- [x] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
|
||||
- [x] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed
|
||||
- [x] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
|
||||
- [x] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed
|
||||
- [x] Meeting notes and recordings for 2023 are linked from [README.md] and updated/uploaded if needed
|
||||
|
||||
|
||||
[CONTRIBUTING.md]: https://git.k8s.io/community/sig-instrumentation/CONTRIBUTING.md
|
||||
|
|
Loading…
Reference in New Issue