Files
telegraf/plugins/inputs
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
..
2016-06-21 14:23:01 +01:00
2016-05-18 15:48:44 +01:00
2016-05-31 10:42:19 +01:00
2016-03-22 09:13:31 -06:00
2016-03-01 09:43:28 +00:00
2016-04-26 09:42:06 -06:00
2016-06-01 18:44:18 +01:00
2016-03-31 20:37:04 -06:00
2016-06-21 14:23:01 +01:00
2016-04-01 10:59:53 -06:00
2016-06-13 10:38:58 +01:00
2016-06-21 14:22:51 +01:00
2016-03-01 09:43:28 +00:00
2016-06-10 13:05:28 +01:00
2016-05-20 15:30:13 +01:00
2016-03-01 09:43:28 +00:00
2016-05-23 11:20:01 +01:00
2016-06-01 15:49:32 +01:00
2016-06-21 14:23:01 +01:00
2016-04-28 12:21:28 -06:00
2016-06-01 18:58:54 +01:00