feat: add auth-service metrics
This commit is contained in:
parent
4e78d3958d
commit
517e02d339
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user