Skip to content

Commit 8f76886

Browse files
authored
Merge pull request #90660 from openshift-cherrypick-robot/cherry-pick-90429-to-enterprise-4.15
[enterprise-4.15] OBSDOCS-1495: Remove sampleAgeLimit from the OCP 4.16 and earlier doc…
2 parents c6788ec + e10f78c commit 8f76886

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/monitoring-example-remote-write-queue-configuration.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ data:
5151
minBackoff: 30ms #<6>
5252
maxBackoff: 5s #<7>
5353
retryOnRateLimit: false #<8>
54-
sampleAgeLimit: 0s #<9>
5554
----
5655
<1> The number of samples to buffer per shard before they are dropped from the queue.
5756
<2> The minimum number of shards.
@@ -61,7 +60,6 @@ data:
6160
<6> The initial time to wait before retrying a failed request. The time gets doubled for every retry up to the `maxbackoff` time.
6261
<7> The maximum time to wait before retrying a failed request.
6362
<8> Set this parameter to `true` to retry a request after receiving a 429 status code from the remote write storage.
64-
<9> The samples that are older than the `sampleAgeLimit` limit are dropped from the queue. If the value is undefined or set to `0s`, the parameter is ignored.
6563

6664
// Unset the source code block attributes just to be safe.
6765
:!configmap-name:

0 commit comments

Comments
 (0)