From b9b75dafe248e07b21f2958023697397094cc537 Mon Sep 17 00:00:00 2001 From: Piotr Parczewski Date: Sat, 15 Apr 2023 23:16:35 +0200 Subject: [PATCH] doc/mgr/prometheus: fix confval reference Signed-off-by: Piotr Parczewski --- doc/mgr/prometheus.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mgr/prometheus.rst b/doc/mgr/prometheus.rst index afbbdcf268e15..62dcf5bfd45bd 100644 --- a/doc/mgr/prometheus.rst +++ b/doc/mgr/prometheus.rst @@ -76,7 +76,7 @@ in conjunction with multiple Prometheus instances, overload the manager and lead to unresponsive or crashing Ceph manager instances. Hence, the cache is enabled by default. This means that there is a possibility that the cache becomes stale. The cache is considered stale when the time to fetch the metrics from -Ceph exceeds the configured :confval:``mgr/prometheus/scrape_interval``. +Ceph exceeds the configured :confval:`mgr/prometheus/scrape_interval`. If that is the case, **a warning will be logged** and the module will either -- 2.39.5