Skip to content

Commit 778e788

Browse files
committed
Create Structured Logging Working Group
1 parent 3c6c29d commit 778e788

File tree

5 files changed

+69
-0
lines changed

5 files changed

+69
-0
lines changed

OWNERS_ALIASES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ aliases:
132132
- deads2k
133133
- stevekuznetsov
134134
- wojtek-t
135+
wg-structured-logging-leads:
136+
- serathius
137+
- shubheksha
135138
ug-big-data-leads:
136139
- erikerlandson
137140
- foxish

communication/slack-config/channels.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ channels:
413413
- name: wg-reliability
414414
- name: wg-resource-mgmt
415415
archived: true
416+
- name: wg-structured-logging
416417
- name: wg-security-audit
417418
archived: true
418419
- name: wg-virtual-kubelet

sig-list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md)
7070
|[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>
7171
|[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>
7272
|[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>
73+
|[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)|
7374

7475
### User Groups
7576

sigs.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2959,6 +2959,34 @@ workinggroups:
29592959
contact:
29602960
slack: wg-reliability
29612961
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-reliability
2962+
- dir: wg-structured-logging
2963+
name: Structured Logging
2964+
mission_statement: >
2965+
Modernize logging in Kubernetes core components, allowing users to efficiently
2966+
consume, process, store and analyse information stored in logs.
2967+
2968+
stakeholder_sigs:
2969+
- API Machinery
2970+
- Architecture
2971+
- Cloud Provider
2972+
- Instrumentation
2973+
- Network
2974+
- Node
2975+
- Scheduling
2976+
- Storage
2977+
label: structured-logging
2978+
leadership:
2979+
chairs:
2980+
- github: serathius
2981+
name: Marek Siarkowicz
2982+
company: Google
2983+
- github: shubheksha
2984+
name: Shubheksha Jalan
2985+
company: Apple
2986+
meetings: []
2987+
contact:
2988+
slack: wg-structured-logging
2989+
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-structured-logging
29622990
usergroups:
29632991
- dir: ug-big-data
29642992
name: Big Data

wg-structured-logging/README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!---
2+
This is an autogenerated file!
3+
4+
Please do not edit this file directly, but instead make changes to the
5+
sigs.yaml file in the project root.
6+
7+
To understand how this file is generated, see https://git.k8s.io/community/generator/README.md
8+
--->
9+
# Structured Logging Working Group
10+
11+
Modernize logging in Kubernetes core components, allowing users to efficiently consume, process, store and analyse information stored in logs.
12+
13+
## Stakeholder SIGs
14+
* SIG API Machinery
15+
* SIG Architecture
16+
* SIG Cloud Provider
17+
* SIG Instrumentation
18+
* SIG Network
19+
* SIG Node
20+
* SIG Scheduling
21+
* SIG Storage
22+
23+
24+
25+
## Organizers
26+
27+
* Marek Siarkowicz (**[@serathius](https://github.com/serathius)**), Google
28+
* Shubheksha Jalan (**[@shubheksha](https://github.com/shubheksha)**), Apple
29+
30+
## Contact
31+
- Slack: [#wg-structured-logging](https://kubernetes.slack.com/messages/wg-structured-logging)
32+
- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-wg-structured-logging)
33+
- [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/wg%2Fstructured-logging)
34+
<!-- BEGIN CUSTOM CONTENT -->
35+
36+
<!-- END CUSTOM CONTENT -->

0 commit comments

Comments
 (0)