[#BloombergLP-balm-DefaultMetricsManager-manager] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/DefaultMetricsManager.adoc[DefaultMetricsManager]::manager :relfileprefix: ../../../ :mrdocs: If the optionally specified `manager` is not 0, return `manager`; otherwise return the address of the default metrics manager instance, or 0 if the default metrics manager instance has not yet been created or has already been destroyed. Note that this operation is logically equivalent to `manager ? manager : instance()`. == Synopsis Declared in `<balm_defaultmetricsmanager.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/balm/MetricsManager.adoc[MetricsManager]* manager(xref:BloombergLP/balm/MetricsManager.adoc[MetricsManager]* manager = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#