|
5 | 5 | 1. What work did the WG do this year that should be highlighted?
|
6 | 6 | For example, artifacts, reports, white papers produced this year.
|
7 | 7 |
|
8 |
| - - |
9 |
| - - |
10 |
| - - |
| 8 | + - Graduated [Deprecation of klog specific flags](https://github.com/kubernetes/enhancements/issues/2845) to GA |
| 9 | + - Added [Contextual logging](https://github.com/kubernetes/enhancements/issues/3077) as Alpha |
11 | 10 |
|
12 | 11 | 2. What initiatives are you working on that aren't being tracked in KEPs?
|
13 | 12 |
|
14 |
| - - |
15 |
| - - |
16 |
| - - |
| 13 | + - Continuously migrating kubernetes/kubernetes repository to structured, contextual logging. |
| 14 | + In 2022 and early 2023, 82% of kube-controller-manager were converted, over 1500 log calls. |
| 15 | + - Maintaining and enhancing klog. In 2022, [performance improved](https://github.com/kubernetes/kubernetes/pull/115277) |
| 16 | + between up to 45% depending on the component and output format. |
| 17 | + - Maintaining [logcheck](https://github.com/kubernetes-sigs/logtools/tree/main/logcheck). |
| 18 | + In 2022, it was enhanced and moved into a new repository. |
17 | 19 |
|
18 | 20 | ## Project health
|
19 | 21 |
|
20 | 22 | 1. What's the current roadmap until completion of the working group?
|
21 | 23 |
|
22 |
| - - |
23 |
| - - |
24 |
| - - |
| 24 | + - In 2023, we need to decide if and how to integrate with |
| 25 | + [slog](https://pkg.go.dev/golang.org/x/exp/slog) before graduating |
| 26 | + contextual logging to Beta. |
| 27 | + - In the meantime, conversion of existing code continue. |
25 | 28 |
|
26 | 29 | 2. Does the group have contributors from multiple companies/affiliations?
|
27 | 30 |
|
28 |
| - - |
| 31 | + - Yes, current members are from 1 ZTE, 1 AppDynamics, 1 Google, 3 VMware, 1 Intel and 2 unaffiliated. |
29 | 32 |
|
30 | 33 | 3. Are there ways end users/companies can contribute that they currently are not?
|
31 | 34 | If one of those ways is more full time support, what would they work on and why?
|
32 | 35 |
|
33 |
| - - |
34 |
| - - |
| 36 | + - End users can easily contribute by helping with [structured, contextual logging migration](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/migration-to-structured-logging.md) |
35 | 37 |
|
36 | 38 | ## Membership
|
37 | 39 |
|
38 |
| -- Primary slack channel member count: |
39 |
| -- Primary mailing list member count: |
40 |
| -- Primary meeting attendee count (estimated, if needed): |
41 |
| -- Primary meeting participant count (estimated, if needed): |
| 40 | +- Primary [slack channel](https://kubernetes.slack.com/archives/C020CCMUEAX) member count: 152 (up 46% year-over-year) |
| 41 | +- Primary [mailing list](https://groups.google.com/g/kubernetes-wg-structured-logging) member count: 56 (up 21%) |
| 42 | +- Primary meeting attendee count (estimated, if needed): 3-4 (down by one) |
| 43 | +- Primary meeting participant count (estimated, if needed): 2-3 (down by one) |
42 | 44 |
|
43 | 45 | Include any other ways you measure group membership
|
44 | 46 |
|
45 | 47 | ## Operational
|
46 | 48 |
|
47 | 49 | Operational tasks in [wg-governance.md]:
|
48 | 50 |
|
49 |
| -- [ ] [README.md] reviewed for accuracy and updated if needed |
50 |
| -- [ ] WG leaders in [sigs.yaml] are accurate and active, and updated if needed |
51 |
| -- [ ] Meeting notes and recordings for 2022 are linked from [README.md] and updated/uploaded if needed |
| 51 | +- [x] [README.md] reviewed for accuracy and updated if needed |
| 52 | +- [x] WG leaders in [sigs.yaml] are accurate and active, and updated if needed |
| 53 | +- [x] Meeting notes and recordings for 2022 are linked from [README.md] and updated/uploaded if needed |
52 | 54 | - [ ] Updates provided to sponsoring SIGs in 2022
|
53 |
| - - [$sig-name](https://git.k8s.io/community/$sig-id/) |
54 |
| - - links to email, meeting notes, slides, or recordings, etc |
55 |
| - - [$sig-name](https://git.k8s.io/community/$sig-id/) |
56 |
| - - links to email, meeting notes, slides, or recordings, etc |
57 |
| - - |
58 | 55 |
|
59 | 56 | [wg-governance.md]: https://git.k8s.io/community/committee-steering/governance/wg-governance.md
|
60 | 57 | [README.md]: https://git.k8s.io/community/wg-structured-logging/README.md
|
|
0 commit comments