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

Support StatisticValues in Cloudwatch output plugin #4318

Closed
david7482 opened this issue Jun 19, 2018 · 1 comment
Closed

Support StatisticValues in Cloudwatch output plugin #4318

david7482 opened this issue Jun 19, 2018 · 1 comment
Labels
area/aws AWS plugins including cloudwatch, ecs, kinesis feature request Requests for new plugin and for new features to existing plugins

Comments

@david7482
Copy link
Contributor

Feature Request

Cloudwatch MericDatum has the StatisticValues field. We could utilize it with basicstats aggregator results so that we don't need to send raw metrics which could improve efficiency and save API cost.

Proposal:

Cloudwatch output plugin could parse the field names from basicstats aggregator. If it found all required fields are available(min, max, sum, mean, count), it would use StatisticValues field to send this metric instead of sending them as separated values.

Current behavior:

Cloudwatch output plugin does not use the StatisticValues field. It would send every field as separated cloudwatch.MericDatum.

Desired behavior:

Cloudwatch output plugin could utilize StatisticValues field if all required fields are available.

Use case: [Why is this important (helps with prioritizing requests)]

If we have lots of matrics, it is much more efficient and also saves API cost.

@glinton glinton added the feature request Requests for new plugin and for new features to existing plugins label Jun 19, 2018
@danielnelson danielnelson added the area/aws AWS plugins including cloudwatch, ecs, kinesis label Jun 19, 2018
@danielnelson
Copy link
Contributor

Sounds good, is this something you could work on @david7482?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/aws AWS plugins including cloudwatch, ecs, kinesis feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

No branches or pull requests

3 participants