aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/repo.ex
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-04-08 16:29:20 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-04-08 16:29:20 +0700
commita1a854646e96598473ed7a323e034cf1f88ca508 (patch)
tree4a427437c7c444fdfd2bb99dc012a7008d9bb0fe /lib/pleroma/repo.ex
parent1c2e4f88d1a707791818014f8bcdedd986c2fa75 (diff)
parentfb2040d06199f2f4190ff363da54d6fcfa87ff69 (diff)
downloadpleroma-a1a854646e96598473ed7a323e034cf1f88ca508.tar.gz
Merge branch 'develop' into use-jobs-in-webpush
Diffstat (limited to 'lib/pleroma/repo.ex')
-rw-r--r--lib/pleroma/repo.ex4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/pleroma/repo.ex b/lib/pleroma/repo.ex
index 4af1bde56..aa5d427ae 100644
--- a/lib/pleroma/repo.ex
+++ b/lib/pleroma/repo.ex
@@ -8,6 +8,10 @@ defmodule Pleroma.Repo do
adapter: Ecto.Adapters.Postgres,
migration_timestamps: [type: :naive_datetime_usec]
+ defmodule Instrumenter do
+ use Prometheus.EctoInstrumenter
+ end
+
@doc """
Dynamically loads the repository url from the
DATABASE_URL environment variable.