Skip to content

humanize durations

anarcat requested to merge humanize into main

This uses the humanizeDuration function I found out after digging deeper in the pint warnings, which were telling us about this for the django alert.

This makes it slightly more intuitive to write the alerts, because then we just compare against the threshold and don't need to actually convert the value first, and then match it to the annotation.

This requires updates to the wiki page as well, once it's approved and merged.

Merge request reports