Add cluster state integer to mongodb input (#7489)

This commit is contained in:
debu99
2020-05-21 08:34:50 +08:00
committed by GitHub
parent c3a54f4fb8
commit f10c8ff92d
4 changed files with 8 additions and 1 deletions

View File

@@ -437,6 +437,7 @@ func TestStateTag(t *testing.T) {
"repl_queries_per_sec": int64(0),
"repl_updates": int64(0),
"repl_updates_per_sec": int64(0),
"repl_state": int64(0),
"resident_megabytes": int64(0),
"state": "PRIMARY",
"storage_freelist_search_bucket_exhausted": int64(0),