Skip to content

Commit 90e0e56

Browse files
authored
Merge pull request #5690 from serathius/wg
Create Structured Logging Working Group
2 parents 0e227ee + 778e788 commit 90e0e56

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
@@ -131,6 +131,9 @@ aliases:
131131
- deads2k
132132
- stevekuznetsov
133133
- wojtek-t
134+
wg-structured-logging-leads:
135+
- serathius
136+
- shubheksha
134137
ug-big-data-leads:
135138
- erikerlandson
136139
- foxish

communication/slack-config/channels.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ channels:
414414
- name: wg-reliability
415415
- name: wg-resource-mgmt
416416
archived: true
417+
- name: wg-structured-logging
417418
- name: wg-security-audit
418419
archived: true
419420
- 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), Cisco<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
@@ -2974,6 +2974,34 @@ workinggroups:
29742974
contact:
29752975
slack: wg-reliability
29762976
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-reliability
2977+
- dir: wg-structured-logging
2978+
name: Structured Logging
2979+
mission_statement: >
2980+
Modernize logging in Kubernetes core components, allowing users to efficiently
2981+
consume, process, store and analyse information stored in logs.
2982+
2983+
stakeholder_sigs:
2984+
- API Machinery
2985+
- Architecture
2986+
- Cloud Provider
2987+
- Instrumentation
2988+
- Network
2989+
- Node
2990+
- Scheduling
2991+
- Storage
2992+
label: structured-logging
2993+
leadership:
2994+
chairs:
2995+
- github: serathius
2996+
name: Marek Siarkowicz
2997+
company: Google
2998+
- github: shubheksha
2999+
name: Shubheksha Jalan
3000+
company: Apple
3001+
meetings: []
3002+
contact:
3003+
slack: wg-structured-logging
3004+
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-structured-logging
29773005
usergroups:
29783006
- dir: ug-big-data
29793007
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)