Remove the datastore crate, the top-level design/orchestration/ring specs, the benches, and the ci config. Add the dashboard host telemetry sampler (cpu/disk/net/gpu/mem). Localize the pipeline-parallel e2e stub/mock paths. Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
5 lines
208 B
TOML
5 lines
208 B
TOML
# Minimal node config for the datastream demo cluster.
|
|
# Keeps containers deterministic: no embedded relay. Cluster discovery is driven
|
|
# by CLI flags in the compose file.
|
|
dashboard_port = 9090
|
|
relay = false
|