24 lines
496 B
YAML
24 lines
496 B
YAML
global:
|
|
scrape_interval: 15s
|
|
evaluation_interval: 15s
|
|
external_labels:
|
|
cluster: 'nac-mainnet'
|
|
environment: 'production'
|
|
|
|
scrape_configs:
|
|
- job_name: 'prometheus'
|
|
static_configs:
|
|
- targets: ['localhost:9090']
|
|
|
|
- job_name: 'node-exporter'
|
|
static_configs:
|
|
- targets: ['localhost:9100']
|
|
|
|
- job_name: 'nac-cbpp-node'
|
|
static_configs:
|
|
- targets: ['localhost:9091']
|
|
|
|
- job_name: 'nac-api-server'
|
|
static_configs:
|
|
- targets: ['localhost:8080']
|