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