Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@ops@slo_autopilot_BurnRateSample.hrl
Raw

include/lightspeed@ops@slo_autopilot_BurnRateSample.hrl

-record(burn_rate_sample, {
service :: binary(),
slo_name :: binary(),
short_window_milli :: integer(),
long_window_milli :: integer(),
hotspot_tenant_id :: binary()
}).