getCollector overloads
Synopses
Declared in <balm_metric.h>
Load the default collector for a metric and register a category holder.
static
void
getCollector(
Collector** collector,
CategoryHolder* holder,
char const* category,
char const* metric);
Load the default collector for a metric, register a holder, and set publication type.
static
void
getCollector(
Collector** collector,
CategoryHolder* holder,
char const* category,
char const* metric,
PublicationType::Value preferredPublicationType);
Parameters
Name |
Description |
collector |
receives the address of the default collector |
holder |
category holder to register for |
category |
null‐terminated category name |
metric |
null‐terminated metric name |
preferredPublicationType |
preferred publication type for the metric |
Created with MrDocs