BloombergLP::balm::Metrics_Helper::getIntegerCollector

Return the default integer metrics collector for the specified category and metric.

Synopsis

Declared in <balm_metrics.h>

static
IntegerCollector*
getIntegerCollector(
    char const* category,
    char const* metric);

Description

Return the address of the default integer metrics collector for the metric identified by the specified category and metric names. The behavior is undefined unless the balm metrics manager singleton is valid.

Return Value

address of the default integer metrics collector for the metric

Parameters

NameDescription
categorynull-terminated category name
metricnull-terminated metric name