//! Helpers shared by the integration tests.
use metrics;
use MetricsSettings;
/// Collects every metric as text.
///
/// Goes through `collect` rather than `collect_format` so the helper works on
/// either backend; the `allow` covers the deprecation on the new one.
pub