Skip to content

Commit

Permalink
Relay dashboard (paritytech#191)
Browse files Browse the repository at this point in the history
* expose metrics for Prometheus

* added preconfigured configs for Prometheus and Grafana

* metrics-related cli args

* fix compilation
  • Loading branch information
svyatonik authored and bkchr committed Apr 10, 2024
1 parent bebb5e6 commit 8121b3f
Show file tree
Hide file tree
Showing 15 changed files with 744 additions and 1 deletion.
6 changes: 6 additions & 0 deletions bridges/relays/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ parking_lot = "0.11.0"
rustc-hex = "2.0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.56"
sysinfo = "0.13"
sp-bridge-eth-poa = { path = "../../primitives/ethereum-poa" }
time = "0.2"
web3 = "0.13"
Expand Down Expand Up @@ -69,6 +70,11 @@ version = "2.0.0-rc4"
tag = 'v2.0.0-rc4'
git = "https://github.com/paritytech/substrate.git"

[dependencies.substrate-prometheus-endpoint]
version = "0.8.0-rc4"
tag = 'v2.0.0-rc4'
git = "https://github.com/paritytech/substrate.git"

[dependencies.bridge-node-runtime]
version = "0.1.0"
path = "../../bin/node/runtime"
Loading

0 comments on commit 8121b3f

Please sign in to comment.