Skip to content
Snippets Groups Projects
  1. Jan 27, 2016
    • Cameron Sparr's avatar
      Create public models for telegraf metrics, accumlator, plugins · 9c0d14bb
      Cameron Sparr authored
      This will basically make the root directory a place for storing the
      major telegraf interfaces, which will make telegraf's godoc looks quite
      a bit nicer. And make it easier for contributors to lookup the few data
      types that they actually care about.
      
      closes #564
      9c0d14bb
  2. Jan 07, 2016
  3. Oct 20, 2015
  4. Oct 15, 2015
  5. Sep 17, 2015
    • Cameron Sparr's avatar
      Changing AddValues to AddFields and temp disabling adding w time · 733ba073
      Cameron Sparr authored
      Currently adding with time is broken, because InfluxDB does not support
      using precision for timestamp truncation both with and without
      timestamps. This will be re-enabled once we fix InfluxDB to use the
      precision argument for truncation in all cases, and a "unit" argument
      in the line-protocol for adding points with non-nanosecond stamps
      
      Fixes #175
      733ba073
  6. May 29, 2015
  7. May 27, 2015
  8. May 19, 2015
  9. Apr 06, 2015
  10. Apr 02, 2015
    • Evan Phoenix's avatar
      Initial spike · db74acb8
      Evan Phoenix authored
      This is mostly to solidify the overall structure with the agent,
      plugins, and testing philosphy.
      db74acb8
Loading