Skip to content

Commit

Permalink
Fix local config: Use DayTime (#598)
Browse files Browse the repository at this point in the history
* Fix local config: Use DayTime

Psst, the date is the first commit date for loki ;)

Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>

* Fix the config in ksonnet and helm too

Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
  • Loading branch information
gouthamve authored May 17, 2019
1 parent 75fbe01 commit f2fb161
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/loki/loki-local-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ingester:

schema_config:
configs:
- from: 0
- from: 2018-04-15
store: boltdb
object_store: filesystem
schema: v9
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ config:
enforce_metric_name: false
schema_config:
configs:
- from: 0
- from: 2018-04-15
store: boltdb
object_store: filesystem
schema: v9
Expand Down
2 changes: 1 addition & 1 deletion production/ksonnet/loki/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

schema_config: {
configs: [{
from: '0',
from: '2018-04-15',
store: 'bigtable',
object_store: 'gcs',
schema: 'v9',
Expand Down

0 comments on commit f2fb161

Please sign in to comment.