Felhom Hub

App Telemetry

24h 7d 30d
{{.TotalApps}}
Total Apps
{{.TotalDeployments}}
Deployments
{{.AppsWithErrors}}
Apps with Errors
{{if .Apps}}
{{range .Apps}} {{end}}
App Deployments Avg Memory P95 Memory Catalog Estimate Catalog Limit Accuracy Errors Warnings
{{if .DisplayName}}{{.DisplayName}}{{else}}{{.AppName}}{{end}} {{.DeploymentCount}} {{formatFloat .AvgMemoryMB}} MB {{formatFloat .P95MemoryMB}} MB {{if .CatalogEstimate}}{{.CatalogEstimate}}{{else}}—{{end}} {{if .CatalogLimit}}{{.CatalogLimit}}{{else}}—{{end}} {{$ac := accuracyClass .P95MemoryMB .CatalogLimit}} {{if eq $ac "ok"}} {{else if eq $ac "warn"}} {{else if eq $ac "danger"}} {{else}}—{{end}} {{if gt .TotalErrors 0}}{{.TotalErrors}}{{else}}0{{end}} {{if gt .TotalWarnings 0}}{{.TotalWarnings}}{{else}}0{{end}}
{{else}}

No telemetry data for the selected period.

App telemetry will appear after the next report is received (requires controller v0.28.0+).

{{end}}