Skip to content

Commit

Permalink
Add chunk_block_size option
Browse files Browse the repository at this point in the history
Introduce by grafana#464.

Signed-off-by: Xiang Dai <764524258@qq.com>
  • Loading branch information
daixiang0 committed Apr 30, 2019
1 parent aa4684e commit 206e5a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ config:

ingester:
chunk_idle_period: 15m
chunk_block_size: 262144
lifecycler:
ring:
store: inmemory
Expand Down
1 change: 1 addition & 0 deletions production/ksonnet/loki/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

ingester: {
chunk_idle_period: '15m',
chunk_block_size: 262144,

lifecycler: {
ring: {
Expand Down

0 comments on commit 206e5a6

Please sign in to comment.