Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion metrics/write.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func NewWriteConfigFromFlags(flagReg func(name, help string) *kingpin.FlagClause
flagReg("remote-tenant-header", "Tenant ID to include in remote_write send. The default, is the default tenant header expected by Cortex.").Default("X-Scope-OrgID").
StringVar(&cfg.TenantHeader)
// TODO(bwplotka): Make this a non-bool flag (e.g. out-of-order-min-time).
flagReg("remote-out-of-order", "Enable out-of-order timestamps in remote write requests").Default("true").
flagReg("remote-out-of-order", "Enable out-of-order timestamps in remote write requests").Default("false").
BoolVar(&cfg.OutOfOrder)

return cfg
Expand Down