From 5834a9dfbf27dcc61549b9505457bd32ff1b404c Mon Sep 17 00:00:00 2001 From: Jakub Smolar Date: Thu, 2 May 2024 10:35:25 +0200 Subject: [PATCH] docs: Fix incorect kube-prometheus link for metrics doc (#600) --- doc/observability/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/observability/metrics.md b/doc/observability/metrics.md index 38426d2cd..d054896c8 100644 --- a/doc/observability/metrics.md +++ b/doc/observability/metrics.md @@ -25,7 +25,7 @@ the Kubernetes repository. These low-level metrics typically have a set of [recording rules](https://prometheus.io/docs/practices/rules/#aggregation) that aggregate values by labels and time ranges. For example, `node_namespace_pod_container:container_cpu_usage_seconds_total:sum_irate` or `namespace_workload_pod:kube_pod_owner:relabel`. -If you have deployed the [kube-prometheus](https://github.com/prometheus-operator/kube-) project, you should have the majority of +If you have deployed the [kube-prometheus](https://github.com/prometheus-operator/kube-prometheus) project, you should have the majority of these metrics being scraped. ## Networking metrics