Skip to content

Commit

Permalink
Start use master of prometheus
Browse files Browse the repository at this point in the history
* Started used 'master' of 'prometheus' with latest refactoring changes
  • Loading branch information
vkatsuba authored and vkatsuba committed May 4, 2021
1 parent fbaaa2b commit b1e255c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
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, {git, "https://github.com/RoadRunnr/prometheus.erl.git", {branch, "devel"}}},
{prometheus, {git, "https://github.com/deadtrickster/prometheus.erl.git", {branch, "master"}}},
{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: 5 additions & 6 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,15 @@
1},
{<<"ppplib">>,{pkg,<<"ppplib">>,<<"1.0.0">>},1},
{<<"prometheus">>,
{git,"https://github.com/RoadRunnr/prometheus.erl.git",
{ref,"a40e19ef9079470ae064136dbf0ba5c1672c468b"}},
{git,"https://github.com/deadtrickster/prometheus.erl.git",
{ref,"b38f87dcd2a5dda10ba202331b4137d8851bdfb9"}},
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},
{<<"quantile_estimator">>,{pkg,<<"quantile_estimator">>,<<"0.2.1">>},1},
{<<"ranch">>,{pkg,<<"ranch">>,<<"1.7.1">>},1},
{<<"regine">>,{pkg,<<"regine">>,<<"1.0.0">>},1},
{<<"setup">>,
Expand All @@ -63,6 +60,7 @@
{<<"prometheus_cowboy">>, <<"CFCE0BC7B668C5096639084FCD873826E6220EA714BF60A716F5BD080EF2A99C">>},
{<<"prometheus_diameter_collector">>, <<"833A62869BF28960A2ADED43A669B95DEC9859336907999B74532CE2F0460CED">>},
{<<"prometheus_httpd">>, <<"F616ED9B85B536B195D94104063025A91F904A4CFC20255363F49A197D96C896">>},
{<<"quantile_estimator">>, <<"EF50A361F11B5F26B5F16D0696E46A9E4661756492C981F7B2229EF42FF1CD15">>},
{<<"ranch">>, <<"6B1FAB51B49196860B733A49C07604465A47BDB78AA10C1C16A3D199F7F8C881">>},
{<<"regine">>, <<"81CB906BCDA9E177C85FE5D1825B55A5A33F528B46A914278DBAA1403FE13E59">>}]},
{pkg_hash_ext,[
Expand All @@ -79,6 +77,7 @@
{<<"prometheus_cowboy">>, <<"BA286BECA9302618418892D37BCD5DC669A6CC001F4EB6D6AF85FF81F3F4F34C">>},
{<<"prometheus_diameter_collector">>, <<"FDFE0694A6F3371461FCFF8D9EE0035B09B85387B0B0CF9367854E36EE880DED">>},
{<<"prometheus_httpd">>, <<"0BBE831452CFDF9588538EB2F570B26F30C348ADAE5E95A7D87F35A5910BCF92">>},
{<<"quantile_estimator">>, <<"282A8A323CA2A845C9E6F787D166348F776C1D4A41EDE63046D72D422E3DA946">>},
{<<"ranch">>, <<"451D8527787DF716D99DC36162FCA05934915DB0B6141BBDAC2EA8D3C7AFC7D7">>},
{<<"regine">>, <<"74A329F769BF5A7DA56C3F04B61AAFFB7276E9AED7D2BF9789F024502CAD0458">>}]}
].

0 comments on commit b1e255c

Please sign in to comment.