erigon-pulse/cmd/prometheus/prometheus.yml
Alex Sharov 339316deb2
Metrics server without pprof (#451)
* metrics_server_without_pprof

* re-run ci

* re-run ci
2020-04-14 13:49:49 +01:00

23 lines
530 B
YAML

global:
scrape_interval: 5s
scrape_timeout: 5s
evaluation_interval: 5s
alerting:
alertmanagers:
- static_configs:
- targets: []
scheme: http
timeout: 5s
scrape_configs:
- job_name: turbo-geth # example, how to connect prometheus to geth runned by docker-compose
metrics_path: /debug/metrics/prometheus
scheme: http
static_configs:
- targets:
- turbo-geth:6060
- host.docker.internal:6060
- host.docker.internal:6061
- host.docker.internal:6062