Skip to content

Commit

Permalink
Update metrics crate
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai committed Feb 8, 2024
1 parent 67795d0 commit a3edc73
Show file tree
Hide file tree
Showing 15 changed files with 129 additions and 123 deletions.
152 changes: 79 additions & 73 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions shotover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ httparse = { version = "1.8.0", optional = true }
http = { version = "1.0.0", optional = true }

#Observability
metrics = "0.21.0"
metrics-exporter-prometheus = "0.12.0"
metrics = "0.22.0"
metrics-exporter-prometheus = { version = "0.13.0", default-features = false }
tracing.workspace = true
tracing-subscriber.workspace = true
tracing-appender.workspace = true
Expand Down
Loading

0 comments on commit a3edc73

Please sign in to comment.