1
0
mirror of https://github.com/pavel-v-sobolev/pg_probackup_exporter.git synced 2026-06-18 21:35:20 +02:00
This commit is contained in:
Pavel
2025-04-10 09:02:14 +03:00
parent e77c3446e8
commit 9fde1d190b
+3 -1
View File
@@ -41,8 +41,9 @@ WantedBy=multi-user.target<br />
**Example for prometheus config**<br />
<pre>
scrape_configs:<br />
\s\s\- job_name: pg_probackup<br />
\- job_name: pg_probackup<br />
scrape_interval: 30s<br />
scrape_timeout: 30s<br />
scheme: http<br />
@@ -55,3 +56,4 @@ scrape_configs:<br />
"Business_Critical": "Medium"<br />
"Team": "Postgres"<br />
</pre>