forked from cerc-io/stack-orchestrator
Thomas E Lackey
b5c7ad114c
* Integrate grafana/prometheus with fixturenet-eth.
* Integrate grafana/prometheus with fixturenet-eth.
* Revert port change
* EOL
* EOL
* Simplify ipld-eth-server config.
Former-commit-id: c279bd49a4
35 lines
756 B
YAML
35 lines
756 B
YAML
global:
|
|
scrape_interval: 5s
|
|
evaluation_interval: 15s
|
|
|
|
scrape_configs:
|
|
# ipld-eth-server
|
|
- job_name: 'ipld-eth-server'
|
|
metrics_path: /metrics
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['ipld-eth-server:8090']
|
|
|
|
# geth
|
|
- job_name: 'geth'
|
|
metrics_path: /debug/metrics/prometheus
|
|
scheme: http
|
|
static_configs:
|
|
- targets: ['fixturenet-eth-geth-1:6060']
|
|
|
|
# nginx
|
|
- job_name: 'nginx'
|
|
scrape_interval: 5s
|
|
metrics_path: /metrics
|
|
scheme: http
|
|
static_configs:
|
|
- targets: ['keycloak-nginx-prometheus-exporter:9113']
|
|
|
|
# keycloak
|
|
- job_name: 'keycloak'
|
|
scrape_interval: 5s
|
|
metrics_path: /auth/realms/cerc/metrics
|
|
scheme: http
|
|
static_configs:
|
|
- targets: ['keycloak:8080']
|