getDefaultIntegerCollector overloads

Synopses

Declared in <balm_collectorrepository.h>

Return the address of the modifiable default integer collector for the specified metricId.

Return the address of the modifiable default integer collector identified by the specified category and metricName.

IntegerCollector*
getDefaultIntegerCollector(
    char const* category,
    char const* metricName);

Return Value

  • address of the default integer collector for metricId

  • address of the default integer collector for the identified metric

Parameters

Name

Description

metricId

identity of the metric whose default integer collector is returned

category

null‐terminated category name

metricName

null‐terminated metric name

Created with MrDocs