fixeria has uploaded this change for review.

View Change

rebar.lock: bump exometer_report_statsd version

The new version is using ETS instead of dict for counter lookups.
This significantly reduces performance impact when multiple eNBs
are registered, since the ETS provides O(1) average-case hash
lookups and in-place mutation.

Change-Id: I931321a831215012aa8186d851d9a8d38908a4bf
---
M rebar.lock
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-s1gw refs/changes/13/42413/1
diff --git a/rebar.lock b/rebar.lock
index 1efe90b..439ea74 100644
--- a/rebar.lock
+++ b/rebar.lock
@@ -18,7 +18,7 @@
0},
{<<"exometer_report_statsd">>,
{git,"https://github.com/osmocom/exometer_report_statsd.git",
- {ref,"d35a98edf87996f2ab9ef0feda93b38677b0d063"}},
+ {ref,"bfd6c095bfc404e5fab5c07f5ebe0fe305e58830"}},
0},
{<<"hut">>,{pkg,<<"hut">>,<<"1.3.0">>},1},
{<<"jiffy">>,

To view, visit change 42413. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: I931321a831215012aa8186d851d9a8d38908a4bf
Gerrit-Change-Number: 42413
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>