0.3.4
Fixed
PrometheusMetricBuilder::with_prefix
is now properly setting the metric prefix, and the metric handle also takes that prefix into account. Previously the metric initialization incorrectly ignored the prefix, which caused the requests duration histogram to usequantile
instead ofle
labels. [#26]. (Thanks @yanns!)