Add support for per output flush jitter (#6603)

This commit is contained in:
dbutler-starry
2019-11-12 19:43:39 -05:00
committed by Daniel Nelson
parent 2a8735d1c6
commit 2156a6242e
4 changed files with 30 additions and 3 deletions

View File

@@ -24,6 +24,7 @@ type OutputConfig struct {
Filter Filter
FlushInterval time.Duration
FlushJitter *time.Duration
MetricBufferLimit int
MetricBatchSize int
}