Skip to content

Commit 6cf952e

Browse files
committed
OBSDOCS-2750 - Fix thanos Rules mention in cluster monitoring configuration
1 parent e146725 commit 6cf952e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

modules/monitoring-configuring-persistent-storage.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@ Run cluster monitoring with persistent storage to gain the following benefits:
1111
* 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.
1212
* Avoid getting duplicate notifications and losing silences for alerts when the Alertmanager pods are restarted.
1313
14+
// tag::CPM[]
15+
[IMPORTANT]
16+
====
17+
In multi-node clusters, you must configure persistent storage for Prometheus and Alertmanager to ensure high availability.
18+
====
19+
// end::CPM[]
20+
// tag::UWM[]
1421
[IMPORTANT]
1522
====
1623
In multi-node clusters, you must configure persistent storage for Prometheus, Alertmanager, and Thanos Ruler to ensure high availability.
1724
====
25+
// end::UWM[]
1826

1927
[NOTE]
2028
====

observability/monitoring/configuring-core-platform-monitoring/storing-and-recording-data.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc::[]
99
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.
1010

1111
// Configuring persistent storage
12-
include::modules/monitoring-configuring-persistent-storage.adoc[leveloffset=+1]
12+
include::modules/monitoring-configuring-persistent-storage.adoc[leveloffset=+1,tags=**;CPM;!UWM]
1313

1414
include::modules/monitoring-configuring-a-persistent-volume-claim.adoc[leveloffset=+2,tags=**;CPM;!UWM]
1515

observability/monitoring/configuring-user-workload-monitoring/storing-and-recording-data-uwm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc::[]
99
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.
1010

1111
// Configuring persistent storage
12-
include::modules/monitoring-configuring-persistent-storage.adoc[leveloffset=+1]
12+
include::modules/monitoring-configuring-persistent-storage.adoc[leveloffset=+1,tags=**;!CPM;UWM]
1313

1414
include::modules/monitoring-configuring-a-persistent-volume-claim.adoc[leveloffset=+2,tags=**;!CPM;UWM]
1515

0 commit comments

Comments
 (0)