Set the format for the specified metricId to the specified format. Note that there is no uniform specification for how publisher implementations will interpret the supplied format. Also note that the format for a metric is accessed through the balm::MetricDescription. For example: ` metric.description()‐>format(); `

Synopsis

Declared in <balm_metricregistry.h>

void
setFormat(
    MetricId const& metricId,
    MetricFormat const& format);

Created with MrDocs