Skip to content
Snippets Groups Projects
  1. Jun 04, 2018
  2. May 05, 2018
  3. Dec 01, 2017
  4. Apr 27, 2017
  5. Mar 03, 2017
  6. Dec 01, 2016
    • Cameron Sparr's avatar
      Implement telegraf's own full metric type · db7a4b24
      Cameron Sparr authored
      main reasons behind this:
      - make adding/removing tags cheap
      - make adding/removing fields cheap
      - make parsing cheaper
      - make parse -> decorate -> write out bytes metric flow much faster
      
      Refactor serializer to use byte buffer
      db7a4b24
  7. Nov 24, 2016
  8. Oct 03, 2016
    • Cameron Sparr's avatar
      Major Logging Overhaul · c7834209
      Cameron Sparr authored
      in this commit:
      
      - centralize logging output handler.
      - set global Info/Debug/Error log levels based on config file or flags.
      - remove per-plugin debug arg handling.
      - add a I!, D!, or E! to every log message.
      - add configuration option to specify where to send logs.
      
      closes #1786
      c7834209
  9. Apr 01, 2016
    • Cameron Sparr's avatar
      Cleanup & standardize config file · e436b2d7
      Cameron Sparr authored
      changes:
      
      - -sample-config will now comment out all but a few default plugins.
      - config file parse errors will output path to bad conf file.
      - cleanup 80-char line-length and some other style issues.
      - default package conf file will now have all plugins, but commented
        out.
      
      closes #199
      closes #944
      e436b2d7
  10. Mar 17, 2016
  11. Feb 18, 2016
  12. Feb 12, 2016
  13. Feb 04, 2016
  14. Jan 28, 2016
  15. 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
  16. Jan 23, 2016
  17. Jan 20, 2016
  18. Jan 17, 2016
  19. Jan 07, 2016
  20. Nov 02, 2015
  21. Oct 21, 2015
  22. Oct 20, 2015
  23. Oct 15, 2015
  24. Sep 24, 2015
  25. Sep 16, 2015
Loading