mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 06:04:05 -08:00
Fix snapshots (#7217)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
a12e96299d
commit
645b71e9ef
|
@ -389,6 +389,7 @@ func main() {
|
||||||
cfg.web.Context = ctxWeb
|
cfg.web.Context = ctxWeb
|
||||||
cfg.web.TSDBRetentionDuration = cfg.tsdb.RetentionDuration
|
cfg.web.TSDBRetentionDuration = cfg.tsdb.RetentionDuration
|
||||||
cfg.web.TSDBMaxBytes = cfg.tsdb.MaxBytes
|
cfg.web.TSDBMaxBytes = cfg.tsdb.MaxBytes
|
||||||
|
cfg.web.TSDBDir = cfg.localStoragePath
|
||||||
cfg.web.LocalStorage = localStorage
|
cfg.web.LocalStorage = localStorage
|
||||||
cfg.web.Storage = fanoutStorage
|
cfg.web.Storage = fanoutStorage
|
||||||
cfg.web.QueryEngine = queryEngine
|
cfg.web.QueryEngine = queryEngine
|
||||||
|
|
Loading…
Reference in a new issue