diff options
| author | Elana Hashman <ehashman@redhat.com> | 2022-02-14 14:00:28 -0800 |
|---|---|---|
| committer | Elana Hashman <ehashman@redhat.com> | 2022-02-14 14:10:33 -0800 |
| commit | efabb8bbfa76bd151e286304aceca7524c82af66 (patch) | |
| tree | 1ef42a3ac0395b9d1ba2c3b7f968b4b39c5dc1c1 /sig-instrumentation | |
| parent | b4862b278218473d35acb2369021758a7dddc018 (diff) | |
Update SIG Instrumentation charter/scope
Adds tracing and removes references to the deprecated project Heapster,
replacing it with klog.
Diffstat (limited to 'sig-instrumentation')
| -rw-r--r-- | sig-instrumentation/README.md | 2 | ||||
| -rw-r--r-- | sig-instrumentation/charter.md | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sig-instrumentation/README.md b/sig-instrumentation/README.md index 3319b839..84ae9dc0 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 |
