From 4bb9cb6212e65b8dfbf07c9e6746a3ce3c4edadd Mon Sep 17 00:00:00 2001 From: Philip Gough <philip.p.gough@gmail.com> Date: Mon, 7 Nov 2022 10:48:33 +0000 Subject: [PATCH] docs: Remove broken link (#1935) --- docs/weave-net-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/weave-net-support.md b/docs/weave-net-support.md index 3ffc30fe..4339f6d4 100644 --- a/docs/weave-net-support.md +++ b/docs/weave-net-support.md @@ -8,7 +8,7 @@ Following this document, you can setup Weave Net monitoring for your cluster usi Using kube-prometheus and kubectl you will be able install the following for monitoring Weave Net in your cluster: -1. [Service for Weave Net](https://gist.github.com/alok87/379c6234b582f555c141f6fddea9fbce) The service which the [service monitor](https://coreos.com/operators/prometheus/docs/latest/user-guides/cluster-monitoring.html) scrapes. +1. [Service for Weave Net](https://gist.github.com/alok87/379c6234b582f555c141f6fddea9fbce) The service which the ServiceMonitor scrapes. 2. [ServiceMonitor for Weave Net](https://gist.github.com/alok87/e46a7f9a79ef6d1da6964a035be2cfb9) Service monitor to scrape the Weave Net metrics and bring it to Prometheus. 3. [Prometheus Alerts for Weave Net](https://stackoverflow.com/a/60447864) This will setup all the important Weave Net metrics you should be alerted on. 4. [Grafana Dashboard for Weave Net](https://grafana.com/grafana/dashboards/11789) This will setup the per Weave Net pod level monitoring for Weave Net. -- GitLab