Uploaded image for project: 'Observability Documentation'
  1. Observability Documentation
  2. OBSDOCS-1321

[DOC] default thanos-ruler retention time should be 24h, not 15d in api.md

XMLWordPrintable

    • True
    • Hide

      Waiting for the linked eng issue to finish.

      Show
      Waiting for the linked eng issue to finish.
    • False

      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:

          

            eromanov@redhat.com Eliska Romanova
            eromanov@redhat.com Eliska Romanova
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: