Skip to content
Snippets Groups Projects
  1. Nov 01, 2017
  2. May 13, 2017
    • Zack Zatkin-Gold's avatar
      Fix telegraf example arguments (#2788) · dd537b33
      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
      dd537b33
  3. May 08, 2017
  4. Apr 24, 2017
  5. Mar 24, 2017
  6. Mar 15, 2017
  7. Dec 13, 2016
    • Leon Barrett's avatar
      Fix bug: too many cloudwatch metrics (#1885) · 6e241611
      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
      6e241611
  8. Nov 07, 2016
  9. Nov 04, 2016
  10. Aug 30, 2016
  11. Aug 29, 2016
  12. Aug 26, 2016
  13. Jun 02, 2016
  14. May 31, 2016
  15. May 25, 2016
    • John Engelman's avatar
      Consolidate AWS credentials (#1208) · 5f3a91bf
      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.
      5f3a91bf
  16. Apr 27, 2016
  17. Apr 22, 2016
  18. Apr 06, 2016
    • Josh Hardy's avatar
      Add CloudWatch input plugin · d5b9e003
      Josh Hardy authored
      Rebased commit of previously reviewed branch.
      Added cloudwatch client Mock and more rich unit tests.
      
      closes #935
      closes #936
      d5b9e003
Loading