Skip to content

Commit 2056db8

Browse files
committed
OBSDOCS-765: Add clarification about exceeded maximum retention size to docs
1 parent e770bd1 commit 2056db8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/monitoring-modifying-retention-time-and-size-for-prometheus-metrics-data.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ If any data blocks exceed the defined retention time or the defined size limit,
2828
* If you do not define a value for `retentionSize` and only define a value for `retention`, only the `retention` value applies.
2929
* If you set the `retentionSize` or `retention` value to number 0, the default settings apply. The default settings set retention time to 15 days and do not set a value for retention size.
3030
31+
[NOTE]
32+
====
33+
Data compaction occurs every two hours. Therefore, a persistent volume (PV) might fill up before compaction, potentially exceeding the `retentionSize` limit. In such cases, the `KubePersistentVolumeFillingUp` alert fires until the space on a PV is lower than the `retentionSize` limit.
34+
====
35+
3136
.Prerequisites
3237

3338
ifndef::openshift-dedicated,openshift-rosa[]

0 commit comments

Comments
 (0)