Return the address of the modifiable default collector for the specified metricId.
Declared in <balm_collectorrepository.h>
Collector*
getDefaultCollector(MetricId const& metricId);
If a default collector for the identified metric does not already exist in the repository, create one, add it to the repository, and return its address.
address of the default collector for metricId
| Name | Description |
|---|---|
| metricId | identity of the metric whose default collector is returned |