Remove instrumentors (#98)
[akkoma] / lib / pleroma / repo.ex
index 61b64ed3ef997263ef0cb3a6ad0c6cbe275588ca..1fca0fccb977ec27af3656d7f6e1c260b75d7399 100644 (file)
@@ -11,8 +11,6 @@ defmodule Pleroma.Repo do
   import Ecto.Query
   require Logger
 
-  defmodule Instrumenter, do: use(Prometheus.EctoInstrumenter)
-
   @doc """
   Dynamically loads the repository url from the
   DATABASE_URL environment variable.