Skip to content

Commit

Permalink
add mysql uptime (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
lostz authored and sparrc committed Sep 23, 2016
1 parent 17e6496 commit 2cf1db0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/inputs/mysql/mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,10 @@ var mappings = []*mapping{
onServer: "wsrep_",
inExport: "wsrep_",
},
{
onServer: "Uptime_",
inExport: "uptime_",
},
}

var (
Expand Down

0 comments on commit 2cf1db0

Please sign in to comment.