Skip to content

Commit

Permalink
Merge pull request #72 from vadimtk/master
Browse files Browse the repository at this point in the history
Add TokuDB metrics to MySQL plugin
  • Loading branch information
evanphx committed Jul 21, 2015
2 parents e6ff9c6 + 7a075e0 commit e484d4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/mysql/mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ var mappings = []*mapping{
onServer: "Innodb_",
inExport: "innodb_",
},
{
onServer: "Tokudb_",
inExport: "tokudb_",
},
{
onServer: "Threads_",
inExport: "threads_",
Expand Down

0 comments on commit e484d4b

Please sign in to comment.