influxdb/ingester_query_client
Marco Neumann 12f2716180
feat: scaffolding for ingester->querier V2 client (#8632)
Adds basic structure for #8349. This will be filled in using separate
PRs for easier review.

The layer structure was chosen to simplify testing and allow composition
of features (like retries, circuit breaking, metrics, etc.). In contrast
to the V1 client (`querier::ingester`) a client here addresses exactly 1
ingester, not multiple (via an `addr` parameter). The tracking around
mutiple states in the V1 version is not really nice and overly
complicated.
2023-09-01 07:58:26 +00:00
..
src feat: scaffolding for ingester->querier V2 client (#8632) 2023-09-01 07:58:26 +00:00
Cargo.toml feat: scaffolding for ingester->querier V2 client (#8632) 2023-09-01 07:58:26 +00:00