diff --git a/rebar.config b/rebar.config index 2727910..41a1c87 100644 --- a/rebar.config +++ b/rebar.config @@ -18,7 +18,7 @@ ]}. {deps, [ - {prometheus, "~> 4.2"}, + {prometheus, "~> 5.0"}, {accept, "~> 0.3"} ]}. @@ -43,11 +43,11 @@ ]}. {project_plugins, [ - {rebar3_hex, "~> 7.0.8"}, - {rebar3_lint, "~> 3.2.6"}, - {rebar3_ex_doc, "~> 0.2.25"}, - {erlfmt, "~> 1.6.0"}, - {covertool, "~> 2.0.7"} + {rebar3_hex, "~> 7.0"}, + {rebar3_lint, "~> 4.0"}, + {rebar3_ex_doc, "~> 0.2"}, + {erlfmt, "~> 1.6"}, + {covertool, "~> 2.0"} ]}. {hex, [{doc, #{provider => ex_doc}}]}. diff --git a/rebar.lock b/rebar.lock index bab3276..c378298 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,14 +1,14 @@ {"1.2.0", -[{<<"accept">>,{pkg,<<"accept">>,<<"0.3.6">>},0}, - {<<"prometheus">>,{pkg,<<"prometheus">>,<<"4.12.0">>},0}, - {<<"quantile_estimator">>,{pkg,<<"quantile_estimator">>,<<"1.0.1">>},1}]}. +[{<<"accept">>,{pkg,<<"accept">>,<<"0.3.7">>},0}, + {<<"prometheus">>,{pkg,<<"prometheus">>,<<"5.0.0">>},0}, + {<<"quantile_estimator">>,{pkg,<<"quantile_estimator">>,<<"1.0.2">>},1}]}. [ {pkg_hash,[ - {<<"accept">>, <<"AD44AC7D704BF70EF8FB2E313EF5B978F9D1330BDDAC64509E93AFDA13281215">>}, - {<<"prometheus">>, <<"5CCA20A8935A8DFE21AE43AD133CE356DC45812D6464A46E991C5922E4119197">>}, - {<<"quantile_estimator">>, <<"6CED14FBACCF5BC4C9F79EB28468A1D2BABD4B53EC978AD458CBD17B556C6C22">>}]}, + {<<"accept">>, <<"CD6E34A2D7E28CA38B2D3CB233734CA0C221EFBC1F171F91FEC5F162CC2D18DA">>}, + {<<"prometheus">>, <<"8A37A3216D8DB019D19068602669C9819C099120F8E39994DD1BD3A3F5553376">>}, + {<<"quantile_estimator">>, <<"ECD281D40110FDD9BA62685531E4435E0839A52FD1058DA5564F1763E4642EF7">>}]}, {pkg_hash_ext,[ - {<<"accept">>, <<"A5167FA1AE90315C3F1DD189446312F8A55D00EFA357E9C569BDA47736B874C3">>}, - {<<"prometheus">>, <<"352E6C32CEB0C2A2407CC5756ABF2AEAEC36D1E976AC7608423C8B61FAB5707D">>}, - {<<"quantile_estimator">>, <<"401C4ADACE179F1A709CD269207324535B00888C87F980B0F794F79DEB3767D8">>}]} + {<<"accept">>, <<"CA69388943F5DAD2E7232A5478F16086E3C872F48E32B88B378E1885A59F5649">>}, + {<<"prometheus">>, <<"80D29564A5DC4490B53FD225D752B65FB0DBEBA41497F96D62223338127C5659">>}, + {<<"quantile_estimator">>, <<"DB404793D6384995A1AC6DD973E2CEE5BE9FCC128765BDBA53D87C564E296B64">>}]} ]. diff --git a/src/prometheus_httpd.app.src b/src/prometheus_httpd.app.src index c35dd6f..cb6e0de 100644 --- a/src/prometheus_httpd.app.src +++ b/src/prometheus_httpd.app.src @@ -15,7 +15,7 @@ {description, "Expose Prometheus metrics using inets httpd."}, {licenses, ["MIT"]}, {links, [ - {"Github", "https://github.com/prometheus-erl/prometheus.erl"}, + {"Github", "https://github.com/prometheus-erl/prometheus-httpd"}, {"Hex.pm", "https://hex.pm/packages/prometheus_httpd"}, {"Beam Dashboards", "https://github.com/prometheus-erl/beam-dashboards"}, {"Prometheus", "https://hex.pm/packages/prometheus"},