Skip to content

Commit

Permalink
fix: import tokio-metrics and tokio-metrics-collector (#5264)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmortal authored Jan 2, 2025
1 parent 53d0062 commit 2b89970
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
31 changes: 29 additions & 2 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions src/common/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ tokio-util.workspace = true

[dev-dependencies]
tokio-test = "0.4"

[target.'cfg(tokio_unstable)'.dependencies]
tokio-metrics = { version = "0.3" }
tokio-metrics-collector = { version = "0.2" }

0 comments on commit 2b89970

Please sign in to comment.