Skip to content

Commit

Permalink
reapir Example Configuration (grafana#2772)
Browse files Browse the repository at this point in the history
The retention period must be a multiple of the index/chunks table period
  • Loading branch information
DesistDaydream authored Oct 20, 2020
1 parent fd5cb96 commit e4e5228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sources/operations/storage/retention.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For further details on the Table Manager internals, refer to the

## Example Configuration

Example configuration with GCS with a 30 day retention:
Example configuration with GCS with a 28 day retention:

```yaml
schema_config:
Expand All @@ -65,9 +65,9 @@ storage_config:
bucket_name: GCS_BUCKET_NAME

chunk_store_config:
max_look_back_period: 720h
max_look_back_period: 672h

table_manager:
retention_deletes_enabled: true
retention_period: 720h
retention_period: 672h
```

0 comments on commit e4e5228

Please sign in to comment.