[#BloombergLP-balm-CollectorRepository-addIntegerCollector-06c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/CollectorRepository.adoc[CollectorRepository]::addIntegerCollector :relfileprefix: ../../../ :mrdocs: Return a shared pointer to a newly‐created modifiable collector identified by the specified `metricId` and add that collector to the repository. The behavior is undefined unless `metricId` is a valid id returned by the `MetricRepository` supplied at construction. == Synopsis Declared in `<balm_collectorrepository.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/shared_ptr-0a.adoc[bsl::shared_ptr<IntegerCollector>] addIntegerCollector(xref:BloombergLP/balm/MetricId.adoc[MetricId] const& metricId); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#