Packages

LiveView-style runtime for Gleam.

Current section

Files

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

include/lightspeed@ops@telemetry_Counter.hrl

-record(counter, {
name :: binary(),
value :: integer(),
tags :: list(lightspeed@ops@telemetry:tag())
}).