addIntegerCollector overloads
Declared in <balm_collectorrepository.h>
Return a shared pointer to a new integer collector for the specified metricId and add it to the repository.
bsl::shared_ptr<IntegerCollector>
addIntegerCollector(MetricId const& metricId);
» more...
Return a shared pointer to a new integer collector for the specified category and metricName.
bsl::shared_ptr<IntegerCollector>
addIntegerCollector(
char const* category,
char const* metricName);
» more...
shared pointer to the newly created integer collector
| Name | Description |
|---|---|
| metricId | identity of the metric for the new integer collector |
| category | null-terminated category name |
| metricName | null-terminated metric name |