Fix snapshots (#7217)

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
pull/7222/head
Julien Pivotto 2020-05-07 11:03:48 +02:00 committed by GitHub
parent a12e96299d
commit 645b71e9ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -389,6 +389,7 @@ func main() {
cfg.web.Context = ctxWeb
cfg.web.TSDBRetentionDuration = cfg.tsdb.RetentionDuration
cfg.web.TSDBMaxBytes = cfg.tsdb.MaxBytes
cfg.web.TSDBDir = cfg.localStoragePath
cfg.web.LocalStorage = localStorage
cfg.web.Storage = fanoutStorage
cfg.web.QueryEngine = queryEngine