Current section

Files

Jump to
spectator include spectator@internal@components@dashboard_live_Model.hrl
Raw

include/spectator@internal@components@dashboard_live_Model.hrl

-record(model, {
subject :: gleam@option:option(gleam@erlang@process:subject(spectator@internal@components@dashboard_live:msg())),
memory_stats :: gleam@option:option(spectator@internal@api:memory_statistics()),
memory_relative :: gleam@option:option(spectator@internal@components@dashboard_live:relative_memory_statistics()),
system_info :: gleam@option:option(spectator@internal@api:system_info()),
system_limits :: gleam@option:option(spectator@internal@components@dashboard_live:relative_system_limits())
}).