pub async fn route_write_without_metric_engine_and_strict_mode(
    handler: State<PromStoreProtocolHandlerRef>,
    query: Query<RemoteWriteQuery>,
    extension: Extension<QueryContext>,
    content_encoding: TypedHeader<ContentEncoding>,
    raw_body: RawBody,
) -> Result<impl IntoResponse>
Expand description

Same with remote_write but won’t store data to metric engine. And without strict_mode on will not check invalid UTF-8.