From 24fc96dc1fc51e535e988de8f443c8e5242830f0 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 4 Jul 2022 11:55:25 +0300 Subject: [PATCH] docs/Troubleshooting.md: add a link to `Monitoring` chapter added at 41d1834a99191e95169e59faabe82476d2355b4b --- docs/Troubleshooting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Troubleshooting.md b/docs/Troubleshooting.md index 5887a481ae..e8e907db55 100644 --- a/docs/Troubleshooting.md +++ b/docs/Troubleshooting.md @@ -11,6 +11,7 @@ This document contains troubleshooting guides for most common issues when workin - [Slow queries](#slow-queries) - [Out of memory errors](#out-of-memory-errors) - [Cluster instability](#cluster-instability) +- [Monitoring](#monitoring) ## Unexpected query results @@ -295,4 +296,4 @@ and [cluster](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/cluster/de of VictoriaMetrics will notify about issues with Victoriametrics components and provide recommendations for how to solve them. Internally, we heavily rely both on dashboards and alerts, and constantly improve them. -It is important to stay up to date with such changes. \ No newline at end of file +It is important to stay up to date with such changes.