getDefaultCollector overloads
Declared in <balm_collectorrepository.h>
Return the address of the modifiable default collector for the specified metricId.
Collector*
getDefaultCollector(MetricId const& metricId);
» more...
Return the address of the modifiable default collector identified by the specified null-terminated strings category and metricName.
Collector*
getDefaultCollector(
char const* category,
char const* metricName);
» more...
metricId| Name | Description |
|---|---|
| metricId | identity of the metric whose default collector is returned |
| category | null-terminated category name |
| metricName | null-terminated metric name |