Skip to content
Snippets Groups Projects
  1. Nov 17, 2017
  2. Oct 16, 2017
  3. Oct 03, 2017
  4. Sep 15, 2017
  5. 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
  6. May 04, 2017
  7. Apr 24, 2017
  8. Jan 13, 2017
  9. Oct 06, 2016
  10. Sep 28, 2016
  11. Sep 02, 2016
  12. Jun 22, 2016
    • Stian Øvrevåge's avatar
      Updated sqlserver.go - Added Rows/Logs max size (#1380) · 4b6f9b93
      Stian Øvrevåge authored
      I added Rows/Logs max size counters for tracking databases that do not have autogrowth enabled. The counters return numbers in 8KB pages since there are a few special values (such as -1 for no max size) that can't directly be multiplied by 8192 to get size in bytes.
      
      Also added Rows/Logs size in 8KB pages for comparison from the same system table. Even though it returns the same size as sizes from sys.dm_io_virtual_file_stats which are already collected.
      4b6f9b93
  13. Apr 23, 2016
  14. Mar 17, 2016
  15. Feb 18, 2016
  16. Feb 09, 2016
  17. Jan 28, 2016
  18. 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
  19. Jan 26, 2016
Loading