fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/40701?usp=email )
Change subject: rebar.{config,lock}: use a fork of exometer_report_statsd
......................................................................
rebar.{config,lock}: use a fork of exometer_report_statsd
As it turns out, the statsd reporter plugin that we have been using
so far has a flaw: the way it reports counters differs from what
daemons like statsd or collectd expect. The problem is that this
plugin simply reports current values, while the delta is expected.
I'll try to get the upstream fixed, but for now let's switch to a fork.
Change-Id: Ic5c80dd66b2659efc6bf148b91316b7e45dfaf7b
Related: SYS#7065, SYS#7307
---
M rebar.config
M rebar.lock
2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-s1gw refs/changes/01/40701/1
diff --git a/rebar.config b/rebar.config
index 0100f17..591ec61 100644
--- a/rebar.config
+++ b/rebar.config
@@ -12,7 +12,7 @@
{exometer_core,
{git, "https://github.com/Feuerlabs/exometer_core.git", {branch,
"master"}}},
{exometer_report_statsd,
- {git, "https://github.com/esl/exometer_report_statsd.git", {branch,
"master"}}}
+ {git,
"https://gitea.osmocom.org/vyanitskiy/exometer_report_statsd.git", {branch,
"master"}}}
]}.
%% test deps
diff --git a/rebar.lock b/rebar.lock
index feb8d54..da069fe 100644
--- a/rebar.lock
+++ b/rebar.lock
@@ -5,8 +5,8 @@
{ref,"fc744c45bbe5de2ab0ee550e2667f93f7abbb618"}},
0},
{<<"exometer_report_statsd">>,
- {git,"https://github.com/esl/exometer_report_statsd.git",
- {ref,"f1c369becb6e57871f1c7b0e491f6c3a302a65ee"}},
+ {git,"https://gitea.osmocom.org/vyanitskiy/exometer_report_statsd.git",
+ {ref,"158a9708ec3fce8c74648b5da1c8fac69ac5d05a"}},
0},
{<<"hut">>,{pkg,<<"hut">>,<<"1.3.0">>},1},
{<<"logger_color_formatter">>,
--
To view, visit
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/40701?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: Ic5c80dd66b2659efc6bf148b91316b7e45dfaf7b
Gerrit-Change-Number: 40701
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>