pyrra-dev / pyrra

Making SLOs with Prometheus manageable, accessible, and easy to use for everyone!
https://demo.pyrra.dev
Apache License 2.0
1.25k stars 113 forks source link

Round target to 5 decimal points #1202

Closed metalmatze closed 4 months ago

metalmatze commented 4 months ago

This gets rid of a "bug" where having 0.9990000000000001 instead of 0.999.

Fixes #1197