Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@tenant@policy_DecisionTelemetry.hrl
Raw

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