Skip to content
Snippets Groups Projects
Commit 2cf1db08 authored by lost_z's avatar lost_z Committed by Cameron Sparr
Browse files

add mysql uptime (#1735)

parent 17e64968
No related branches found
No related tags found
No related merge requests found
...@@ -313,6 +313,10 @@ var mappings = []*mapping{ ...@@ -313,6 +313,10 @@ var mappings = []*mapping{
onServer: "wsrep_", onServer: "wsrep_",
inExport: "wsrep_", inExport: "wsrep_",
}, },
{
onServer: "Uptime_",
inExport: "uptime_",
},
} }
var ( var (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment