Skip to content
Snippets Groups Projects
Commit 7e930559 authored by href's avatar href Committed by feld
Browse files

Serve metrics at `/api/pleroma/app_metrics`

parent 5564cd42
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment