Serve metrics at `/api/pleroma/app_metrics`

This commit is contained in:
href 2019-01-30 16:44:38 +01:00 committed by Mark Felder
parent 5564cd421d
commit 7e930559fe
1 changed files with 3 additions and 0 deletions

View File

@ -353,6 +353,7 @@ config :pleroma, Pleroma.Web.Federator.RetryQueue,
initial_timeout: 30,
max_retries: 5
<<<<<<< HEAD
config :pleroma_job_queue, :queues,
federator_incoming: 50,
federator_outgoing: 50,
@ -385,6 +386,8 @@ config :pleroma, :ldap,
config :pleroma, Pleroma.Mailer, adapter: Swoosh.Adapters.Sendmail
config :prometheus, Pleroma.Web.Endpoint.MetricsExporter, path: "/api/pleroma/app_metrics"
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env()}.exs"