diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-03-09 08:01:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-09 08:01:00 -0800 |
| commit | dd6efca228ab1e2aa244c40bea3f2fb21976dd75 (patch) | |
| tree | 820e7057c3de95e74f51370445ce5cdc3c2085b3 | |
| parent | 6601a65cee55e8b88c8916d8b26ca17ed601f220 (diff) | |
| parent | 3084c553682080ebc599a440504fec7bb20dc937 (diff) | |
Merge pull request #5567 from logicalhan/inst-subprojects
add SIG instrumentation sub-projects
| -rw-r--r-- | sig-instrumentation/README.md | 12 | ||||
| -rw-r--r-- | sigs.yaml | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/sig-instrumentation/README.md b/sig-instrumentation/README.md index e7c3a0e7..c3746062 100644 --- a/sig-instrumentation/README.md +++ b/sig-instrumentation/README.md @@ -57,9 +57,6 @@ The following [subprojects][subproject-definition] are owned by sig-instrumentat ### custom-metrics-apiserver - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/custom-metrics-apiserver/master/OWNERS -### heapster -- **Owners:** - - https://raw.githubusercontent.com/kubernetes/heapster/master/OWNERS ### instrumentation-tools - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/instrumentation-tools/master/OWNERS @@ -73,6 +70,9 @@ The following [subprojects][subproject-definition] are owned by sig-instrumentat - https://raw.githubusercontent.com/kubernetes/kube-state-metrics/master/OWNERS - **Contact:** - Slack: [#kube-state-metrics](https://kubernetes.slack.com/messages/kube-state-metrics) +### metric-stability-framework +- **Owners:** + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-base/metrics/OWNERS ### metrics - **Owners:** - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/metrics/OWNERS @@ -80,12 +80,12 @@ The following [subprojects][subproject-definition] are owned by sig-instrumentat ### metrics-server - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/metrics-server/master/OWNERS -### mutating-trace-admission-controller -- **Owners:** - - https://raw.githubusercontent.com/kubernetes-sigs/mutating-trace-admission-controller/master/OWNERS ### prometheus-adapter - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/prometheus-adapter/master/OWNERS +### structured-logging +- **Owners:** + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-base/logs/OWNERS [subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects <!-- BEGIN CUSTOM CONTENT --> @@ -1510,9 +1510,6 @@ sigs: - name: custom-metrics-apiserver owners: - https://raw.githubusercontent.com/kubernetes-sigs/custom-metrics-apiserver/master/OWNERS - - name: heapster - owners: - - https://raw.githubusercontent.com/kubernetes/heapster/master/OWNERS - name: instrumentation-tools owners: - https://raw.githubusercontent.com/kubernetes-sigs/instrumentation-tools/master/OWNERS @@ -1526,6 +1523,9 @@ sigs: slack: kube-state-metrics owners: - https://raw.githubusercontent.com/kubernetes/kube-state-metrics/master/OWNERS + - name: metric-stability-framework + owners: + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-base/metrics/OWNERS - name: metrics owners: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/metrics/OWNERS @@ -1533,12 +1533,12 @@ sigs: - name: metrics-server owners: - https://raw.githubusercontent.com/kubernetes-sigs/metrics-server/master/OWNERS - - name: mutating-trace-admission-controller - owners: - - https://raw.githubusercontent.com/kubernetes-sigs/mutating-trace-admission-controller/master/OWNERS - name: prometheus-adapter owners: - https://raw.githubusercontent.com/kubernetes-sigs/prometheus-adapter/master/OWNERS + - name: structured-logging + owners: + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-base/logs/OWNERS - dir: sig-multicluster name: Multicluster mission_statement: > |
