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
{{ message }}
This repository was archived by the owner on Aug 23, 2023. It is now read-only.
# (note in particular that if you remove archives here, we will no longer read from them)
457
457
# * Retentions must be specified in order of increasing interval and retention
458
458
# * The reorderBuffer an optional buffer that temporarily keeps data points in memory as raw data and allows insertion at random order. The specified value is how many datapoints, based on the raw interval specified in the first defined retention, should be kept before they are flushed out. This is useful if the metric producers cannot guarantee that the data will arrive in order, but it is relatively memory intensive. If you are unsure whether you need this, better leave it disabled to not waste memory.
459
-
#
459
+
#
460
460
# A given rule is made up of at least 3 lines: the name, regex pattern, retentions and optionally the reorder buffer size.
461
461
# The retentions line can specify multiple retention definitions. You need one or more, space separated.
0 commit comments