diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-10-22 13:54:15 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-10-22 13:54:15 +0300 |
commit | 8a55de1d785178786b9ae7c185ea1d1f187f7470 (patch) | |
tree | 78a5345828a402ed04cb6def68364be912331cb8 /mix.exs | |
parent | 9ea31b373fdb75bb6aa04d006e5f493158897efa (diff) | |
download | pleroma-8a55de1d785178786b9ae7c185ea1d1f187f7470.tar.gz pleroma-8a55de1d785178786b9ae7c185ea1d1f187f7470.zip |
[#3059] Fixed Phoenix 1.5 telemetry processing.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"}, |