From 517e02d339124482afd2c82c4f8e259896f1907a Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Wed, 25 Mar 2026 06:47:33 +0300 Subject: [PATCH] feat: add auth-service metrics --- prometheus.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: