mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-05 12:33:15 +00:00
16 lines
517 B
YAML
16 lines
517 B
YAML
global:
|
|
scrape_interval: 5s
|
|
evaluation_interval: 5s
|
|
|
|
scrape_configs:
|
|
- job_name: sequencer
|
|
metrics_path: /metrics
|
|
static_configs:
|
|
# `sequencer_service:9000` resolves when monitoring runs inside the
|
|
# all-in-one compose network. `host.docker.internal:9000` resolves when
|
|
# the sequencer runs natively on the host and only monitoring runs in Docker.
|
|
# Whichever is unreachable stays `down`.
|
|
- targets:
|
|
- sequencer_service:9000
|
|
- host.docker.internal:9000
|