Skip to content
Snippets Groups Projects
  1. Aug 22, 2016
  2. Jul 19, 2016
  3. Jul 14, 2016
  4. May 17, 2016
  5. May 04, 2016
    • Lukasz Jagiello's avatar
      Fix #1148 - chatty MySQL · 4c28f15b
      Lukasz Jagiello authored
      Two additional config options to reduce MySQL metrics
      
      With:
       - gather_table_lock_waits = false
       - gather_event_waits = false
      
      ```
      | wc -l
      34
      ```
      
      With:
       - gather_table_lock_waits = true
       - gather_event_waits = true
      
      ```
      | wc -l
      50040
      ```
      
      closes #1148
      closes #1149
      4c28f15b
  6. May 02, 2016
  7. Apr 19, 2016
  8. Mar 01, 2016
  9. Feb 18, 2016
  10. Feb 09, 2016
  11. 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
  12. Jan 23, 2016
  13. Jan 20, 2016
  14. Jan 07, 2016
  15. Jan 06, 2016
  16. Oct 23, 2015
  17. Oct 19, 2015
  18. Oct 15, 2015
  19. Sep 16, 2015
  20. Sep 02, 2015
  21. Aug 26, 2015
  22. Aug 25, 2015
  23. Aug 24, 2015
  24. Aug 05, 2015
  25. Jul 19, 2015
  26. Jul 03, 2015
  27. May 23, 2015
Loading