WG structured logging: annual report 2022
This commit is contained in:
parent
71c4a616a4
commit
b6d4e351a0
|
@ -5,40 +5,42 @@
|
|||
1. What work did the WG do this year that should be highlighted?
|
||||
For example, artifacts, reports, white papers produced this year.
|
||||
|
||||
-
|
||||
-
|
||||
-
|
||||
- Graduated [Deprecation of klog specific flags](https://github.com/kubernetes/enhancements/issues/2845) to GA
|
||||
- Added [Contextual logging](https://github.com/kubernetes/enhancements/issues/3077) as Alpha
|
||||
|
||||
2. What initiatives are you working on that aren't being tracked in KEPs?
|
||||
|
||||
-
|
||||
-
|
||||
-
|
||||
- Continuously migrating kubernetes/kubernetes repository to structured, contextual logging.
|
||||
In 2022 and early 2023, 82% of kube-controller-manager were converted, over 1500 log calls.
|
||||
- Maintaining and enhancing klog. In 2022, [performance improved](https://github.com/kubernetes/kubernetes/pull/115277)
|
||||
between up to 45% depending on the component and output format.
|
||||
- Maintaining [logcheck](https://github.com/kubernetes-sigs/logtools/tree/main/logcheck).
|
||||
In 2022, it was enhanced and moved into a new repository.
|
||||
|
||||
## Project health
|
||||
|
||||
1. What's the current roadmap until completion of the working group?
|
||||
|
||||
-
|
||||
-
|
||||
-
|
||||
- In 2023, we need to decide if and how to integrate with
|
||||
[slog](https://pkg.go.dev/golang.org/x/exp/slog) before graduating
|
||||
contextual logging to Beta.
|
||||
- In the meantime, conversion of existing code continue.
|
||||
|
||||
2. Does the group have contributors from multiple companies/affiliations?
|
||||
|
||||
-
|
||||
- Yes, current members are from 1 ZTE, 1 AppDynamics, 1 Google, 3 VMware, 1 Intel and 2 unaffiliated.
|
||||
|
||||
3. Are there ways end users/companies can contribute that they currently are not?
|
||||
If one of those ways is more full time support, what would they work on and why?
|
||||
|
||||
-
|
||||
-
|
||||
- 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)
|
||||
|
||||
## Membership
|
||||
|
||||
- Primary slack channel member count:
|
||||
- Primary mailing list member count:
|
||||
- Primary meeting attendee count (estimated, if needed):
|
||||
- Primary meeting participant count (estimated, if needed):
|
||||
- Primary [slack channel](https://kubernetes.slack.com/archives/C020CCMUEAX) member count: 152 (up 46% year-over-year)
|
||||
- Primary [mailing list](https://groups.google.com/g/kubernetes-wg-structured-logging) member count: 56 (up 21%)
|
||||
- Primary meeting attendee count (estimated, if needed): 3-4 (down by one)
|
||||
- Primary meeting participant count (estimated, if needed): 2-3 (down by one)
|
||||
|
||||
Include any other ways you measure group membership
|
||||
|
||||
|
@ -46,15 +48,10 @@ Include any other ways you measure group membership
|
|||
|
||||
Operational tasks in [wg-governance.md]:
|
||||
|
||||
- [ ] [README.md] reviewed for accuracy and updated if needed
|
||||
- [ ] WG leaders in [sigs.yaml] are accurate and active, and updated if needed
|
||||
- [ ] Meeting notes and recordings for 2022 are linked from [README.md] and updated/uploaded if needed
|
||||
- [x] [README.md] reviewed for accuracy and updated if needed
|
||||
- [x] WG leaders in [sigs.yaml] are accurate and active, and updated if needed
|
||||
- [x] Meeting notes and recordings for 2022 are linked from [README.md] and updated/uploaded if needed
|
||||
- [ ] Updates provided to sponsoring SIGs in 2022
|
||||
- [$sig-name](https://git.k8s.io/community/$sig-id/)
|
||||
- links to email, meeting notes, slides, or recordings, etc
|
||||
- [$sig-name](https://git.k8s.io/community/$sig-id/)
|
||||
- links to email, meeting notes, slides, or recordings, etc
|
||||
-
|
||||
|
||||
[wg-governance.md]: https://git.k8s.io/community/committee-steering/governance/wg-governance.md
|
||||
[README.md]: https://git.k8s.io/community/wg-structured-logging/README.md
|
||||
|
|
Loading…
Reference in New Issue