2024-02-18 16:37:50 +01:00
|
|
|
global:
|
|
|
|
scrape_interval: 10s
|
|
|
|
scrape_configs:
|
|
|
|
- job_name: prometheus
|
|
|
|
static_configs:
|
|
|
|
- targets:
|
|
|
|
- host.docker.internal:9090
|
|
|
|
- job_name: node
|
|
|
|
static_configs:
|
|
|
|
- targets: ['host.docker.internal:9100']
|
|
|
|
- job_name: indexer
|
|
|
|
static_configs:
|
2024-02-18 21:00:39 +01:00
|
|
|
- targets: [ host.docker.internal:11001, host.docker.internal:11002, host.docker.internal:11003 ]
|
|
|
|
- job_name: db
|
|
|
|
static_configs:
|
|
|
|
- targets: ['host.docker.internal:9560']
|