-
Notifications
You must be signed in to change notification settings - Fork 107
Added option 'reorderBufferAllowUpdate' to storage schemas #1552
Conversation
7c7964a
to
fbda8de
Compare
the reorderbuffer setting is per metrics pattern inside of storage-schemas.conf also can we simplify the name of the setting? e.g. |
d2ee369
to
8287d4a
Compare
Thanks, I reworked the whole thing to address all your good remarks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some minor tweaks needed, LGTM
e4f2a7d
to
f4299fd
Compare
Added option 'reorderBufferAllowUpdate' to storage schemas.
When enabled, a point sent within the reorder buffer window that has a timestamp already used by a point in the reorder buffer will overwrite the existing value.
Fix #1531