From da0fe663e1968a7eb312a28fca9b95ce28583778 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <209825114+claude[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:17:42 +0000 Subject: [PATCH] docs: Add missing prerequisite for performance monitoring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added "Enable Client Performance Monitoring" server configuration setting as a required step for the system administrator's performance monitoring product experience. Fixes #8437 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Carrie Warner (Mattermost) --- .../administration-guide/scale/collect-performance-metrics.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/administration-guide/scale/collect-performance-metrics.rst b/source/administration-guide/scale/collect-performance-metrics.rst index 3c38593bf93..94ff41f08e7 100644 --- a/source/administration-guide/scale/collect-performance-metrics.rst +++ b/source/administration-guide/scale/collect-performance-metrics.rst @@ -26,6 +26,7 @@ For a self-hosted Mattermost deployment, a Mattermost system admin must perform 3. Go to **System Console > Plugins > Plugin Management**. In the **Installed Plugins** section, scroll to **Mattermost Metrics Plugin**, and select **Enable Plugin**. 4. Specify the path of the time-series database, and select **Save**. 5. Go to **System Console > Environment > Performance Monitoring**, and set **Enable Performance Monitoring** to **true**. Select **Save**. +6. Go to **System Console > Environment > Performance Monitoring**, and set **Enable Client Performance Monitoring** to **true**. This setting is required for the system administrator's performance monitoring product experience. Select **Save**. .. note::