Current section
Files
Jump to
Current section
Files
include/lightspeed@ops@telemetry_Counter.hrl
-record(counter, {
name :: binary(),
value :: integer(),
tags :: list(lightspeed@ops@telemetry:tag())
}).