[#BloombergLP-balm-CollectorRepository-getDefaultCollector-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/CollectorRepository.adoc[CollectorRepository]::getDefaultCollector :relfileprefix: ../../../ :mrdocs: `getDefaultCollector` overloads == Synopses Declared in `<balm_collectorrepository.h>` Return the address of the modifiable default collector for the specified `metricId`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balm/Collector.adoc[Collector]* xref:BloombergLP/balm/CollectorRepository/getDefaultCollector-02.adoc[getDefaultCollector](xref:BloombergLP/balm/MetricId.adoc[MetricId] const& metricId); ---- [.small]#xref:BloombergLP/balm/CollectorRepository/getDefaultCollector-02.adoc[_» more..._]# Return the address of the modifiable default collector identified by the specified null‐terminated strings `category` and `metricName`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balm/Collector.adoc[Collector]* xref:BloombergLP/balm/CollectorRepository/getDefaultCollector-04.adoc[getDefaultCollector]( char const* category, char const* metricName); ---- [.small]#xref:BloombergLP/balm/CollectorRepository/getDefaultCollector-04.adoc[_» more..._]# == Return Value * address of the default collector for `metricId` * address of the default collector for the identified metric == Parameters [cols="1,4"] |=== | Name| Description | *metricId* | identity of the metric whose default collector is returned | *category* | null‐terminated category name | *metricName* | null‐terminated metric name |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#