Skip to content

Commit

Permalink
Start use fork of prometheus with speedup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba authored and vkatsuba committed Apr 23, 2021
1 parent 4593982 commit fbaaa2b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
erGW - 3GPP GGSN and PDN-GW in Erlang
=====================================

Version 2.8.11 - 23 April 2021
-------------------------------
**Improvements** :bulb:
* [#369](https://github.com/travelping/ergw/pull/369) Start use fork of `prometheus` with speedup fix

Version 2.8.10 - 7 April 2021
-------------------------------
**Bugfixes** :bug:
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{jobs, "0.9.0"},
{jsx, "3.0.0"},
{cowboy, "2.8.0"},
{prometheus, "4.6.0"},
{prometheus, {git, "https://github.com/RoadRunnr/prometheus.erl.git", {branch, "devel"}}},
{prometheus_cowboy, "0.1.8"},
{prometheus_diameter_collector, "1.2.0"},
{erlando, {git, "https://github.com/travelping/erlando.git", {tag, "1.0.3"}}},
Expand Down
11 changes: 8 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,19 @@
{ref,"f96b8b572395581d58fe3dd7c3e61f3f0e8fa6dc"}},
1},
{<<"ppplib">>,{pkg,<<"ppplib">>,<<"1.0.0">>},1},
{<<"prometheus">>,{pkg,<<"prometheus">>,<<"4.6.0">>},0},
{<<"prometheus">>,
{git,"https://github.com/RoadRunnr/prometheus.erl.git",
{ref,"a40e19ef9079470ae064136dbf0ba5c1672c468b"}},
0},
{<<"prometheus_cowboy">>,{pkg,<<"prometheus_cowboy">>,<<"0.1.8">>},0},
{<<"prometheus_diameter_collector">>,
{pkg,<<"prometheus_diameter_collector">>,<<"1.2.0">>},
0},
{<<"prometheus_httpd">>,{pkg,<<"prometheus_httpd">>,<<"2.1.11">>},1},
{<<"quantile_estimator">>,
{git,"https://github.com/odo/quantile_estimator",
{ref,"eeea7c7dba2f406a41c70b0f59afcf4a6b2fc4fc"}},
1},
{<<"ranch">>,{pkg,<<"ranch">>,<<"1.7.1">>},1},
{<<"regine">>,{pkg,<<"regine">>,<<"1.0.0">>},1},
{<<"setup">>,
Expand All @@ -53,7 +60,6 @@
{<<"jsx">>, <<"20A170ABD4335FC6DB24D5FAD1E5D677C55DADF83D1B20A8A33B5FE159892A39">>},
{<<"pfcplib">>, <<"1F6DE53E987ED3CA084EF3174EBE76EFCF1A18A27DDCC663F473B770E56D382C">>},
{<<"ppplib">>, <<"F9EC2690532BAF590277A305A2276FCFAD0285557E1055552F8A2FCAF1BF081A">>},
{<<"prometheus">>, <<"20510F381DB1CCAB818B4CF2FAC5FA6AB5CC91BC364A154399901C001465F46F">>},
{<<"prometheus_cowboy">>, <<"CFCE0BC7B668C5096639084FCD873826E6220EA714BF60A716F5BD080EF2A99C">>},
{<<"prometheus_diameter_collector">>, <<"833A62869BF28960A2ADED43A669B95DEC9859336907999B74532CE2F0460CED">>},
{<<"prometheus_httpd">>, <<"F616ED9B85B536B195D94104063025A91F904A4CFC20255363F49A197D96C896">>},
Expand All @@ -70,7 +76,6 @@
{<<"jsx">>, <<"37BECA0435F5CA8A2F45F76A46211E76418FBEF80C36F0361C249FC75059DC6D">>},
{<<"pfcplib">>, <<"06136B87D1494CE760C04F483DDA1A8DAC79B45AE1AF5BC2847B836A8BE9985E">>},
{<<"ppplib">>, <<"32440D630F55DD29F849847DD8F15F69175FDDC210AA88517AC8AD2854CD6FA1">>},
{<<"prometheus">>, <<"4905FD2992F8038ECCD7AA0CD22F40637ED618C0BED1F75C05AACEC15B7545DE">>},
{<<"prometheus_cowboy">>, <<"BA286BECA9302618418892D37BCD5DC669A6CC001F4EB6D6AF85FF81F3F4F34C">>},
{<<"prometheus_diameter_collector">>, <<"FDFE0694A6F3371461FCFF8D9EE0035B09B85387B0B0CF9367854E36EE880DED">>},
{<<"prometheus_httpd">>, <<"0BBE831452CFDF9588538EB2F570B26F30C348ADAE5E95A7D87F35A5910BCF92">>},
Expand Down

0 comments on commit fbaaa2b

Please sign in to comment.