Skip to content

Commit ec1b90c

Browse files
committed
Annual Report for SIG Instrumentation 2024
1 parent ecfd8bb commit ec1b90c

File tree

1 file changed

+45
-31
lines changed

1 file changed

+45
-31
lines changed

sig-instrumentation/annual-report-2024.md

Lines changed: 45 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,29 @@
1212
- Governance and leadership changes
1313
-->
1414

15+
- `Contextual Logging` graduated to [beta](https://github.com/kubernetes/enhancements/pull/4219)
16+
- Introduced `Component Statusz` [alpha](https://github.com/kubernetes/enhancements/pull/4830)
17+
- Introduced `Component Flags` [alpha](https://github.com/kubernetes/enhancements/pull/4831)
18+
- Final draft ready for `Resource State Metrics` [alpha](https://github.com/kubernetes/enhancements/pull/4811)
19+
- [Usage metrics collector](https://github.com/kubernetes-sigs/usage-metrics-collector) now supports [cgroupsv2](https://github.com/kubernetes-sigs/usage-metrics-collector/pull/140) in metrics sampler
20+
- [Usage metrics collector](https://github.com/kubernetes-sigs/usage-metrics-collector) had 6 contributors from 4 different companies
21+
1522
2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)?
1623

24+
- [kubernetes-sigs/custom-metrics-apiserver](https://github.com/kubernetes-sigs/custom-metrics-apiserver/blob/master/OWNERS)
25+
- [kubernetes-sigs/metrics-server](https://github.com/kubernetes-sigs/metrics-server/blob/master/OWNERS)
26+
- [kubernetes-sigs/prometheus-adapter](https://github.com/kubernetes-sigs/prometheus-adapter/blob/master/OWNERS_ALIASES)
1727

1828
3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)?
1929

2030
<!--
2131
Examples include links to email, slides, or recordings.
2232
-->
2333

34+
- [SIG Instrumentation Introduction and Deep Dive (KubeCon NA '24)](https://youtu.be/IAGjj4s3F_M?si=dWCcua8XROpgqUZZ&t=0)
35+
36+
- [SIG Instrumentation Introduction and Deep Dive (KubeCon EU '24)](https://www.youtube.com/watch?v=Sx1jmIJhfyA&list=PLj6h78yzYM2N8nw1YcqqKveySH6_0VnI0&index=106)
37+
2438
4. KEP work in 2024 (v1.30, v1.31, v1.32):
2539
<!--
2640
TODO: Uncomment the following auto-generated list of KEPs, once reviewed & updated for correction.
@@ -30,54 +44,54 @@
3044
Please raise an issue in kubernetes/community, if the KEP metadata is correct but the generated list is incorrect.
3145
-->
3246

33-
<!--
34-
- Alpha
35-
- [4827 - Component Statusz](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/4827-component-statusz) - v1.32
36-
- [4828 - Component Flagz](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/4828-component-flagz) - v1.32
47+
- Alpha
48+
- [4827 - Component Statusz](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/4827-component-statusz) - v1.32
49+
- [4828 - Component Flagz](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/4828-component-flagz) - v1.32
3750

38-
- Beta
39-
- [3077 - Contextual logging](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/3077-contextual-logging) - v1.30
51+
- Beta
52+
- [3077 - Contextual logging](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/3077-contextual-logging) - v1.30
4053

41-
- Stable
42-
- [2305 - Dynamic Cardinality Enforcement](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2305-metrics-cardinality-enforcement) - v1.30
43-
- [647 - APIServer Tracing](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/647-apiserver-tracing) - v1.30 -->
54+
- Stable
55+
- [2305 - Dynamic Cardinality Enforcement](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2305-metrics-cardinality-enforcement) - v1.30
4456

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

59+
**New in 2024:**
60+
61+
- [zpages](https://git.k8s.io/kubernetes/staging/src/k8s.io/component-base/zpages)
4762

4863
**Continuing:**
49-
- custom-metrics-apiserver
50-
- instrumentation
51-
- instrumentation-addons
52-
- instrumentation-tools
53-
- klog
54-
- kube-state-metrics
55-
- metric-stability-framework
56-
- metrics
57-
- metrics-server
58-
- prometheus-adapter
59-
- structured-logging
60-
- usage-metrics-collector
64+
65+
- custom-metrics-apiserver
66+
- instrumentation
67+
- instrumentation-addons
68+
- instrumentation-tools
69+
- klog
70+
- kube-state-metrics
71+
- metric-stability-framework
72+
- metrics
73+
- metrics-server
74+
- prometheus-adapter
75+
- structured-logging
76+
- usage-metrics-collector
6177

6278
## [Working groups](https://git.k8s.io/community/sig-instrumentation#working-groups)
6379

64-
**New in 2024:**
65-
- Serving
6680
**Continuing:**
67-
- Structured Logging
81+
82+
- Serving
83+
- Structured Logging
6884

6985
## Operational
7086

7187
Operational tasks in [sig-governance.md]:
72-
- [ ] [README.md] reviewed for accuracy and updated if needed
73-
- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
74-
- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed
75-
- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
76-
- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed
77-
- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed
7888

89+
- [x] [README.md] reviewed for accuracy and updated if needed
90+
- [x] Other contributing docs (e.g. in [devel] dir or contributor guide) reviewed for accuracy and updated if needed
91+
- [x] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
92+
- [x] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed
93+
- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed
7994

80-
[CONTRIBUTING.md]: https://git.k8s.io/community/sig-instrumentation/CONTRIBUTING.md
8195
[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md
8296
[README.md]: https://git.k8s.io/community/sig-instrumentation/README.md
8397
[sigs.yaml]: https://git.k8s.io/community/sigs.yaml

0 commit comments

Comments
 (0)