chore(o11y): added backend to scrape targets
This commit is contained in:
@@ -2,6 +2,11 @@ global:
|
||||
scrape_interval: 5s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: backend
|
||||
static_configs:
|
||||
- targets:
|
||||
- backend:8080
|
||||
metrics_path: /actuator/prometheus
|
||||
- job_name: postgres
|
||||
static_configs:
|
||||
- targets:
|
||||
|
||||
Reference in New Issue
Block a user