Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@ops@operations_kit_Dashboard.hrl
Raw

include/lightspeed@ops@operations_kit_Dashboard.hrl

-record(dashboard, {
name :: binary(),
metrics :: list(binary()),
alerts :: list(lightspeed@ops@operations_kit:alert_contract())
}).