summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-10-22 13:54:15 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-10-22 13:54:15 +0300
commit8a55de1d785178786b9ae7c185ea1d1f187f7470 (patch)
tree78a5345828a402ed04cb6def68364be912331cb8 /mix.exs
parent9ea31b373fdb75bb6aa04d006e5f493158897efa (diff)
[#3059] Fixed Phoenix 1.5 telemetry processing.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index c943d3e17..c9fca1b6e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -171,6 +171,8 @@ defmodule Pleroma.Mixfile do
override: true},
{:prometheus_plugs, "~> 1.1"},
{:prometheus_phoenix, "~> 1.3"},
+ # Note: once `prometheus_phx` is integrated into `prometheus_phoenix`, remove the former:
+ {:prometheus_phx, github: "theblitzapp/prometheus-phx"},
{:prometheus_ecto, "~> 1.4"},
{:recon, "~> 2.5"},
{:quack, "~> 0.1.1"},