Skip to content

Commit 1d7c7cb

Browse files
authored
Merge pull request #91990 from eromanova97/OBSDOCS-1321
OBSDOCS-1321: default thanos-ruler retention time should be 24h, not 15d
2 parents c558904 + b8efb3a commit 1d7c7cb

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
@@ -734,7 +734,7 @@ Appears in: link:#userworkloadconfiguration[UserWorkloadConfiguration]
734734

735735
|resources|*v1.ResourceRequirements|Defines resource requests and limits for the Alertmanager container.
736736

737-
|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`.
737+
|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`.
738738

739739
|tolerations|[]v1.Toleration|Defines tolerations for the pods.
740740

0 commit comments

Comments
 (0)