Function servers::http::prom_store::remote_write_without_strict_mode

source ยท
pub async fn remote_write_without_strict_mode(
    handler: State<PromStoreProtocolHandlerRef>,
    query: Query<RemoteWriteQuery>,
    extension: Extension<QueryContext>,
    content_encoding: TypedHeader<ContentEncoding>,
    raw_body: RawBody,
) -> Result<impl IntoResponse>