From f96af9009dbdb1aad4ba0c14b54863bbe0efab97 Mon Sep 17 00:00:00 2001 From: 0x46616c6b <0x46616c6b@users.noreply.github.com> Date: Thu, 23 Nov 2023 16:59:39 +0100 Subject: [PATCH] Add Reference for new STATS_SIDEKIQ variable (#1307) --- content/en/admin/config.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/admin/config.md b/content/en/admin/config.md index c9025248..02a4e31e 100644 --- a/content/en/admin/config.md +++ b/content/en/admin/config.md @@ -378,6 +378,7 @@ If set to `true`, Mastodon will use Elasticsearch for its search functions. It controls the ElasticSearch indices configuration (number of shards and replica). Possible values are: + - `single_node_cluster` (default) - `small_cluster` - `large_cluster` @@ -416,6 +417,10 @@ Example value: `localhost:8125` If set, all StatsD keys will be prefixed with this. Defaults to `Mastodon.production` when `RAILS_ENV` is `production`, `Mastodon.development` when it's `development`, etc. +#### `STATSD_SIDEKIQ` + +If set to `true`, Mastodon will log some Sidekiq metrics into StatsD. Defaults to `false`. + ### SMTP email delivery {#smtp} #### `SMTP_SERVER`