We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[[outputs.cloudwatch]] metric_batch_size = 1000 (default)
[outputs.cloudwatch] Unable to write to CloudWatch : operation error CloudWatch: PutMetricData, https response error StatusCode: 413
Telegraf 1.28.3+ (up to master that is 1.33.0 now)
No response
Was able to get an error with the default value of metric_batch_size and 10 dimensions for each metric
metric_batch_size
CloudWatch output plugin splits metrics for batches by size in addition to count
CloudWatch output plugin splits metrics for batches only by count (
telegraf/plugins/outputs/cloudwatch/cloudwatch.go
Lines 191 to 193 in a72550a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Relevant telegraf.conf
Logs from Telegraf
System info
Telegraf 1.28.3+ (up to master that is 1.33.0 now)
Docker
No response
Steps to reproduce
Was able to get an error with the default value of
metric_batch_size
and 10 dimensions for each metricExpected behavior
CloudWatch output plugin splits metrics for batches by size in addition to count
Actual behavior
CloudWatch output plugin splits metrics for batches only by count (
telegraf/plugins/outputs/cloudwatch/cloudwatch.go
Lines 191 to 193 in a72550a
Additional info
No response
The text was updated successfully, but these errors were encountered: