From 8132183033a50c71b66995ed1deaccba533b97a8 Mon Sep 17 00:00:00 2001 From: Hamid Hosseinzadeh <80152356+hmdhszd@users.noreply.github.com> Date: Thu, 27 Jan 2022 12:38:45 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e394c2f..939f3bb 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Add this part at the end of the configuration of your Prometheus (prometheus.yam - job_name: python-exporter metrics_path: /metrics.txt static_configs: - - targets: [':9999'] + - targets: [':9999'] ```