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