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

Fixed calculation of operations per second in server metrics #312

Merged
merged 2 commits into from
Apr 23, 2024

Conversation

deepakverma
Copy link
Contributor

This commit corrects the calculation of the instantaneous operations per second in the server metrics. The previous calculation was incorrectly using the byteUnit for conversion, which is not appropriate for operations per second. The corrected calculation now accurately reflects the number of operations processed per second.

This commit corrects the calculation of the instantaneous operations per second in the server metrics. The previous calculation was incorrectly using the `byteUnit` for conversion, which is not appropriate for operations per second. The corrected calculation now accurately reflects the number of operations processed per second.
@TalZaccai TalZaccai merged commit 6e1ba04 into microsoft:main Apr 23, 2024
21 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jun 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants