Commit Graph

20 Commits

Author SHA1 Message Date
Maksadbek bd0bed6ff5 updated README for mysql input plugin 2016-04-14 01:58:42 +05:00
Maksadbek c0bc3dd864 transposed the matrix of tags/fields for Lock Waits stats gathering 2016-04-11 01:19:06 +05:00
Maksadbek 116c0e4f2f preventing tags from mutation by creating new tag for each metric 2016-03-31 01:42:10 +05:00
Maksadbek 9f36e194f4 changed types to decrease needless uint64 to float64 casts 2016-03-26 01:54:49 +05:00
Maksadbek cf6666b6f0 fixed code regarding needless type casting; single creation of map 2016-03-25 04:06:36 +05:00
Maksadbek 67d1e7a745 mysql plugin conf field names are lowercase-underscored 2016-03-23 02:21:03 +05:00
Maksadbek 3144351aa2 improvements on queries and additional comments 2016-03-18 23:12:51 +05:00
Maksadbek 5064d83a41 statics that lack on MySQL 5.5 is turned off by default 2016-03-18 14:30:14 +05:00
Maksadbek cc0ee684eb mysql plugin, check for existence of table before scanning 2016-03-18 14:30:14 +05:00
Maksadbek 99343e1041 remove duplicate function; Mysql plugin GatherTableSchema is configurable 2016-03-18 14:30:14 +05:00
maksadbek bac3dd5a83 Improved mysql plugin
shows global variables
	shows slave statuses
	shows size and count of binary log files
	shows information_schema.processlist stats
	shows perf table stats
	shows auto increments stats from information schema
	shows perf index stats
	shows table lock waits summary by table
	shows time and operations of event waits
	shows file event statuses
	shows events statements stats from perf_schema
	shows schema statistics
	refactored plugin, provided multiple fields per insert
2016-03-18 14:30:13 +05:00
Pierre Fersing fe43fb47e1 Fix test
closes #771
2016-03-01 09:44:52 +00:00
Pierre Fersing ca3a80fbe1 Fix invalid DSN after dsnAddTimeout and "" DSN 2016-03-01 09:43:28 +00:00
Pierre Fersing f0747e76da Fix newly added test 2016-03-01 09:43:28 +00:00
Pierre Fersing 7416d6ea71 Improve timeout in input plugins 2016-03-01 09:43:28 +00:00
Cameron Sparr 8d2e5f0bda Seems to be a toml parse bug around triple pounds 2016-02-18 14:36:03 -07:00
Cameron Sparr fc7fa4b6c5 Cleanup comments and indentation in config file 2016-02-09 11:01:50 -07:00
Cameron Sparr 9c0d14bb60 Create public models for telegraf metrics, accumlator, plugins
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
2016-01-27 15:42:50 -07:00
Jack Zampolin 0cdf1b07e9 Fix issue 524 2016-01-20 10:57:35 -08:00
Cameron Sparr 9c5db1057d renaming plugins -> inputs 2016-01-07 15:04:30 -07:00