FoPost.AutomationStats (FoPost v0.1.0)

Copy Markdown View Source

Automation counts and the runs of the last day.

Summary

Types

t()

@type t() :: %FoPost.AutomationStats{
  active_automations: term(),
  raw: term(),
  recent_runs: term(),
  runs_by_status: term(),
  total_automations: term(),
  total_runs_24h: term()
}