include/lightspeed@tenant@policy_DenialTelemetry.hrl
-record(denial_telemetry, {
actor_id :: binary(),
tenant_id :: binary(),
action :: lightspeed@tenant@policy:action(),
reason :: binary(),
usage :: lightspeed@tenant@policy:usage(),
budget :: lightspeed@tenant@policy:budget()
}).