Skip to content
New issue

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] Telegraf reports only 10 dimensions to CloudWatch #16286

Open
tory-kk opened this issue Dec 10, 2024 · 0 comments
Open

[outputs.cloudwatch] Telegraf reports only 10 dimensions to CloudWatch #16286

tory-kk opened this issue Dec 10, 2024 · 0 comments
Labels
bug unexpected problem or unintended behavior

Comments

@tory-kk
Copy link

tory-kk commented Dec 10, 2024

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

.

Expected behavior

According to CloudWatch documentation, it allows up to 30 dimensions (https://docs.aws.amazon.com.mcas.ms/AmazonCloudWatch/latest/monitoring/publishingMetrics.html#usingDimensions),

Actual behavior

CloudWatch output plugin has a hardcoded value of 10:

const maxDimensions = 10

Also, there is no information about tags trimming.

Additional info

No response

@tory-kk tory-kk added the bug unexpected problem or unintended behavior label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant