Append to the specified collectors and intCollectors the shared pointers to any added collectors for the specified metricId, and return the combined total number found.

Synopsis

Declared in <balm_collectorrepository.h>

int
getAddedCollectors(
    bsl::vector<bsl::shared_ptr<Collector>>* collectors,
    bsl::vector<bsl::shared_ptr<IntegerCollector>>* intCollectors,
    MetricId const& metricId);

Created with MrDocs