Skip to content

fix(aws_cloudwatch_metrics sink): Fix metrics batch strategy in sinks#1141

Merged
loony-bean merged 1 commit intomasterfrom
metrics-batch-min
Nov 7, 2019
Merged

fix(aws_cloudwatch_metrics sink): Fix metrics batch strategy in sinks#1141
loony-bean merged 1 commit intomasterfrom
metrics-batch-min

Conversation

@loony-bean
Copy link
Copy Markdown
Contributor

@loony-bean loony-bean commented Nov 4, 2019

Undoing recently introduced batched_with_max, because it was not working as intended, and is basically not required.

Used with MetricBuffer, batched_with_min strategy will make sure the buffer sent out either when it contain batch_size metrics sharp, or it has timed out.

Ref #856

Signed-off-by: Alexey Suslov <alexey.suslov@gmail.com>
@loony-bean loony-bean merged commit fefe9ef into master Nov 7, 2019
@loony-bean loony-bean deleted the metrics-batch-min branch November 7, 2019 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants