From 9118dc338f416ae8519522ccdf3ed6fdb7455b08 Mon Sep 17 00:00:00 2001 From: dicioccio lucas Date: Fri, 5 Apr 2024 12:25:01 +0200 Subject: [PATCH] Update doc/cookbook/expose-prometheus/ExposePrometheus.lhs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Théophile Choutri --- doc/cookbook/expose-prometheus/ExposePrometheus.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cookbook/expose-prometheus/ExposePrometheus.lhs b/doc/cookbook/expose-prometheus/ExposePrometheus.lhs index 172209c55..88463798d 100644 --- a/doc/cookbook/expose-prometheus/ExposePrometheus.lhs +++ b/doc/cookbook/expose-prometheus/ExposePrometheus.lhs @@ -233,4 +233,4 @@ Now you can navigate to various pages: - http://localhost:8080/metrics You can also see counter increases live by installing a Prometheus collector. -For development and troubleshooting purpose, I only use my [own monitor tool](https://dicioccio.fr/prometheus-monitor.html) also available as [Firefox extension](https://addons.mozilla.org/en-GB/firefox/addon/prometheus-monitor/). +For development and troubleshooting purpose, you can use [prometheus-monitor](https://dicioccio.fr/prometheus-monitor.html) also available as [Firefox extension](https://addons.mozilla.org/en-GB/firefox/addon/prometheus-monitor/).