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`