Skip to content
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

Added requests/sec(throughput) #11694

Merged
merged 2 commits into from
Apr 24, 2018
Merged

Added requests/sec(throughput) #11694

merged 2 commits into from
Apr 24, 2018

Conversation

flopp999
Copy link
Contributor

@@ -948,6 +949,7 @@ kbn.getUnitFormats = function() {
text: 'throughput',
submenu: [
{ text: 'ops/sec (ops)', value: 'ops' },
{ text: 'requets/sec (rps)', value: 'rps' },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This conflicts with reads/sec

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have now changed from rps to reqps

@bergquist bergquist added this to the 5.2 milestone Apr 24, 2018
@bergquist
Copy link
Contributor

Thank you for contributing!

@bergquist bergquist merged commit f2b5b6f into grafana:master Apr 24, 2018
@@ -948,6 +949,7 @@ kbn.getUnitFormats = function() {
text: 'throughput',
submenu: [
{ text: 'ops/sec (ops)', value: 'ops' },
{ text: 'requets/sec (rps)', value: 'reqps' },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bergquist This should be request instead of requets

Copy link
Contributor Author

@flopp999 flopp999 Apr 25, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mjtrangoni Thanks for seeing this.
Can I changed this PR or do I have to create a new PR?
It should have been requests/sec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/external This PR is from external contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants