diff --git a/README.md b/README.md index f332a1d..1367672 100644 --- a/README.md +++ b/README.md @@ -40,18 +40,18 @@ WantedBy=multi-user.target **Example for prometheus config**
-scrape_configs:
- - job_name: pg_probackup
- scrape_interval: 30s
- scrape_timeout: 30s
- scheme: http
- static_configs:
- - targets: ["your_host:9899"]
- labels:
- "service": "postgres"
- "instance": "your_host"
- "host": "your_host"
- "Business_Critical": "Medium"
- "Team": "Postgres"
+scrape_configs: + - job_name: pg_probackup + scrape_interval: 30s + scrape_timeout: 30s + scheme: http + static_configs: + - targets: ["your_host:9899"] + labels: + "service": "postgres" + "instance": "your_host" + "host": "your_host" + "Business_Critical": "Medium" + "Team": "Postgres"
\ No newline at end of file