feat: add auth-service metrics

This commit is contained in:
Sergey Krylov 2026-03-25 06:47:33 +03:00
parent 4e78d3958d
commit 517e02d339

View File

@ -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: