diff --git a/modules/monitoring-modifying-retention-time-and-size-for-prometheus-metrics-data.adoc b/modules/monitoring-modifying-retention-time-and-size-for-prometheus-metrics-data.adoc index 95c1d7433d..608c96589f 100644 --- a/modules/monitoring-modifying-retention-time-and-size-for-prometheus-metrics-data.adoc +++ b/modules/monitoring-modifying-retention-time-and-size-for-prometheus-metrics-data.adoc @@ -6,7 +6,7 @@ [id="modifying-retention-time-and-size-for-prometheus-metrics-data_{context}"] = Modifying the retention time and size for Prometheus metrics data -By default, Prometheus automatically retains metrics data for 15 days. You can modify the retention time for +By default, Prometheus automatically retains metrics data for 11 days. You can modify the retention time for ifndef::openshift-dedicated,openshift-rosa[] Prometheus endif::openshift-dedicated,openshift-rosa[] @@ -21,7 +21,7 @@ Note the following behaviors of these data retention settings: * Data in the `/wal` and `/head_chunks` directories counts toward the retention size limit, but Prometheus never purges data from these directories based on size- or time-based retention policies. Thus, if you set a retention size limit lower than the maximum size set for the `/wal` and `/head_chunks` directories, you have configured the system not to retain any data blocks in the `/prometheus` data directories. * The size-based retention policy is applied only when Prometheus cuts a new data block, which occurs every two hours after the WAL contains at least three hours of data. -* If you do not explicitly define values for either `retention` or `retentionSize`, retention time defaults to 15 days, and retention size is not set. +* If you do not explicitly define values for either `retention` or `retentionSize`, retention time defaults to 11 days, and retention size is not set. * If you define values for both `retention` and `retentionSize`, both values apply. If any data blocks exceed the defined retention time or the defined size limit, Prometheus purges these data blocks. * If you define a value for `retentionSize` and do not define `retention`, only the `retentionSize` value applies.