1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OBSDOCS-2750 - Fix thanos Rules mention in cluster monitoring configuration

This commit is contained in:
Eliska Romanova
2025-11-18 13:40:17 +01:00
committed by openshift-cherrypick-robot
parent 16df84d713
commit 49692730c3
3 changed files with 10 additions and 2 deletions

View File

@@ -11,10 +11,18 @@ Run cluster monitoring with persistent storage to gain the following benefits:
* Protect your metrics and alerting data from data loss by storing them in a persistent volume (PV). As a result, they can survive pods being restarted or recreated.
* Avoid getting duplicate notifications and losing silences for alerts when the Alertmanager pods are restarted.
// tag::CPM[]
[IMPORTANT]
====
In multi-node clusters, you must configure persistent storage for Prometheus and Alertmanager to ensure high availability.
====
// end::CPM[]
// tag::UWM[]
[IMPORTANT]
====
In multi-node clusters, you must configure persistent storage for Prometheus, Alertmanager, and Thanos Ruler to ensure high availability.
====
// end::UWM[]
[NOTE]
====

View File

@@ -9,7 +9,7 @@ toc::[]
Store and record your metrics and alerting data, configure logs to specify which activities are recorded, control how long Prometheus retains stored data, and set the maximum amount of disk space for the data. These actions help you protect your data and use them for troubleshooting.
// Configuring persistent storage
include::modules/monitoring-configuring-persistent-storage.adoc[leveloffset=+1]
include::modules/monitoring-configuring-persistent-storage.adoc[leveloffset=+1,tags=**;CPM;!UWM]
include::modules/monitoring-configuring-a-persistent-volume-claim.adoc[leveloffset=+2,tags=**;CPM;!UWM]

View File

@@ -9,7 +9,7 @@ toc::[]
Store and record your metrics and alerting data, configure logs to specify which activities are recorded, control how long Prometheus retains stored data, and set the maximum amount of disk space for the data. These actions help you protect your data and use them for troubleshooting.
// Configuring persistent storage
include::modules/monitoring-configuring-persistent-storage.adoc[leveloffset=+1]
include::modules/monitoring-configuring-persistent-storage.adoc[leveloffset=+1,tags=**;!CPM;UWM]
include::modules/monitoring-configuring-a-persistent-volume-claim.adoc[leveloffset=+2,tags=**;!CPM;UWM]