From fd7d9993acfda30c057c19d35918bda54b79cfad Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Fri, 27 Mar 2026 05:25:26 +0300 Subject: [PATCH] feat: add notification-service metrics --- prometheus.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: