Add repl_oplog_window_s metric to mongodb input (#3964)

This commit is contained in:
Matvey Kruglov
2018-04-07 02:34:47 +03:00
committed by Daniel Nelson
parent 5d1585db8c
commit 9c2bd062a8
5 changed files with 49 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ var DefaultReplStats = map[string]string{
"member_status": "NodeType",
"state": "NodeState",
"repl_lag": "ReplLag",
"repl_oplog_window_s": "OplogTimeDiff",
}
var DefaultClusterStats = map[string]string{