📄️ Display Formatting
Canary checker can format the results of checks using the display field. All expressions must return a string (or a Go struct with a .String() method)
📄️ Health Evaluation
All checks expose a health stats of passing (Green) or failing (Red), for example the HTTP check fails if the status is 200 >= code < 299
📄️ Transforms
The transform can be used to convert one canary check into multiple checks programmatically.