Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@pipeline@slo_Budget.hrl
Raw

include/lightspeed@pipeline@slo_Budget.hrl

-record(budget, {
profile :: binary(),
max_lag_ms :: integer(),
min_throughput_records_per_sec :: integer(),
max_retry_rate_percent :: integer(),
max_replay_recovery_ms :: integer()
}).