pub fn parse_prometheus(
    exposition_bytes: &str
) -> Result<MetricsExposition<PrometheusType, PrometheusValue>, ParseError>