mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 21:17:16 +00:00
4565bd43c1
* up devel * up devel * up devel * up devel * up devel * up devel * up devel * up devel * squash * squash * squash * squash * squash * squash * squash * squash * squash * squash * squash * squash * squash * switch to master * mdbx 0.9.2 * mdbx 0.9.2 * %<<$!%%%%%%<o'{}k.### * %<<$!%%%%%%<o'{}k.### * merge * merge * merge * merge * ad * ad * ad * ad
42 lines
1.3 KiB
YAML
42 lines
1.3 KiB
YAML
global:
|
|
scrape_interval: 5s
|
|
scrape_timeout: 3s
|
|
evaluation_interval: 5s
|
|
|
|
scrape_configs:
|
|
- job_name: turbo-geth # example, how to connect prometheus to TG
|
|
metrics_path: /debug/metrics/prometheus
|
|
scheme: http
|
|
static_configs:
|
|
- targets:
|
|
- turbo-geth:6060 # If TG runned by default docker-compose, then it's available on `turbo-geth` host.
|
|
- turbo-geth:6061
|
|
- turbo-geth:6062
|
|
- host.docker.internal:6060 # this is how docker-for-mac allow to access host machine
|
|
- host.docker.internal:6061
|
|
- host.docker.internal:6062
|
|
- 192.168.255.134:6060
|
|
- 192.168.255.134:6061
|
|
- 192.168.255.134:6062
|
|
- 192.168.255.138:6060
|
|
- 192.168.255.138:6061
|
|
- 192.168.255.138:6062
|
|
|
|
- job_name: turbo-geth2 # this job collecting metrics in OpenMetrics format
|
|
metrics_path: /debug/metrics/prometheus2
|
|
scheme: http
|
|
static_configs:
|
|
- targets:
|
|
- turbo-geth:6060
|
|
- turbo-geth:6061
|
|
- turbo-geth:6062
|
|
- host.docker.internal:6060
|
|
- host.docker.internal:6061
|
|
- host.docker.internal:6062
|
|
- 192.168.255.134:6060
|
|
- 192.168.255.134:6061
|
|
- 192.168.255.134:6062
|
|
- 192.168.255.138:6060
|
|
- 192.168.255.138:6061
|
|
- 192.168.255.138:6062
|