diff options
author | lain <lain@soykaf.club> | 2019-06-13 19:29:02 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-06-13 20:30:04 +0200 |
commit | 315f090f59810ff9eb75ad503beb5f7f9cdbc0d5 (patch) | |
tree | 3f835b41daaad8498f0e4b9637d372977db2c7f4 /mix.exs | |
parent | 6f5a0cc14e99cb26ef009cf8cf16f38902d5e11b (diff) | |
download | pleroma-315f090f59810ff9eb75ad503beb5f7f9cdbc0d5.tar.gz pleroma-315f090f59810ff9eb75ad503beb5f7f9cdbc0d5.zip |
Prometheus: Remove flaky process collection NIF.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -136,7 +136,6 @@ defmodule Pleroma.Mixfile do {:prometheus_plugs, "~> 1.1"}, {:prometheus_phoenix, "~> 1.2"}, {:prometheus_ecto, "~> 1.4"}, - {:prometheus_process_collector, "~> 1.4"}, {:recon, github: "ferd/recon", tag: "2.4.0"}, {:quack, "~> 0.1.1"}, {:benchee, "~> 1.0"}, |