Skip to content

Commit

Permalink
Fix config example of retention period
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Haudum <[email protected]>
  • Loading branch information
chaudum committed Aug 27, 2024
1 parent 9a1bcc3 commit 2054c13
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/sources/operations/query-acceleration-blooms.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,14 @@ The Bloom Planner applies bloom block retention on object storage. Retention is
When enabled, retention is applied to all tenants. The retention for each tenant is the longest of its [configured][tenant-limits]
general retention (`retention_period`) and the streams retention (`retention_stream`).

For example, in the following example, tenant A has a bloom retention of 30 days,
and tenant B a bloom retention of 40 days.
For example, in the following example, tenant A has a bloom retention of 30 days, and tenant B a bloom retention of 40 days.

```yaml
overrides:
"A":
retention: 30d
retention_period: 30d
"B":
retention: 30d
retention_period: 30d
retention_stream:
- selector: '{namespace="prod"}'
priority: 1
Expand Down

0 comments on commit 2054c13

Please sign in to comment.