Files
boc/projects/landvex/infrastruktur/monitorering/prometheus.yml
T

24 lines
492 B
YAML
Raw Normal View History

global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'landvex-api'
static_configs:
- targets: ['api:8080']
metrics_path: '/metrics'
- job_name: 'landvex-datafabrik'
static_configs:
- targets: ['datafabrik:8080']
metrics_path: '/metrics'
- job_name: 'neo4j'
static_configs:
- targets: ['neo4j:7474']
metrics_path: '/metrics'
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']