Skip to content

Commit

Permalink
--wip-- [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Sep 15, 2020
1 parent d189cc1 commit aad825f
Show file tree
Hide file tree
Showing 8 changed files with 160 additions and 285 deletions.
239 changes: 52 additions & 187 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ tracing-log = "0.1.0"
tracing-tower = { git = "https://github.com/tokio-rs/tracing", rev = "f470db1b0354b368f62f9ee4d763595d16373231" }

# Metrics
metrics = "0.12.1"
metrics-core = "0.5.2"
metrics-runtime = "0.13.0"
metrics = { version = "0.13.0-alpha", git = "https://github.com/MOZGIII/metrics", branch = "refactor/metrics-v2-tracing-context" }
metrics-util = { version = "0.4.0-alpha", git = "https://github.com/MOZGIII/metrics", branch = "refactor/metrics-v2-tracing-context" }

# Aws
rusoto_core = { version = "0.45.0", features = ["encoding"], optional = true }
Expand Down
Loading

0 comments on commit aad825f

Please sign in to comment.