Merge pull request 'metrics' (#375) from stats into develop
[akkoma] / config / description.exs
index 4d4306fba7eba0b6fe6ae01e073e43795d35d6a1..1059039e7afaf77c050c0268563b2465ae9d6dd8 100644 (file)
@@ -964,6 +964,11 @@ config :pleroma, :config_description, [
         type: {:list, :string},
         description:
           "List of instances that make up your local bubble (closely-related instances). Used to populate the 'bubble' timeline (domain only)."
+      },
+      %{
+        key: :export_prometheus_metrics,
+        type: :boolean,
+        description: "Enable prometheus metrics (at /api/v1/akkoma/metrics)"
       }
     ]
   },