From b54f827d3e6a005630b73ebf6cebcad25cc19eac Mon Sep 17 00:00:00 2001 From: wade zhang <95411902+gccgdb1234@users.noreply.github.com> Date: Sat, 16 Jul 2022 18:45:08 +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 af4bc78a4b..d05d67ba47 100644 --- a/docs/en/08-third-party/02-prometheus.md +++ b/docs/en/08-third-party/02-prometheus.md @@ -29,7 +29,7 @@ Then Prometheus is installed in current directory. For more installation options ## Configuration -Configuring Prometheus is done by editing the Prometheus configuration file prometheus.yml (If you followed previous steps, you can find prometheus.xml in current directory). +Configuring Prometheus is done by editing the Prometheus configuration file `prometheus.yml` (If you followed previous steps, you can find prometheus.xml in current directory). ```yaml remote_write: -- GitLab