prometheus: Add postgres_exporter to static configs

This commit is contained in:
Rob Watson 2022-05-18 20:10:15 +02:00
parent 0d31eb6813
commit 786286991c
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ scrape_configs:
tls_config:
insecure_skip_verify: true
static_configs:
- targets: ["prod-db:9100", "prod-netflux:9100"]
- targets: ["prod-db:9100", "prod-db:9187", "prod-netflux:9100"]
alerting:
alertmanagers:
- kubernetes_sd_configs: