metricShortId property

List<MetricShortId>? metricShortId
getter/setter pair

The short ids that workers should use in subsequent metric updates.

Workers should strive to use short ids whenever possible, but it is ok to request the short_id again if a worker lost track of it (e.g. if the worker is recovering from a crash). NOTE: it is possible that the response may have short ids for a subset of the metrics.

Implementation

core.List<MetricShortId>? metricShortId;