From 6b6e3ee65cc4d3ca1e7e31eea45b97b2268d907a Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 20 Jul 2021 12:49:20 -0500 Subject: [PATCH] Use stats-instrument with graphite support --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a49912f..98cf256 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem "eventmachine" gem "money-open-exchange-rates" gem "ruby-bandwidth-iris" gem "sentry-ruby" -gem "statsd-instrument" +gem "statsd-instrument", git: "https://github.com/singpolyma/statsd-instrument.git", branch: "graphite" gem "value_semantics", git: "https://github.com/singpolyma/value_semantics" group(:development) do -- 2.38.5