diff --git a/prometheus.yml b/prometheus.yml index 5b0dc1c..f406ee2 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -14,6 +14,12 @@ scrape_configs: - targets: - 'auth-service:9101' + - job_name: 'notification' + metrics_path: '/metrics' + static_configs: + - targets: + - 'notifications-service:9102' + - job_name: 'postgres' static_configs: - targets: