From 778e78816668ca7ebc39f67048e3f8548f630a13 Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Fri, 2 Apr 2021 16:17:08 +0200 Subject: [PATCH] Create Structured Logging Working Group --- OWNERS_ALIASES | 3 ++ communication/slack-config/channels.yaml | 1 + sig-list.md | 1 + sigs.yaml | 28 ++++++++++++++++++ wg-structured-logging/README.md | 36 ++++++++++++++++++++++++ 5 files changed, 69 insertions(+) create mode 100644 wg-structured-logging/README.md diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index d93a36d8a..39b4afcaa 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -132,6 +132,9 @@ aliases: - deads2k - stevekuznetsov - wojtek-t + wg-structured-logging-leads: + - serathius + - shubheksha ug-big-data-leads: - erikerlandson - foxish diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index 0024ccbc5..77619e85b 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -413,6 +413,7 @@ channels: - name: wg-reliability - name: wg-resource-mgmt archived: true + - name: wg-structured-logging - name: wg-security-audit archived: true - name: wg-virtual-kubelet diff --git a/sig-list.md b/sig-list.md index 2a7570ba9..f3bfeafe6 100644 --- a/sig-list.md +++ b/sig-list.md @@ -70,6 +70,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md) |[Naming](wg-naming/README.md)|* Architecture
* Contributor Experience
* Docs
|* [Celeste Horgan](https://github.com/celestehorgan), CNCF
* [Jaice Singer DuMars](https://github.com/jdumars), Apple
* [Stephen Augustus](https://github.com/justaugustus), VMware
* [Zach Corleissen](https://github.com/zacharysarah), Linux Foundation
|* [Slack](https://kubernetes.slack.com/messages/wg-naming)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-naming)|* Regular WG Meeting: [Mondays at 10:30 PT (Pacific Time) (monthly - second Monday of month)](https://zoom.us/j/91522666403?pwd=WnRSNlNhNXhDWkR2ZU9ydGpsNWxtZz09)
|[Policy](wg-policy/README.md)|* Architecture
* Auth
* Multicluster
* Network
* Node
* Scheduling
* Storage
|* [Erica von Buelow](https://github.com/ericavonb), Red Hat
* [Howard Huang](https://github.com/hannibalhuang), Huawei
|* [Slack](https://kubernetes.slack.com/messages/wg-policy)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-policy)|* Regular WG Meeting: [Wednesdays at 16:00 PT (Pacific Time) (weekly)](https://zoom.us/j/7375677271)
|[Reliability](wg-reliability/README.md)|* Architecture
* Cluster Lifecycle
* Release
* Scalability
* Testing
|* [David Eads](https://github.com/deads2k), Red Hat
* [Steve Kuznetsov](https://github.com/stevekuznetsov), Red Hat
* [Wojciech Tyczynski](https://github.com/wojtek-t), Google
|* [Slack](https://kubernetes.slack.com/messages/wg-reliability)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-reliability)|* Regular WG Meeting: [Mondays at 11:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/97964505804?pwd=R3hzSnArQWJHYmdWUnpSUDh3aXhFUT09)
+|[Structured Logging](wg-structured-logging/README.md)|* API Machinery
* Architecture
* Cloud Provider
* Instrumentation
* Network
* Node
* Scheduling
* Storage
|* [Marek Siarkowicz](https://github.com/serathius), Google
* [Shubheksha Jalan](https://github.com/shubheksha), Apple
|* [Slack](https://kubernetes.slack.com/messages/wg-structured-logging)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-structured-logging)| ### User Groups diff --git a/sigs.yaml b/sigs.yaml index 88dd7f24d..8ebaea2d2 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -2959,6 +2959,34 @@ workinggroups: contact: slack: wg-reliability mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-reliability +- dir: wg-structured-logging + name: Structured Logging + mission_statement: > + Modernize logging in Kubernetes core components, allowing users to efficiently + consume, process, store and analyse information stored in logs. + + stakeholder_sigs: + - API Machinery + - Architecture + - Cloud Provider + - Instrumentation + - Network + - Node + - Scheduling + - Storage + label: structured-logging + leadership: + chairs: + - github: serathius + name: Marek Siarkowicz + company: Google + - github: shubheksha + name: Shubheksha Jalan + company: Apple + meetings: [] + contact: + slack: wg-structured-logging + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-structured-logging usergroups: - dir: ug-big-data name: Big Data diff --git a/wg-structured-logging/README.md b/wg-structured-logging/README.md new file mode 100644 index 000000000..4ffa5e0b5 --- /dev/null +++ b/wg-structured-logging/README.md @@ -0,0 +1,36 @@ + +# Structured Logging Working Group + +Modernize logging in Kubernetes core components, allowing users to efficiently consume, process, store and analyse information stored in logs. + +## Stakeholder SIGs +* SIG API Machinery +* SIG Architecture +* SIG Cloud Provider +* SIG Instrumentation +* SIG Network +* SIG Node +* SIG Scheduling +* SIG Storage + + + +## Organizers + +* Marek Siarkowicz (**[@serathius](https://github.com/serathius)**), Google +* Shubheksha Jalan (**[@shubheksha](https://github.com/shubheksha)**), Apple + +## Contact +- Slack: [#wg-structured-logging](https://kubernetes.slack.com/messages/wg-structured-logging) +- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-wg-structured-logging) +- [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/wg%2Fstructured-logging) + + +