summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2022-11-02 22:49:55 -0400
committerMark Felder <feld@feld.me>2023-11-13 15:34:59 -0500
commit66cb3294ed942d461cabc32881e2a10ebfd182af (patch)
tree3ebc0620d5dce16a4da8dca8cf3bfac1e7253d94 /mix.exs
parent752bc168f6877e6a3ce2e2e508ec50069e9c1f61 (diff)
downloadpleroma-66cb3294ed942d461cabc32881e2a10ebfd182af.tar.gz
pleroma-66cb3294ed942d461cabc32881e2a10ebfd182af.zip
Switch to PromEx for prometheus metrics
Recommending use of the separate HTTP server for exposing the metrics and securing it externally on your firewall or reverse proxy. It will listen on port 4021 by default.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs15
1 files changed, 2 insertions, 13 deletions
diff --git a/mix.exs b/mix.exs
index 4fd2df2d0..119431125 100644
--- a/mix.exs
+++ b/mix.exs
@@ -140,7 +140,7 @@ defmodule Pleroma.Mixfile do
{:castore, "~> 0.1"},
{:cowlib, "~> 2.9", override: true},
{:gun, "~> 2.0.0-rc.1", override: true},
- {:finch, "~> 0.10.0"},
+ {:finch, "~> 0.15"},
{:jason, "~> 1.2"},
{:mogrify, "~> 0.9.1"},
{:ex_aws, "~> 2.1.6"},
@@ -163,18 +163,7 @@ defmodule Pleroma.Mixfile do
{:http_signatures, "~> 0.1.1"},
{:telemetry, "~> 1.0.0", override: true},
{:poolboy, "~> 1.5"},
- {:prometheus, "~> 4.6"},
- {:prometheus_ex,
- git: "https://github.com/lanodan/prometheus.ex.git",
- branch: "fix/elixir-1.14",
- override: true},
- {:prometheus_plugs, "~> 1.1"},
- {:prometheus_phoenix, "~> 1.3"},
- # Note: once `prometheus_phx` is integrated into `prometheus_phoenix`, remove the former:
- {:prometheus_phx,
- git: "https://git.pleroma.social/pleroma/elixir-libraries/prometheus-phx.git",
- branch: "no-logging"},
- {:prometheus_ecto, "~> 1.4"},
+ {:prom_ex, "~> 1.9"},
{:recon, "~> 2.5"},
{:joken, "~> 2.0"},
{:pot, "~> 1.0"},