| Customer | Avg Memory | Peak Memory | Avg CPU | Total Errors | Last Report |
|---|---|---|---|---|---|
| {{.CustomerID}} | {{formatFloat .AvgMemoryMB}} MB | {{formatFloat .PeakMemoryMB}} MB | {{formatFloat .AvgCPU}}% | {{if gt .TotalErrors 0}}{{.TotalErrors}}{{else}}0{{end}} | {{timeAgo .LastReport}} |
| Severity | Message | Occurrences | Affected Customers | First Seen | Last Seen |
|---|---|---|---|---|---|
| {{if eq .Severity "error"}}error {{else}}warn{{end}} | {{.OccurrenceCount}} | {{len .AffectedCustomers}} | {{timeAgo .FirstSeen}} | {{timeAgo .LastSeen}} |