gauge property
A struct value describing properties of a Gauge.
Metrics of gauge type show the value of a metric across time, and is aggregated based on the newest value.
The values for Object must be JSON objects. It can consist of num
,
String
, bool
and null
as well as Map
and List
values.
Implementation
core.Object? gauge;