pub async fn remote_write(
__arg0: State<PromStoreState>,
__arg1: Query<RemoteWriteQuery>,
__arg2: Extension<QueryContext>,
pipeline_info: PipelineInfo,
content_encoding: TypedHeader<ContentEncoding>,
body: Bytes,
) -> Result<impl IntoResponse>