From 7467fc69b3340815ac60b0401a538ffe5807ffd5 Mon Sep 17 00:00:00 2001 From: Jakub Smolar Date: Thu, 2 May 2024 09:57:51 +0200 Subject: [PATCH] docs: Fix incorect kube-prometheus link for metrics doc --- 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