mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-15 21:11:02 +00:00
make it obvious that unbounded channels don't need to await, and tidy up some bits
This commit is contained in:
@@ -5,6 +5,7 @@ This folder contains the rust crates and documentation specific to the telemetry
|
||||
- [telemetry_core](./telemetry_core): The Telemetry Core. This aggregates data received from shards and allows UI feeds to connect and receive this information.
|
||||
- [telemetry_shard](./telemetry_shard): A Shard. It's expected that multiple of these will run. Nodes will connect to Shard instances and send JSON telemetry to them, and Shard instances will each connect to the Telemetry Core and relay on relevant data to it.
|
||||
- [common](./common): common code shared between the telemetry shard and core
|
||||
- [test_utils](./test_utils): Test utilities, primarily focused around making it easy to run end-to-end tests.
|
||||
- [docs](./docs): Material supporting the documentation lives here
|
||||
|
||||
# Architecture
|
||||
|
||||
Reference in New Issue
Block a user