feat: add auth-service metrics
This commit is contained in:
parent
4e78d3958d
commit
517e02d339
@ -8,6 +8,12 @@ scrape_configs:
|
|||||||
- targets:
|
- targets:
|
||||||
- 'gateway-service:4000'
|
- 'gateway-service:4000'
|
||||||
|
|
||||||
|
- job_name: 'auth'
|
||||||
|
metrics_path: '/metrics'
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- 'auth-service:9101'
|
||||||
|
|
||||||
- job_name: 'postgres'
|
- job_name: 'postgres'
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user