Packages

LiveView-style runtime for Gleam.

Current section

Files

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

include/lightspeed@ops@overload_control_Runtime.hrl

-record(runtime, {
thresholds :: lightspeed@ops@overload_control:thresholds(),
hook :: lightspeed@ops@overload_control:operator_hook(),
active_mitigations_rev :: list(lightspeed@ops@overload_control:mitigation()),
audit_rev :: list(lightspeed@ops@overload_control:audit_entry()),
telemetry_rev :: list(lightspeed@ops@telemetry:metric())
}).