DataDog / saluki

An experimental toolkit for building telemetry data planes in Rust.
Apache License 2.0
12 stars 2 forks source link

Integrate health registry with topology. #192

Closed tobz closed 3 weeks ago

tobz commented 1 month ago

Context

Once we have a suitable health registry design (#181), we'll want to first integrate it with the topology to drive readiness/liveness updates based on the health of the topology itself. This is likely to be somewhat rudimentary, because there's no real rich concept of readiness for components, and liveness is utterly straightforward.

tobz commented 3 weeks ago

Completed via #194.