Skip to content

Commit

Permalink
Merge pull request #48 from hensg/cliend-metrics-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow authored Oct 8, 2024
2 parents 7b11d48 + 46393f0 commit 0747ec6
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 160 deletions.
199 changes: 78 additions & 121 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion fedimint-clientd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ futures-util = "0.3.30"
clap = { version = "3", features = ["derive", "env"] }
multimint = { version = "0.3.8" }
# multimint = { path = "../multimint" }
axum-otel-metrics = "0.8.0"
hex = "0.4.3"

futures = "0.3"
metrics = { version = "0.23", default-features = false }
metrics-exporter-prometheus = { version = "0.15.3", default-features = false }
Loading

0 comments on commit 0747ec6

Please sign in to comment.