Function servers::http::prom_store::decode_remote_write_request

source ยท
async fn decode_remote_write_request(
    is_zstd: bool,
    body: Body,
    is_strict_mode: bool,
) -> Result<(RowInsertRequests, usize)>