include/lightspeed@tenant@policy_DecisionTelemetry.hrl
-record(decision_telemetry, {
actor_id :: binary(),
tenant_id :: binary(),
surface :: lightspeed@tenant@policy:surface(),
action :: lightspeed@tenant@policy:action(),
decision :: lightspeed@tenant@policy:decision_kind(),
reason :: binary(),
usage :: lightspeed@tenant@policy:usage(),
budget :: lightspeed@tenant@policy:budget()
}).