From 6b17c87aa58fedfde3267910e98ea7d81dacf0b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Wed, 8 May 2024 15:19:30 -0400 Subject: [PATCH] fix url to prometheus architecture diagram --- howto/prometheus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto/prometheus.md b/howto/prometheus.md index 80b7fcd4..f95b28e0 100644 --- a/howto/prometheus.md +++ b/howto/prometheus.md @@ -792,7 +792,7 @@ basic architecture of a Prometheus site: [Prometheus overview documentation]: https://prometheus.io/docs/introduction/overview/ -<img src="https://raw.githubusercontent.com/prometheus/alertmanager/master/doc/arch.svg" alt="A +<img src="https://prometheus.io/assets/architecture.png" alt="A drawing of Prometheus' architecture, showing the push gateway and exporters adding metrics, service discovery through file_sd and Kubernetes, alerts pushed to the Alertmanager and the various UIs -- GitLab