Packages

LiveView-style runtime for Gleam.

Current section

Files

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

include/lightspeed@ops@operations_kit_AlertContract.hrl

-record(alert_contract, {
metric :: binary(),
threshold :: binary(),
window :: binary(),
severity :: binary(),
runbook :: binary()
}).