13 lines
344 B
YAML
13 lines
344 B
YAML
|
|
global:
|
||
|
|
scrape_interval: 2s
|
||
|
|
evaluation_interval: 2s
|
||
|
|
|
||
|
|
scrape_configs:
|
||
|
|
- job_name: 'prometheus'
|
||
|
|
static_configs:
|
||
|
|
- targets: ['host.docker.internal:9090']
|
||
|
|
- job_name: 'apps'
|
||
|
|
metrics_path: '/actuator/prometheus'
|
||
|
|
static_configs:
|
||
|
|
- targets: ['host.docker.internal:8080','host.docker.internal:8989']
|