From a5a02ffe82af41f74916323480ae06b95ffc23ed Mon Sep 17 00:00:00 2001 From: Florian Levis Date: Wed, 7 Apr 2021 13:48:50 +0200 Subject: [PATCH] doc: update prometheus metrics endpoint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c8dbe8f..8cd24f63 100644 --- a/README.md +++ b/README.md @@ -483,7 +483,7 @@ There are multiple ways to monitor the server usage over time: * A metrics exporter, compatible with Prometheus, can be enabled with the parameter `metrics: yes`; then the server can be queried for metrics with Prometheus or with a simple HTTP request: ``` - wget -qO- localhost:9998 + wget -qO- localhost:9998/metrics ``` Obtaining: