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);
Same as the preceding overload, using a std::pmr::vector result.
Same as the preceding overload, using a std::vector result.
Parameters
Name |
Description |
records |
receives the collected metric records |
category |
category whose collectors are collected |
Created with MrDocs