Add cluster state integer to mongodb input (#7489)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user