Results for “Std.App.Health.Report”
8 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Health.Report
What a set of checks reached.
- Std.App.Health.alive
&Array[Std.App.Health.Liveness] -> &Std.App.Health.Reading -> Std.App.Health.ReportWhether this process should still be running.
- Std.App.Health.healthy
&Std.App.Health.Report -> BoolWhether a report says everything is fine.
- Std.App.Health.nothingToCheck
Std.App.Health.ReportA report with no checks in it, which is well: a program that declared
- Std.App.Health.ready
&Array[Std.App.Health.Readiness] -> Std.App.Health.ReportWhether this process should receive traffic.
- Std.App.Health.render
&Std.App.Health.Report -> StrA report as text, one check to a line, worst first so an operator reading a
- Std.App.Health.reporting
&Array[Std.App.Health.Finding] -> Std.App.Health.ReportA report from findings a caller assembled, for a program that gathered them
- Std.App.Health.statusOf
&Std.App.Health.Report -> IntThe status a report answers with.
