ConversationViewTest: fix test
[akkoma] / lib / pleroma / application.ex
index d7e3a649fdaf9d303256aae8e75dc5408516677d..51e9dda3babf7ebafd5ca84887d477af7912d979 100644 (file)
@@ -151,7 +151,10 @@ defmodule Pleroma.Application do
 
     Pleroma.Web.Endpoint.MetricsExporter.setup()
     Pleroma.Web.Endpoint.PipelineInstrumenter.setup()
-    Pleroma.Web.Endpoint.Instrumenter.setup()
+
+    # Note: disabled until prometheus-phx is integrated into prometheus-phoenix:
+    # Pleroma.Web.Endpoint.Instrumenter.setup()
+    PrometheusPhx.setup()
   end
 
   defp cachex_children do