X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=c43e25468f7db023866f6ca5197a479731e00c55;hb=52d8183787db739fc10dd3e95141e274d4fb2bcc;hp=4d4306fba7eba0b6fe6ae01e073e43795d35d6a1;hpb=f75212642756c89206051caa0e5ea62bc4e6d4c8;p=akkoma diff --git a/config/description.exs b/config/description.exs index 4d4306fba..c43e25468 100644 --- a/config/description.exs +++ b/config/description.exs @@ -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)" } ] }, @@ -2656,6 +2661,12 @@ config :pleroma, :config_description, [ "What user agent to use. Must be a string or an atom `:default`. Default value is `:default`.", suggestions: ["Pleroma", :default] }, + %{ + key: :pool_size, + type: :integer, + description: "Number of concurrent outbound HTTP requests to allow. Default 50.", + suggestions: [50] + }, %{ key: :adapter, type: :keyword,