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