- Oct 21, 2016
-
-
John Hu authored
-
- Oct 12, 2016
-
-
Cameron Sparr authored
The MySQL DB driver has it's own DSN parsing function. Previously we were using the url.Parse function, but this causes problems because a valid MySQL DSN can be an invalid http URL, namely when using some special characters in the password. This change uses the MySQL DB driver's builtin ParseDSN function and applies a timeout parameter natively via that. Another benefit of this change is that we fail earlier if given an invalid MySQL DSN. closes #870 closes #1842
-
- Sep 23, 2016
-
-
lost_z authored
-
- Sep 02, 2016
-
-
Cameron Sparr authored
-
David Caldwell authored
closes #1695
-
- Aug 22, 2016
-
-
Robert Kánia authored
-
- Jul 19, 2016
-
-
Cameron Sparr authored
closes #1439 closes #1440 closes #1441 closes #1442 closes #1443 closes #1444 closes #1445
-
- Jul 14, 2016
-
-
Shashank Sahni authored
These are useful for Percona Xtradb cluster. closes #1437
-
- May 17, 2016
-
-
Baptiste Mille-Mathias authored
Using root as user is a bad habit. closes #1177
-
- May 04, 2016
-
-
Lukasz Jagiello authored
Two additional config options to reduce MySQL metrics With: - gather_table_lock_waits = false - gather_event_waits = false ``` | wc -l 34 ``` With: - gather_table_lock_waits = true - gather_event_waits = true ``` | wc -l 50040 ``` closes #1148 closes #1149
-
- May 02, 2016
-
-
Pierre Fersing authored
closes #1136
-
- Apr 19, 2016
-
-
Maksadbek authored
closes #889 closes #403
-
Maksadbek authored
-
Maksadbek authored
-
Maksadbek authored
-
Maksadbek authored
-
Maksadbek authored
-
Maksadbek authored
-
Maksadbek authored
-
Maksadbek authored
-
Maksadbek authored
-
maksadbek authored
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
-
- Mar 01, 2016
-
-
Pierre Fersing authored
-
Pierre Fersing authored
-
- Feb 18, 2016
-
-
Cameron Sparr authored
-
- Feb 09, 2016
-
-
Cameron Sparr authored
-
- Jan 27, 2016
-
-
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
-
- Jan 23, 2016
-
-
Jack Zampolin authored
-
- Jan 20, 2016
-
-
Jack Zampolin authored
-
Jack Zampolin authored
-
- Jan 07, 2016
-
-
Cameron Sparr authored
-
- Jan 06, 2016
-
-
Cameron Sparr authored
-
- Oct 23, 2015
-
-
Cameron Sparr authored
Closes #297
-
- Oct 19, 2015
-
-
Tyler Nisonoff authored
Closes #284
-
- Oct 15, 2015
-
-
Cameron Sparr authored
-
- Sep 16, 2015
-
-
Cameron Sparr authored
closes #201
-
- Sep 02, 2015
-
-
nickscript0 authored
-
- Aug 26, 2015
-
-
Cameron Sparr authored
-
- Aug 25, 2015
-
-
Cameron Sparr authored
Closes #138
-
- Aug 24, 2015
-
-
Cameron Sparr authored
-