Adding replication lag metric

closes #1066
This commit is contained in:
Victor Garcia
2016-04-20 01:16:22 +02:00
committed by Cameron Sparr
parent f9c8ed0dc3
commit 194288c00e
6 changed files with 81 additions and 7 deletions

View File

@@ -54,6 +54,7 @@ var DefaultReplStats = map[string]string{
"repl_getmores_per_sec": "GetMoreR",
"repl_commands_per_sec": "CommandR",
"member_status": "NodeType",
"repl_lag": "ReplLag",
}
var MmapStats = map[string]string{