-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.17.0, 4.18.0
Description of problem:
checked in 4.17.0-0.nightly-2024-09-18-003538, default thanos-ruler retention time is 24h, not 15d mentioned in https://github.com/openshift/cluster-monitoring-operator/blob/release-4.17/Documentation/api.md#thanosrulerconfig, the issue exists in 4.12+
$ for i in $(oc -n openshift-user-workload-monitoring get sts --no-headers | awk '{print $1}'); do echo $i; oc -n openshift-user-workload-monitoring get sts $i -oyaml | grep retention; echo -e "\n"; done prometheus-user-workload - --storage.tsdb.retention.time=24h thanos-ruler-user-workload - --tsdb.retention=24h
Version-Release number of selected component (if applicable):
4.17.0-0.nightly-2024-09-18-003538
How reproducible:
always
Steps to Reproduce:
1. see the description
Actual results:
default thanos-ruler retention time is 15d in api.md
Expected results:
should be 24h
Additional info:
- blocks
-
OCPBUGS-43545 [release-4.17] default thanos-ruler retention time should be 24h, not 15d in api.md
- Closed
- is cloned by
-
OCPBUGS-43545 [release-4.17] default thanos-ruler retention time should be 24h, not 15d in api.md
- Closed
- is documented by
-
OBSDOCS-1321 [DOC] default thanos-ruler retention time should be 24h, not 15d in api.md
- Backlog
- links to
-
RHEA-2024:6122 OpenShift Container Platform 4.18.z bug fix update