BloombergLP::balm::CollectorRepository::getDefaultIntegerCollector

getDefaultIntegerCollector overloads

Synopses

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...

Return Value

  • address of the default integer collector for metricId
  • address of the default integer collector for the identified metric

Parameters

NameDescription
metricIdidentity of the metric whose default integer collector is returned
categorynull-terminated category name
metricNamenull-terminated metric name