e.g, Service A is generating 1.2 errors per second, how many errors per day is that?
-> rate-converter -source=1.2/s -target=d
-> 103,680How about per 5 minutes?
-> rate-converter -source=1.2/s -target=5m
-> 360e.g, Running a t2.large EC2 instance will cost me how much per 30 days?
-> rate-converter -source=0.0928/h -target=30d
-> 66.816I want to print the result with 4 decimal places of precision.
-> rate-converter -source=0.0144/h -target=30d -precision=4
-> 10.3680First, grab the binaries from the releases page.
-> rate-converter -source=SOURCE_RATE -target=TARGET_RATE
-> OUTPUT
- Use
goreleaserto package distribution binaries