From c4516c7e693af548041b140f0198ed5f5f044139 Mon Sep 17 00:00:00 2001 From: Richa Banker Date: Fri, 6 Sep 2024 10:52:47 -0700 Subject: [PATCH] add OWNERS and README for zpages under component-base --- staging/src/k8s.io/component-base/zpages/OWNERS | 9 +++++++++ staging/src/k8s.io/component-base/zpages/README.md | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 staging/src/k8s.io/component-base/zpages/OWNERS create mode 100644 staging/src/k8s.io/component-base/zpages/README.md diff --git a/staging/src/k8s.io/component-base/zpages/OWNERS b/staging/src/k8s.io/component-base/zpages/OWNERS new file mode 100644 index 00000000000..676c25f169f --- /dev/null +++ b/staging/src/k8s.io/component-base/zpages/OWNERS @@ -0,0 +1,9 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: + - sig-instrumentation-approvers + - logicalhan +reviewers: + - sig-instrumentation-reviewers +labels: + - sig/instrumentation diff --git a/staging/src/k8s.io/component-base/zpages/README.md b/staging/src/k8s.io/component-base/zpages/README.md new file mode 100644 index 00000000000..5875ab3c5ad --- /dev/null +++ b/staging/src/k8s.io/component-base/zpages/README.md @@ -0,0 +1,9 @@ +## z-pages + +## Purpose + + + +The purpose of this effort is to enhance the observability, troubleshooting, and debugging capabilities of core Kubernetes components by integrating with a suite of z-pages. This will provide a standardized, low-overhead way to expose internal component metrics, runtime statistics, and configuration details, enabling users to gain deeper insights into the behavior and performance of the core components. \ No newline at end of file