fixeria has submitted this change. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/42413?usp=email )
(
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: rebar.lock: bump exometer_report_statsd version ......................................................................
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.config M rebar.lock 2 files changed, 2 insertions(+), 2 deletions(-)
Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified osmith: Looks good to me, but someone else must approve
diff --git a/rebar.config b/rebar.config index d729401..e51ca22 100644 --- a/rebar.config +++ b/rebar.config @@ -16,7 +16,7 @@ {exometer_core, {git, "https://github.com/Feuerlabs/exometer_core.git", {branch, "master"}}}, {exometer_report_statsd, - {git, "https://github.com/osmocom/exometer_report_statsd.git", {branch, "counters"}}}, + {git, "https://github.com/osmocom/exometer_report_statsd.git", {branch, "osmocom/master"}}}, {erf, {git, "https://github.com/nomasystems/erf.git", {tag, "0.1.2"}}} ]}. 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">>,