Relay dashboard (#191)
* expose metrics for Prometheus * added preconfigured configs for Prometheus and Grafana * metrics-related cli args * fix compilation
Showing
- bridges/relays/ethereum/Cargo.toml 6 additions, 0 deletionsbridges/relays/ethereum/Cargo.toml
- bridges/relays/ethereum/dashboard/grafana-dashboard.json 410 additions, 0 deletionsbridges/relays/ethereum/dashboard/grafana-dashboard.json
- bridges/relays/ethereum/dashboard/grafana-dashboard.yaml 6 additions, 0 deletionsbridges/relays/ethereum/dashboard/grafana-dashboard.yaml
- bridges/relays/ethereum/dashboard/grafana-datasource.yaml 9 additions, 0 deletionsbridges/relays/ethereum/dashboard/grafana-datasource.yaml
- bridges/relays/ethereum/dashboard/prometheus.yml 9 additions, 0 deletionsbridges/relays/ethereum/dashboard/prometheus.yml
- bridges/relays/ethereum/src/cli.yml 14 additions, 0 deletionsbridges/relays/ethereum/src/cli.yml
- bridges/relays/ethereum/src/ethereum_sync_loop.rs 5 additions, 0 deletionsbridges/relays/ethereum/src/ethereum_sync_loop.rs
- bridges/relays/ethereum/src/main.rs 23 additions, 0 deletionsbridges/relays/ethereum/src/main.rs
- bridges/relays/ethereum/src/metrics.rs 119 additions, 0 deletionsbridges/relays/ethereum/src/metrics.rs
- bridges/relays/ethereum/src/substrate_sync_loop.rs 5 additions, 0 deletionsbridges/relays/ethereum/src/substrate_sync_loop.rs
- bridges/relays/ethereum/src/sync.rs 10 additions, 0 deletionsbridges/relays/ethereum/src/sync.rs
- bridges/relays/ethereum/src/sync_loop.rs 35 additions, 0 deletionsbridges/relays/ethereum/src/sync_loop.rs
- bridges/relays/ethereum/src/sync_loop_metrics.rs 90 additions, 0 deletionsbridges/relays/ethereum/src/sync_loop_metrics.rs
- bridges/relays/ethereum/src/sync_loop_tests.rs 1 addition, 0 deletionsbridges/relays/ethereum/src/sync_loop_tests.rs
- bridges/relays/ethereum/src/sync_types.rs 2 additions, 1 deletionbridges/relays/ethereum/src/sync_types.rs
Please register or sign in to comment