-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Cloudwatch plugin multiple namespaces #8233
Copy link
Copy link
Closed
Labels
area/awsAWS plugins including cloudwatch, ecs, kinesisAWS plugins including cloudwatch, ecs, kinesiscloudIssues or requests around cloud environmentsIssues or requests around cloud environmentsfeature requestRequests for new plugin and for new features to existing pluginsRequests for new plugin and for new features to existing plugins
Metadata
Metadata
Assignees
Labels
area/awsAWS plugins including cloudwatch, ecs, kinesisAWS plugins including cloudwatch, ecs, kinesiscloudIssues or requests around cloud environmentsIssues or requests around cloud environmentsfeature requestRequests for new plugin and for new features to existing pluginsRequests for new plugin and for new features to existing plugins
Feature Request
Cloudwatch input plugin supports only a single namespace per 1 instance of telegraf.
We would like to ask to have the ability to provide a list of namespaces.
Proposal:
Current behavior:
you can only choose a single namespace to use with the cloudwatch input plugin.
Desired behavior:
having the ability to provide a list of namespaces and get all of their metrics.
Use case:
this is important to us because we are using a lot of cloudwatch namespaces - elasticache, ELB, EC2 and more
with current behavior that means we need to have multiple telegraf instances/processes to achieve the same result we had with other tools (grafana datasource / datadog)