Return a MetricId object identifying this metric.
Synopsis
Declared in <balm_metric.h>
MetricId
metricId() const;
Description
If this metric was not supplied a valid collector at construction then the returned id will be invalid (i.e., metricId().isValid() == false).
Return Value
MetricId identifying this metric
Created with MrDocs