From 5a31f1181e9a86aa91e95be87ac386731ce219cd Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 10 Jan 2019 14:39:09 -0800 Subject: add cadence for metrics (statsd) --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 77eb962a..155e3c8a 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -38,7 +38,7 @@ slog-term = "*" slog-async = "*" serde_json = "1.0" sentry = { version = "^0.12", default-features = false, features = ["with_client_implementation", "with_backtrace", "with_panic", "with_log", "with_rust_info", "with_failure"] } -#cadence = "^0.16" +cadence = "^0.16" # Command-line tools crossbeam-channel = "0.2" -- cgit v1.2.3