Skip to content
Snippets Groups Projects
  1. Feb 17, 2016
    • Cameron Sparr's avatar
      Flush based on buffer size rather than time · ee468be6
      Cameron Sparr authored
      this includes:
      - Add Accumulator to the Start() function of service inputs
      - For message consumer plugins, use the Accumulator to constantly add
        metrics and make Gather a dummy function
      - rework unit tests to match this new behavior.
      - make "flush_buffer_when_full" a config option that defaults to true
      
      closes #666
      ee468be6
  2. 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
  3. Jan 07, 2016
  4. Oct 20, 2015
  5. Oct 15, 2015
  6. 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
  7. May 29, 2015
  8. May 27, 2015
  9. May 19, 2015
  10. Apr 06, 2015
  11. 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