Skip to content

Commit fad2bd8

Browse files
authored
Merge pull request #72916 from eromanova97/OBSDOCS-765
OBSDOCS-765: Add clarification about exceeded maximum retention size …
2 parents 7bae3cd + 2056db8 commit fad2bd8

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
@@ -33,6 +33,11 @@ If any data blocks exceed the defined retention time or the defined size limit,
3333
* If you do not define a value for `retentionSize` and only define a value for `retention`, only the `retention` value applies.
3434
* If you set the `retentionSize` or `retention` value to `0`, the default settings apply. The default settings set retention time to 15 days for core platform monitoring and 24 hours for user-defined project monitoring. By default, retention size is not set.
3535
36+
[NOTE]
37+
====
38+
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.
39+
====
40+
3641
.Prerequisites
3742

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

0 commit comments

Comments
 (0)