feat: add notification-service metrics

This commit is contained in:
Sergey Krylov 2026-03-27 05:25:26 +03:00
parent 517e02d339
commit fd7d9993ac

View File

@ -14,6 +14,12 @@ scrape_configs:
- targets: - targets:
- 'auth-service:9101' - 'auth-service:9101'
- job_name: 'notification'
metrics_path: '/metrics'
static_configs:
- targets:
- 'notifications-service:9102'
- job_name: 'postgres' - job_name: 'postgres'
static_configs: static_configs:
- targets: - targets: