aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose/config/prometheus.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose/config/prometheus.yml')
-rw-r--r--docker-compose/config/prometheus.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/docker-compose/config/prometheus.yml b/docker-compose/config/prometheus.yml
index 8db07c8d05..1beea6ebce 100644
--- a/docker-compose/config/prometheus.yml
+++ b/docker-compose/config/prometheus.yml
@@ -20,4 +20,10 @@ scrape_configs:
static_configs:
- targets:
- '172.17.0.1:8798'
- - '172.17.0.1:8799' \ No newline at end of file
+ - '172.17.0.1:8799'
+
+- job_name: 'postgres'
+ static_configs:
+ - targets:
+ - '172.17.0.1:9187'
+ - '172.17.0.1:9188' \ No newline at end of file