Skip to content

Commit

Permalink
Small improvement to UTF-8 docs
Browse files Browse the repository at this point in the history
This commit adds a small improvement to the UTF-8 docs where users
should check that UTF-8 mode is enabled in the Final steps.
  • Loading branch information
grobinson-grafana committed Aug 23, 2024
1 parent fe4dff6 commit a7f2ef5
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,10 @@ It's rare to find cases of disagreement in a tenant configuration, as most tenan

1. After identifying and fixing all affected tenant configurations, check the Mimir server logs again to make sure you haven't missed any tenant configurations.

2. You can now enable UTF-8 by setting [`utf8-strict-mode-enabled`]({{< relref "./../../../configure/configuration-parameters#alertmanager" >}}) to `true`.
2. You can now enable UTF-8 by setting [`utf8-strict-mode-enabled`]({{< relref "./../../../configure/configuration-parameters#alertmanager" >}}) to `true`. You will need to restart Mimir for the changes to take effect.

3. Any incompatible tenant configurations will fail to load. You can identify if any tenant configurations are failing to load by searching the Mimir server logs for lines containing `error applying config`, or querying the `alertmanager_config_last_reload_successful` gauage for `0`.
3. To confirm UTF-8 is enabled, search for `Starting Alertmanager in UTF-8 strict mode` in Mimir server logs.

4. You can disable debug-level logging.
4. Any incompatible tenant configurations will fail to load. You can identify if any tenant configurations are failing to load by searching the Mimir server logs for lines containing `error applying config`, or querying the `alertmanager_config_last_reload_successful` gauage for `0`.

5. You can disable debug-level logging.

0 comments on commit a7f2ef5

Please sign in to comment.