BloombergLP::balm::CollectorRepository::collect

collect overloads

Synopses

Declared in <balm_collectorrepository.h>

Append to the specified records the collected metric record values from the collectors in this repository belonging to the specified category. Note that this operation does not reset the managed collectors.

void
collect(
    bsl::vector<MetricRecord>* records,
    Category const* category);
» more...

Same as the preceding overload, using a std::pmr::vector result.

void
collect(
    std::pmr::vector<MetricRecord>* records,
    Category const* category);
» more...

Same as the preceding overload, using a std::vector result.

void
collect(
    std::vector<MetricRecord>* records,
    Category const* category);
» more...