Skip to content

Commit c30b997

Browse files
author
Han Kang
committed
add SIG instrumentation sub-projects
1 parent d3ae637 commit c30b997

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

sig-instrumentation/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ The following [subprojects][subproject-definition] are owned by sig-instrumentat
5858
- **Owners:**
5959
- https://raw.githubusercontent.com/kubernetes-sigs/custom-metrics-apiserver/master/OWNERS
6060
### heapster
61+
(Deprecated)
6162
- **Owners:**
6263
- https://raw.githubusercontent.com/kubernetes/heapster/master/OWNERS
6364
### instrumentation-tools
@@ -73,6 +74,9 @@ The following [subprojects][subproject-definition] are owned by sig-instrumentat
7374
- https://raw.githubusercontent.com/kubernetes/kube-state-metrics/master/OWNERS
7475
- **Contact:**
7576
- Slack: [#kube-state-metrics](https://kubernetes.slack.com/messages/kube-state-metrics)
77+
### metric-stability-framework
78+
- **Owners:**
79+
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-base/metrics/OWNERS
7680
### metrics
7781
- **Owners:**
7882
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/metrics/OWNERS
@@ -81,11 +85,15 @@ The following [subprojects][subproject-definition] are owned by sig-instrumentat
8185
- **Owners:**
8286
- https://raw.githubusercontent.com/kubernetes-sigs/metrics-server/master/OWNERS
8387
### mutating-trace-admission-controller
88+
(Deprecated)
8489
- **Owners:**
8590
- https://raw.githubusercontent.com/kubernetes-sigs/mutating-trace-admission-controller/master/OWNERS
8691
### prometheus-adapter
8792
- **Owners:**
8893
- https://raw.githubusercontent.com/kubernetes-sigs/prometheus-adapter/master/OWNERS
94+
### structured-logging
95+
- **Owners:**
96+
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-base/logs/OWNERS
8997

9098
[subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects
9199
<!-- BEGIN CUSTOM CONTENT -->

sigs.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,6 +1503,7 @@ sigs:
15031503
owners:
15041504
- https://raw.githubusercontent.com/kubernetes-sigs/custom-metrics-apiserver/master/OWNERS
15051505
- name: heapster
1506+
description: (Deprecated)
15061507
owners:
15071508
- https://raw.githubusercontent.com/kubernetes/heapster/master/OWNERS
15081509
- name: instrumentation-tools
@@ -1518,6 +1519,9 @@ sigs:
15181519
slack: kube-state-metrics
15191520
owners:
15201521
- https://raw.githubusercontent.com/kubernetes/kube-state-metrics/master/OWNERS
1522+
- name: metric-stability-framework
1523+
owners:
1524+
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-base/metrics/OWNERS
15211525
- name: metrics
15221526
owners:
15231527
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/metrics/OWNERS
@@ -1526,11 +1530,15 @@ sigs:
15261530
owners:
15271531
- https://raw.githubusercontent.com/kubernetes-sigs/metrics-server/master/OWNERS
15281532
- name: mutating-trace-admission-controller
1533+
description: (Deprecated)
15291534
owners:
15301535
- https://raw.githubusercontent.com/kubernetes-sigs/mutating-trace-admission-controller/master/OWNERS
15311536
- name: prometheus-adapter
15321537
owners:
15331538
- https://raw.githubusercontent.com/kubernetes-sigs/prometheus-adapter/master/OWNERS
1539+
- name: structured-logging
1540+
owners:
1541+
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-base/logs/OWNERS
15341542
- dir: sig-multicluster
15351543
name: Multicluster
15361544
mission_statement: >

0 commit comments

Comments
 (0)