usecrate::MetricEntry;#[doc(inline)]pubusemetriken_core::Format;/// The default formatter supports Prometheus-style exposition, and otherwise
/// simply prints the metric name.
pubfndefault_formatter(metric:&MetricEntry, format: Format)-> String{metriken_core::default_formatter(metric.as_core(), format)}