You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
replicationFactor:=cmd.Flag("receive.replication-factor", "How many times to replicate incoming write requests.").Default("1").Uint64()
83
83
84
-
tsdbMinBlockDuration:=cmd.Flag("tsdb.min-block-duration", "Min duration for local TSDB blocks").Default("2h").Hidden().Int64()
85
-
tsdbMaxBlockDuration:=cmd.Flag("tsdb.max-block-duration", "Max duration for local TSDB blocks").Default("2h").Hidden().Int64()
84
+
tsdbMinBlockDuration:=modelDuration(cmd.Flag("tsdb.min-block-duration", "Min duration for local TSDB blocks").Default("2h").Hidden())
85
+
tsdbMaxBlockDuration:=modelDuration(cmd.Flag("tsdb.max-block-duration", "Max duration for local TSDB blocks").Default("2h").Hidden())
86
86
ignoreBlockSize:=cmd.Flag("shipper.ignore-unequal-block-size", "If true receive will not require min and max block size flags to be set to the same value. Only use this if you want to keep long retention and compaction enabled, as in the worst case it can result in ~2h data loss for your Thanos bucket storage.").Default("false").Hidden().Bool()
87
87
88
88
walCompression:=cmd.Flag("tsdb.wal-compression", "Compress the tsdb WAL.").Default("true").Bool()
// Make sure Cortex is not forcing us to some other Prometheus version.
75
+
github.com/prometheus/prometheus => github.com/prometheus/prometheusv1.8.2-0.20200407102557-cd73b3d33e06// @cd73b3d33e064bbd846fc7a26dc8c313d46af382 (after v2.17.0 and before v2.18.0).
0 commit comments