BloombergLP::balm::CollectorRepository::collect

collect overloads

Synopses

Declared in <balm_collectorrepository.h>

Append collected metric records for the specified category without resetting 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...

Parameters

NameDescription
recordsreceives the collected metric records
categorycategory whose collectors are collected