servers::http::prom_store

Function remote_write_impl

Source
async fn remote_write_impl(
    handler: PromStoreProtocolHandlerRef,
    __arg1: Query<RemoteWriteQuery>,
    __arg2: Extension<QueryContext>,
    content_encoding: TypedHeader<ContentEncoding>,
    body: Bytes,
    is_strict_mode: bool,
    is_metric_engine: bool,
) -> Result<impl IntoResponse>