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

@@ -162,6 +162,7 @@ func TestStateTag(t *testing.T) {
"repl_queries_per_sec": int64(0),
"repl_updates_per_sec": int64(0),
"repl_lag": int64(0),
"repl_oplog_window_s": int64(0),
"resident_megabytes": int64(0),
"updates_per_sec": int64(0),
"vsize_megabytes": int64(0),