chainpulse 0.3.2

Chainpulse is a monitoring tool for IBC relayers
1
2
3
4
5
6
7
8
9
10
global:
  scrape_interval: 10s

scrape_configs:
  - job_name: 'host.internal'
    static_configs:
      - targets: ['host.internal:3000']

    metrics_path: '/metrics'
    scheme: 'http'