telegraf/plugins
Stian Øvrevåge 4b6f9b93dd Updated sqlserver.go - Added Rows/Logs max size (#1380)
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.
2016-06-22 14:39:35 +01:00
..
inputs Updated sqlserver.go - Added Rows/Logs max size (#1380) 2016-06-22 14:39:35 +01:00
outputs Fix Graphite output mangling '%' character. 2016-06-21 11:52:49 +01:00
parsers graphite parser: support multiple tag keys 2016-05-25 17:11:28 +01:00
serializers sanitize * to - in graphite serializer 2016-04-27 18:05:44 -06:00