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

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