From cf9c73441911f5c96dff9aad49664f1da9a4b109 Mon Sep 17 00:00:00 2001 From: wade zhang <95411902+gccgdb1234@users.noreply.github.com> Date: Sat, 16 Jul 2022 18:52:32 +0800 Subject: [PATCH] Update 02-prometheus.md --- docs/en/08-third-party/02-prometheus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/08-third-party/02-prometheus.md b/docs/en/08-third-party/02-prometheus.md index d05d67ba47..7dea5f5847 100644 --- a/docs/en/08-third-party/02-prometheus.md +++ b/docs/en/08-third-party/02-prometheus.md @@ -53,7 +53,7 @@ The resulting configuration will collect data about prometheus itself from its o ./prometheus --config.file prometheus.yml ``` -Prometheus should start up. It also started a web server at . +Prometheus should start up. It also started a web server at . If you want to access the web server from a browser which is not running on the same host as Prometheus, please change `localhost` to correct hostname, FQDN or IP address, depending on your network environment. ## Verify Remote Write -- GitLab