diff --git a/prometheus.yml b/prometheus.yml index 96e2f6c..5b0dc1c 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -8,6 +8,12 @@ scrape_configs: - targets: - 'gateway-service:4000' + - job_name: 'auth' + metrics_path: '/metrics' + static_configs: + - targets: + - 'auth-service:9101' + - job_name: 'postgres' static_configs: - targets: