- Nov 01, 2017
-
-
Maximilien Richer authored
-
- May 13, 2017
-
-
Zack Zatkin-Gold authored
Many of the examples provided within documentation are using a single dash for the command line arguments, but the telegraf executable explicitly has two dashes. There are also some inconsistencies with the ordering of the command line argument examples. I've ordered them so that the examples will show: config, config-directory, input-filter, test
-
- May 08, 2017
-
-
Daniel Nelson authored
Mention that some metrics are available only at larger intervals than 5 minutes. Update dead links to new locations and example config. closes #1907
-
- Apr 24, 2017
-
-
Patrick Hemmer authored
-
- Mar 24, 2017
-
-
Patrick Hemmer authored
-
- Mar 15, 2017
-
-
Antoine Augusti authored
-
- Dec 13, 2016
-
-
Leon Barrett authored
* Fix bug: too many cloudwatch metrics Cloudwatch metrics were being added incorrectly. The most obvious symptom of this was that too many metrics were being added. A simple check against the name of the metric proved to be a sufficient fix. In order to test the fix, a metric selection function was factored out. * Go fmt cloudwatch * Cloudwatch isSelected checks metric name * Move cloudwatch line in changelog to 1.2 features
-
- Nov 07, 2016
-
-
John Engelman authored
-
- Nov 04, 2016
-
-
John Engelman authored
Also don't use named returns in fetchNamespaceMetrics since it's non-standard for the rest of the codebase.
-
- Aug 30, 2016
-
-
Nathan Haneysmith authored
-
- Aug 29, 2016
-
-
Nathan Haneysmith authored
-
- Aug 26, 2016
-
-
Nathan Haneysmith authored
-
Nathan Haneysmith authored
-
Nathan Haneysmith authored
-
Nathan Haneysmith authored
-
Nathan Haneysmith authored
Reference #1670
-
- Jun 02, 2016
-
-
Cameron Sparr authored
-
- May 31, 2016
-
-
Cameron Sparr authored
closes #1197
-
- May 25, 2016
-
-
John Engelman authored
* Use shared AWS credential configuration. * Cloudwatch dimension wilcards * Allow configuring cache_ttl for cloudwatch metrics. * Allow for wildcard in dimension values to select all available metrics. * Use internal.Duration for CacheTTL and go fmt * Refactor to not use embedded structs for config. * Update AWS plugin READMEs with credentials details, update Changelog. * Fix changelog after rebasing to master and 0.13.1 release. * Fix changelog after rebase.
-
- Apr 27, 2016
-
-
John Engelman authored
closes #1085 closes #1086
-
- Apr 22, 2016
-
-
Cameron Sparr authored
closes #1078
-
- Apr 06, 2016
-
-
Josh Hardy authored
Rebased commit of previously reviewed branch. Added cloudwatch client Mock and more rich unit tests. closes #935 closes #936
-