forked from cerc-io/stack-orchestrator
20 lines
407 B
YAML
20 lines
407 B
YAML
|
global:
|
||
|
scrape_interval: 5s
|
||
|
evaluation_interval: 15s
|
||
|
|
||
|
scrape_configs:
|
||
|
# geth
|
||
|
- job_name: 'geth'
|
||
|
metrics_path: /debug/metrics/prometheus
|
||
|
scheme: http
|
||
|
static_configs:
|
||
|
- targets: ['mainnet-eth-geth-1:6060']
|
||
|
|
||
|
# keycloak
|
||
|
- job_name: 'keycloak'
|
||
|
scrape_interval: 5s
|
||
|
metrics_path: /auth/realms/cerc/metrics
|
||
|
scheme: http
|
||
|
static_configs:
|
||
|
- targets: ['keycloak:8080']
|