add mysql uptime (#1735)

This commit is contained in:
lost_z 2016-09-23 22:59:22 +08:00 committed by Cameron Sparr
parent 17e6496830
commit 2cf1db0837
1 changed files with 4 additions and 0 deletions

View File

@ -313,6 +313,10 @@ var mappings = []*mapping{
onServer: "wsrep_", onServer: "wsrep_",
inExport: "wsrep_", inExport: "wsrep_",
}, },
{
onServer: "Uptime_",
inExport: "uptime_",
},
} }
var ( var (