getDefaultCollector overloads
Synopses
Declared in <balm_collectorrepository.h>
Return the address of the modifiable default collector for the specified metricId.
Collector*
getDefaultCollector(MetricId const& metricId);
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);
Return Value
-
address of the default collector for
metricId -
address of the default collector for the identified metric
Parameters
Name |
Description |
metricId |
identity of the metric whose default collector is returned |
category |
null‐terminated category name |
metricName |
null‐terminated metric name |
Created with MrDocs