add mysql uptime (#1735)
This commit is contained in:
parent
17e6496830
commit
2cf1db0837
|
@ -313,6 +313,10 @@ var mappings = []*mapping{
|
|||
onServer: "wsrep_",
|
||||
inExport: "wsrep_",
|
||||
},
|
||||
{
|
||||
onServer: "Uptime_",
|
||||
inExport: "uptime_",
|
||||
},
|
||||
}
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in New Issue