Skip to content

Commit 78c0b93

Browse files
authored
Merge pull request #82002 from eromanova97/OBSDOCS-1319
OBSDOCS-1319: Update monitoring config map API reference content for …
2 parents ce5e292 + 979a250 commit 78c0b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

observability/monitoring/config-map-reference-for-the-cluster-monitoring-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ Appears in: link:#userworkloadconfiguration[UserWorkloadConfiguration]
559559

560560
|resources|*v1.ResourceRequirements|Defines resource requests and limits for the Prometheus container.
561561

562-
|retention|string|Defines the duration for which Prometheus retains data. This definition must be specified using the following regular expression pattern: `[0-9]+(ms\|s\|m\|h\|d\|w\|y)` (ms = milliseconds, s= seconds,m = minutes, h = hours, d = days, w = weeks, y = years). The default value is `15d`.
562+
|retention|string|Defines the duration for which Prometheus retains data. This definition must be specified using the following regular expression pattern: `[0-9]+(ms\|s\|m\|h\|d\|w\|y)` (ms = milliseconds, s= seconds,m = minutes, h = hours, d = days, w = weeks, y = years). The default value is `24h`.
563563

564564
|retentionSize|string|Defines the maximum amount of disk space used by data blocks plus the write-ahead log (WAL). Supported values are `B`, `KB`, `KiB`, `MB`, `MiB`, `GB`, `GiB`, `TB`, `TiB`, `PB`, `PiB`, `EB`, and `EiB`. The default value is `nil`.
565565

0 commit comments

Comments
 (0)