Add TokuDB metrics to MySQL plugin

This commit is contained in:
Vadim Tkachenko 2015-07-19 13:01:45 -07:00
parent c4e5e743c4
commit 7a075e091d
1 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,10 @@ var mappings = []*mapping{
onServer: "Innodb_",
inExport: "innodb_",
},
{
onServer: "Tokudb_",
inExport: "tokudb_",
},
{
onServer: "Threads_",
inExport: "threads_",