Temporarily soft-fork prometheus_ex
This commit is contained in:
parent
218a3e61e1
commit
f3bc076f09
2 changed files with 5 additions and 2 deletions
5
mix.exs
5
mix.exs
|
|
@ -165,7 +165,10 @@ defmodule Pleroma.Mixfile do
|
|||
{:telemetry, "~> 0.3"},
|
||||
{:poolboy, "~> 1.5"},
|
||||
{:prometheus, "~> 4.6"},
|
||||
{:prometheus_ex, "~> 3.0"},
|
||||
{:prometheus_ex,
|
||||
git: "https://git.pleroma.social/pleroma/elixir-libraries/prometheus.ex.git",
|
||||
ref: "a4e9beb3c1c479d14b352fd9d6dd7b1f6d7deee5",
|
||||
override: true},
|
||||
{:prometheus_plugs, "~> 1.1"},
|
||||
{:prometheus_phoenix, "~> 1.3"},
|
||||
{:prometheus_ecto, "~> 1.4"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue