Skip to content

Commit

Permalink
feat(metrics): add metrics in chain-listener [NET-806] (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmd-fl committed Apr 3, 2024
1 parent 04862bb commit 3f17b11
Show file tree
Hide file tree
Showing 8 changed files with 277 additions and 53 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/chain-listener/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ccp-shared = { workspace = true }
tokio-stream = { workspace = true }
toml_edit = { workspace = true }
backoff = { version = "0.4.0", features = ["tokio", "futures"] }
peer-metrics = { workspace = true }

[dev-dependencies]
jsonrpsee = { workspace = true, features = ["server"] }
1 change: 1 addition & 0 deletions crates/chain-listener/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#![feature(try_blocks)]
#![feature(extract_if)]
#![feature(btree_extract_if)]
#![feature(result_option_inspect)]

extern crate core;

Expand Down
Loading

0 comments on commit 3f17b11

Please sign in to comment.