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