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

Get AWS Account Level CloudWatch metrics using Amazon CloudWatch Statistics Input Plugin #16208

Open
srinivasaluka opened this issue Nov 20, 2024 · 1 comment · May be fixed by #16337
Open
Assignees
Labels
feature request Requests for new plugin and for new features to existing plugins

Comments

@srinivasaluka
Copy link

Use Case

We are using Telegraf's Amazon CloudWatch Statistics Input Plugin to send AWS Account level CloudWatch metrics to influx cloud. We want to send metrics data of all services i.e., AWS/EC2, AWS/ApplicationELB, AWS/RDS etc., in one shot instead of picking each namespace individually. We are referring the configuration we found from the github readme.md file (https://github.com/influxdata/telegraf/blob/master/plugins/inputs/cloudwatch/README.md)

Expected behavior

In telegraf configuration, use a wildcard in the namespaces section, for example: namespaces = ["AWS/*"] to fetch metrics of all namespaces at once and send to influxDB

Actual behavior

namespaces = ["AWS/ApplicationELB"] works fine
namespace = ["AWS/EC2", "AWS/ApplicationELB"] works fine
namespace = ["AWS/*"] doesn't work

Additional info

No response

@srinivasaluka srinivasaluka added the feature request Requests for new plugin and for new features to existing plugins label Nov 20, 2024
@srebhan srebhan self-assigned this Nov 25, 2024
@srebhan srebhan linked a pull request Dec 20, 2024 that will close this issue
1 task
@srebhan
Copy link
Member

srebhan commented Dec 20, 2024

@srinivasaluka please test the binary in PR #16337, available as soon as CI finished the tests, and let me know if this fixes the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants