lookupCollector overloads
Declared in <balm_metric.h>
Return a collector for the specified metricId.
static
Collector*
lookupCollector(
MetricId const& metricId,
MetricsManager* manager = 0);
» more...
Return a collector corresponding to the specified metric category and name.
static
Collector*
lookupCollector(
char const* category,
char const* name,
MetricsManager* manager = 0);
» more...
metricId, or 0 if none is availablecategory and name, or 0 if none is available| Name | Description |
|---|---|
| metricId | identity of the metric to look up |
| manager | metrics manager used to provide the collector (optional) |
| category | null-terminated category name |
| name | null-terminated metric name |