diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2022-02-28 17:18:47 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-28 17:18:47 -0800 |
| commit | e614b5a0eb26ba8ca59d39ad64de4ce722052c8a (patch) | |
| tree | 48cdef7c479844a49ef7c32b66535474335c288b | |
| parent | 45bc5ba96516b51b1de1cfdea92411a59a5ddfa0 (diff) | |
| parent | efabb8bbfa76bd151e286304aceca7524c82af66 (diff) | |
Merge pull request #6464 from ehashman/sig-inst
SIG Charter Update: Instrumentation (tracing, non-retired projects)
| -rw-r--r-- | sig-instrumentation/README.md | 2 | ||||
| -rw-r--r-- | sig-instrumentation/charter.md | 6 | ||||
| -rw-r--r-- | sigs.yaml | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sig-instrumentation/README.md b/sig-instrumentation/README.md index d0ab464e..09c444b8 100644 --- a/sig-instrumentation/README.md +++ b/sig-instrumentation/README.md @@ -8,7 +8,7 @@ To understand how this file is generated, see https://git.k8s.io/community/gener ---> # Instrumentation Special Interest Group -Covers best practices for cluster observability through metrics, logging, and events across all Kubernetes components and development of relevant components such as Heapster and kube-state-metrics. Coordinates metric requirements of different SIGs for other components through finding common APIs. +Covers best practices for cluster observability through metrics, logging, events, and traces across all Kubernetes components and development of relevant components such as klog and kube-state-metrics. Coordinates metric requirements of different SIGs for other components through finding common APIs. The [charter](charter.md) defines the scope and governance of the Instrumentation Special Interest Group. diff --git a/sig-instrumentation/charter.md b/sig-instrumentation/charter.md index 0b5ecc69..a9b113fd 100644 --- a/sig-instrumentation/charter.md +++ b/sig-instrumentation/charter.md @@ -5,9 +5,9 @@ the Roles and Organization Management outlined in [sig-governance]. ## Scope -Owns best practices for cluster observability through metrics and logging -across all Kubernetes components and development of components required for all -Kubernetes clusters (eg. heapster, metrics-server). +Owns best practices for cluster observability through metrics, logging, events, +and traces across all Kubernetes components and development of components +required for all Kubernetes clusters (eg. klog, kube-state-metrics). ### In scope @@ -1509,9 +1509,9 @@ sigs: - dir: sig-instrumentation name: Instrumentation mission_statement: > - Covers best practices for cluster observability through metrics, logging, and - events across all Kubernetes components and development of relevant components - such as Heapster and kube-state-metrics. Coordinates metric requirements of different + Covers best practices for cluster observability through metrics, logging, events, + and traces across all Kubernetes components and development of relevant components + such as klog and kube-state-metrics. Coordinates metric requirements of different SIGs for other components through finding common APIs. charter_link: charter.md |
