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

Enable High Resolution Metrics with the Cloudwatch output #3065

Closed
devinsba opened this issue Jul 28, 2017 · 1 comment · Fixed by #6689
Closed

Enable High Resolution Metrics with the Cloudwatch output #3065

devinsba opened this issue Jul 28, 2017 · 1 comment · Fixed by #6689
Labels
feature request Requests for new plugin and for new features to existing plugins
Milestone

Comments

@devinsba
Copy link

Feature Request

Per the recent blog post: https://aws.amazon.com/blogs/aws/new-high-resolution-custom-metrics-and-alarms-for-amazon-cloudwatch/

AWS now supports second resolution metrics when a PutMetricData request includes a new optional parameter StorageResolution set to 1

Proposal:

Add a config option to allow for writing data at this resolution

Current behavior:

The client uses the standard behavior with 1 minute resolution metrics

Desired behavior:

The metrics created and updated by telegraf will use high resolution when configured to

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

Cloudwatch Alarms now support reacting in 10s when using 1s resolution metrics. This allows our infrastructure to be more reactive to change.

@danielnelson danielnelson added the feature request Requests for new plugin and for new features to existing plugins label Aug 12, 2017
@danielnelson danielnelson added this to the 1.5.0 milestone Aug 12, 2017
@danielnelson danielnelson modified the milestones: 1.5.0, 1.6.0 Nov 30, 2017
@russorat russorat modified the milestones: 1.6.0, 1.7.0 Jan 26, 2018
@danielnelson danielnelson modified the milestones: 1.7.0, 1.8.0 Jun 3, 2018
@russorat russorat modified the milestones: 1.8.0, 1.9.0 Sep 4, 2018
@russorat russorat modified the milestones: 1.9.0, 1.10 Oct 22, 2018
@danielnelson danielnelson modified the milestones: 1.10.0, 1.11.0 Feb 4, 2019
@danielnelson danielnelson removed this from the 1.11.0 milestone May 20, 2019
@radykal-com
Copy link
Contributor

I'd like to take care of this as I need it :)

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.

4 participants