Skip to content

Commit b6d4e35

Browse files
committed
WG structured logging: annual report 2022
1 parent 71c4a61 commit b6d4e35

File tree

1 file changed

+21
-24
lines changed

1 file changed

+21
-24
lines changed

wg-structured-logging/annual-report-2022.md

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,56 +5,53 @@
55
1. What work did the WG do this year that should be highlighted?
66
For example, artifacts, reports, white papers produced this year.
77

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
1110

1211
2. What initiatives are you working on that aren't being tracked in KEPs?
1312

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.
1719

1820
## Project health
1921

2022
1. What's the current roadmap until completion of the working group?
2123

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.
2528

2629
2. Does the group have contributors from multiple companies/affiliations?
2730

28-
-
31+
- Yes, current members are from 1 ZTE, 1 AppDynamics, 1 Google, 3 VMware, 1 Intel and 2 unaffiliated.
2932

3033
3. Are there ways end users/companies can contribute that they currently are not?
3134
If one of those ways is more full time support, what would they work on and why?
3235

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)
3537

3638
## Membership
3739

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)
4244

4345
Include any other ways you measure group membership
4446

4547
## Operational
4648

4749
Operational tasks in [wg-governance.md]:
4850

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
5254
- [ ] 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-
-
5855

5956
[wg-governance.md]: https://git.k8s.io/community/committee-steering/governance/wg-governance.md
6057
[README.md]: https://git.k8s.io/community/wg-structured-logging/README.md

0 commit comments

Comments
 (0)