pub async fn write<C: Send + Sync, Err: ResponseError + Send + 'static>(
storage: Data<RemoteStorageRef<C, Err>>,
ctx: C,
body: Payload,
) -> Result<WriteResponse, Error>Expand description
Actix-web handler for remote write request
pub async fn write<C: Send + Sync, Err: ResponseError + Send + 'static>(
storage: Data<RemoteStorageRef<C, Err>>,
ctx: C,
body: Payload,
) -> Result<WriteResponse, Error>Actix-web handler for remote write request