[#BloombergLP-balm-MetricRecord-2constructor-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/MetricRecord.adoc[MetricRecord]::MetricRecord :relfileprefix: ../../../ :mrdocs: Create a metric record having default values for its metric `metricId`, `count`, `total`, `min`, and `max` attributes. The default `metricId` is the invalid id value, the default `count` is 0, the default `total` is 0.0, the default `min` is the defined `k_DEFAULT_MIN` constant (the representation for positive infinity), and the default `max` is the defined `k_DEFAULT_MAX` constant (the representation for negative infinity). == Synopsis Declared in `<balm_metricrecord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- MetricRecord(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#