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:04:26 +03:00
parent c18a28010d
commit afccfab217
+2 -2
View File
@@ -48,11 +48,11 @@ scrape_configs:<br />
scrape_timeout: 30s<br />
scheme: http<br />
static_configs:<br />
- targets: ["10.8.200.138:9899"]<br />
- targets: ["your_host:9899"]<br />
labels:<br />
"service": "postgres"<br />
"instance": "pg_master"<br />
"host": "10.8.200.138"<br />
"host": "your_host"<br />
"Business_Critical": "Medium"<br />
"Team": "Postgres"<br />