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()
}).