Skip to content

Commit

Permalink
use our own prometheus-httpd fork
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Apr 29, 2024
1 parent 8bd1728 commit d56fc5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{post_hooks, []}.

{deps, [{prometheus_httpd, "2.1.11"}]}.
{deps, [{prometheus_httpd, {git, "https://github.com/benoitc/prometheus-httpd", {branch, "master"}}}]}.
{shell, [{apps, [prometheus_cowboy]}]}.
{cover_enabled, true}.
{cover_export_enabled, true}.
Expand All @@ -27,7 +27,7 @@
{"./README.md",
"https://github.com/benoitc/prometheus-cowboy"}}]}]},
{test, [{project_plugins, [{coveralls, "1.4.0"},
{rebar3_elvis_plugin, "0.0.4"}]},
{rebar3_elvis_plugin, "0.0.4"}]},
{erl_opts, [nowarn_export_all]}]},
{cowboy1, [{ct_opts, [{dir, "./test/cowboy1"}]},
{deps, [{cowboy, {git, "https://github.com/ninenines/cowboy.git", {tag, "1.1.2"}}}]}]},
Expand Down

0 comments on commit d56fc5a

Please sign in to comment.