From 87e05ca31713298652addbf4c8df8ed396a562b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20V=C3=A9lez?= Date: Wed, 19 Jun 2024 15:23:45 +0200 Subject: [PATCH] fix broken docprom github link (#7224) --- source/scale/collect-performance-metrics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/scale/collect-performance-metrics.rst b/source/scale/collect-performance-metrics.rst index 59700582c86..eb4317a9c5c 100644 --- a/source/scale/collect-performance-metrics.rst +++ b/source/scale/collect-performance-metrics.rst @@ -43,7 +43,7 @@ Usage You need to be a Mattermost system admin to collect performance metrics. Select **Create Dump** to generate dump files. -To use the generated dump file, you can simply clone the `Dockprom `__ repository. Change the Prometheus data volume to point to the dump that you just downloaded. The downloaded file is compressed, so to be able to use it, you need to decompress it first. +To use the generated dump file, you can simply clone the `Dockprom `__ repository. Change the Prometheus data volume to point to the dump that you just downloaded. The downloaded file is compressed, so to be able to use it, you need to decompress it first. The volume configuration for Prometheus should look like the code below in the ``docker-compose.yml`` file: