We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Truncate request rate number to two decimal places:
Request rate that is lower than 0.1 can be written as "< 0.1"
format the request rate value
I would like to do it
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Requirement - what kind of business use case are you trying to solve?
Truncate request rate number to two decimal places:
![Screen Shot 2022-01-25 at 16 13 00](https://user-images.githubusercontent.com/11076023/155326369-ef35ebdc-54c6-411b-b52b-73bb2f86eda6.png)
Request rate that is lower than 0.1 can be written as "< 0.1"
![Screen Shot 2022-01-25 at 16 07 35](https://user-images.githubusercontent.com/11076023/155326463-1ca735c1-4b82-4339-a77a-010ae40be475.png)
Proposal - what do you suggest to solve the problem or improve the existing situation?
format the request rate value
I would like to do it
The text was updated successfully, but these errors were encountered: