summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Siarkowicz <siarkowicz@google.com>2021-04-02 16:17:08 +0200
committerMarek Siarkowicz <siarkowicz@google.com>2021-04-27 12:36:27 +0200
commit778e78816668ca7ebc39f67048e3f8548f630a13 (patch)
treecaa0ec6128c74ff1f64425d737df5fd049497ae6
parent3c6c29df520c2cf49387948afa1fa1319a08f836 (diff)
Create Structured Logging Working Group
-rw-r--r--OWNERS_ALIASES3
-rw-r--r--communication/slack-config/channels.yaml1
-rw-r--r--sig-list.md1
-rw-r--r--sigs.yaml28
-rw-r--r--wg-structured-logging/README.md36
5 files changed, 69 insertions, 0 deletions
diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES
index d93a36d8..39b4afca 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 0024ccbc..77619e85 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 2a7570ba..f3bfeafe 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<br>* Contributor Experience<br>* Docs<br>|* [Celeste Horgan](https://github.com/celestehorgan), CNCF<br>* [Jaice Singer DuMars](https://github.com/jdumars), Apple<br>* [Stephen Augustus](https://github.com/justaugustus), VMware<br>* [Zach Corleissen](https://github.com/zacharysarah), Linux Foundation<br>|* [Slack](https://kubernetes.slack.com/messages/wg-naming)<br>* [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)<br>
|[Policy](wg-policy/README.md)|* Architecture<br>* Auth<br>* Multicluster<br>* Network<br>* Node<br>* Scheduling<br>* Storage<br>|* [Erica von Buelow](https://github.com/ericavonb), Red Hat<br>* [Howard Huang](https://github.com/hannibalhuang), Huawei<br>|* [Slack](https://kubernetes.slack.com/messages/wg-policy)<br>* [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)<br>
|[Reliability](wg-reliability/README.md)|* Architecture<br>* Cluster Lifecycle<br>* Release<br>* Scalability<br>* Testing<br>|* [David Eads](https://github.com/deads2k), Red Hat<br>* [Steve Kuznetsov](https://github.com/stevekuznetsov), Red Hat<br>* [Wojciech Tyczynski](https://github.com/wojtek-t), Google<br>|* [Slack](https://kubernetes.slack.com/messages/wg-reliability)<br>* [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)<br>
+|[Structured Logging](wg-structured-logging/README.md)|* API Machinery<br>* Architecture<br>* Cloud Provider<br>* Instrumentation<br>* Network<br>* Node<br>* Scheduling<br>* Storage<br>|* [Marek Siarkowicz](https://github.com/serathius), Google<br>* [Shubheksha Jalan](https://github.com/shubheksha), Apple<br>|* [Slack](https://kubernetes.slack.com/messages/wg-structured-logging)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-structured-logging)|
### User Groups
diff --git a/sigs.yaml b/sigs.yaml
index 88dd7f24..8ebaea2d 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 00000000..4ffa5e0b
--- /dev/null
+++ b/wg-structured-logging/README.md
@@ -0,0 +1,36 @@
+<!---
+This is an autogenerated file!
+
+Please do not edit this file directly, but instead make changes to the
+sigs.yaml file in the project root.
+
+To understand how this file is generated, see https://git.k8s.io/community/generator/README.md
+--->
+# 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)
+<!-- BEGIN CUSTOM CONTENT -->
+
+<!-- END CUSTOM CONTENT -->