We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0857d3d commit 08d54d2Copy full SHA for 08d54d2
exporter/replset_config_collector_test.go
@@ -40,7 +40,7 @@ func TestReplsetConfigCollector(t *testing.T) {
40
41
// The last \n at the end of this string is important
42
expected := strings.NewReader(`
43
- # HELP mongodb_rs_cfg_protocolVersion cfg.
+ # HELP mongodb_rs_cfg_protocolVersion rs_cfg.
44
# TYPE mongodb_rs_cfg_protocolVersion untyped
45
mongodb_rs_cfg_protocolVersion 1` + "\n")
46
// Filter metrics for 2 reasons:
0 commit comments