-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PMM-2203 v0.5.0 #98
PMM-2203 v0.5.0 #98
Conversation
Codecov Report
@@ Coverage Diff @@
## master #98 +/- ##
==========================================
+ Coverage 23.73% 23.74% +0.01%
==========================================
Files 39 39
Lines 2212 2152 -60
==========================================
- Hits 525 511 -14
+ Misses 1664 1615 -49
- Partials 23 26 +3
Continue to review full report at Codecov.
|
@rnovikovP ^^ |
|
||
// FIXME currently ignored | ||
enabledGroupsFlag = flag.String("groups.enabled", "asserts,durability,background_flushing,connections,extra_info,global_lock,index_counters,network,op_counters,op_counters_repl,memory,locks,metrics", "Comma-separated list of groups to use, for more info see: docs.mongodb.org/manual/reference/command/serverStatus/") | ||
// enabledGroupsFlag = flag.String("groups.enabled", "asserts,durability,background_flushing,connections,extra_info,global_lock,index_counters,network,op_counters,op_counters_repl,memory,locks,metrics", "Comma-separated list of groups to use, for more info see: docs.mongodb.org/manual/reference/command/serverStatus/") | ||
enabledGroupsFlag = flag.String("groups.enabled", "", "Currently ignored") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
enabledGroupsFlag
is unused
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v0.5.0
Adds --test flag to verify connection with MongoDB and to quit.
Fixes URI logging in plain text including credentials when no session can be created.