{{template "shellTop" "trace"}}
| rule | sev | predicate | gate | blocked by | detail | selected | lost to |
|---|---|---|---|---|---|---|---|
| {{.RuleName}} | {{.Severity}} | {{.PredicateResult}} | {{.GateResult}} | {{.GateBlockedBy}} | gatesnooze_until: {{.GateDetail.SnoozeUntil | fmtTime}}cooldown_until: {{.GateDetail.CooldownUntil | fmtTime}} quiet_hours: {{.GateDetail.QuietHours}} calendar_busy: {{.GateDetail.CalendarBusy}} presence: {{.GateDetail.Presence}} inert_keys_missing: {{if .GateDetail.InertKeysMissing}}{{join .GateDetail.InertKeysMissing ", "}}{{else}}—{{end}} |
{{.WasSelected}} | {{.LostTo}} |
| stage | claimant | would have been | score | outcome | why |
|---|---|---|---|---|---|
| {{.Stage}} | {{.Claimant}} | {{if .Intent}}{{.Intent}}{{else}}—{{end}} | {{if .HasScore}}{{printf "%.3f" .Score}}{{else}}—{{end}} | {{.Outcome}} | {{.Reason}} |