diff options
| author | Fabian Reinartz <fab.reinartz@gmail.com> | 2017-07-07 10:36:27 +0200 |
|---|---|---|
| committer | Fabian Reinartz <fab.reinartz@gmail.com> | 2017-07-12 13:23:46 +0200 |
| commit | 8264b581a02658c223da6fd24dcf7dfb51e080ca (patch) | |
| tree | 58c7a22aa8715e166f63c0257c24c5db77dc09b3 | |
| parent | 49d65710b3ef8f4326df79706daf1e59c2e4a465 (diff) | |
Add mission statement for sig-instrumentation
| -rw-r--r-- | sig-instrumentation/README.md | 1 | ||||
| -rw-r--r-- | sigs.yaml | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sig-instrumentation/README.md b/sig-instrumentation/README.md index 11091ab7..a59cf3b5 100644 --- a/sig-instrumentation/README.md +++ b/sig-instrumentation/README.md @@ -8,6 +8,7 @@ To understand how this file is generated, see generator/README.md. --> # Instrumentation SIG +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. ## Meetings * [Thursdays at 16:30 UTC](https://zoom.us/j/5342565819) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=16:30&tz=UTC). @@ -327,6 +327,9 @@ sigs: - name: Instrumentation dir: sig-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 SIGs for other components through finding common APIs. leads: - name: Piotr Szczesniak github: piosz |
