Initial commit
This commit is contained in:
8
api/prometheus.yaml
Normal file
8
api/prometheus.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'spring-api'
|
||||
metrics_path: '/actuator/prometheus'
|
||||
static_configs:
|
||||
- targets: ['boardmate-api:8000']
|
||||
Reference in New Issue
Block a user