-
Notifications
You must be signed in to change notification settings - Fork 1k
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
More informative help output for print-metrics #671
Conversation
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.
LGTM. Left a couple of comments. Also you have check style failures.
"messages-consumed-avg: The average number of messages consumed by a query per second\n" + | ||
"messages-consumed-min: Messages consumed per second for the query with the fewest messages consumed per second\n" + | ||
"messages-consumed-max: Messages consumed per second for the query with the most messages consumed per second\n" + | ||
"messages-produced-per-sec: Messages produced per second across all queries\n" + |
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.
Is this a dup of line 44?
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.
consumed vs produced
"messages-consumed-min: Messages consumed per second for the query with the fewest messages consumed per second\n" + | ||
"messages-consumed-max: Messages consumed per second for the query with the most messages consumed per second\n" + | ||
"messages-produced-per-sec: Messages produced per second across all queries\n" + | ||
"error-rate: The number of messages which were consumed but not processed\n" + |
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.
perhaps add 'across all queries'?
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.
LGTM.
No description provided.