Skip to content
Snippets Groups Projects
  1. Mar 22, 2018
    • Mark Wilkinson - m82labs's avatar
      Fix SQL Server 2008 compatibility (#3916) · d7f279e3
      Mark Wilkinson - m82labs authored
      * Fixed a bug in the performance counter query when run against SQL Server 2016 SP1-CU2. The performance counter DMV contains duplicate entries which are not handled by the query.
      
      * Adding more stats related to workload groups.
      
      * Adding new RG stats, removing "host" tag
      
      * Removed workload group query
      
      * Fixing some 2008 compat issues, removed the host field from the result set.
      
      * Adding fixes for SQL Server 2008 compat around RG columns. Also converted perf counter query to support named instances.
      d7f279e3
  2. Mar 07, 2018
  3. Feb 09, 2018
    • Mark Wilkinson - m82labs's avatar
      Added additional SQL Server performance counters (#3770) · 42ccc9f3
      Mark Wilkinson - m82labs authored
      * Included system databases in server properties, added backup/restore throughput counter, error counters, and user settable counters.
      
      * Added more resource governor counters.
      
      * Added Target and Total Server Memory counters.
      
      * Removed the c_type tag from the performance counters query, added more documentation instead.
      42ccc9f3
  4. Feb 01, 2018
  5. Nov 17, 2017
  6. Oct 16, 2017
  7. Oct 03, 2017
  8. Sep 15, 2017
  9. May 04, 2017
  10. Apr 24, 2017
  11. Jan 13, 2017
  12. Oct 06, 2016
  13. Sep 28, 2016
  14. Sep 02, 2016
  15. 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
  16. Apr 23, 2016
  17. Mar 17, 2016
  18. Feb 18, 2016
  19. Feb 09, 2016
  20. 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
  21. Jan 26, 2016
Loading