| Crates.io | veecle-telemetry-server |
| lib.rs | veecle-telemetry-server |
| version | 0.1.0 |
| created_at | 2025-09-16 15:42:57.578746+00 |
| updated_at | 2025-09-16 15:42:57.578746+00 |
| description | Sends tracing data piped in over a WebSocket connection to `veecle-telemetry-ui` |
| homepage | https://veecle.io/ |
| repository | https://github.com/veecle/veecle-os |
| max_upload_size | |
| id | 1841960 |
| size | 57,812 |
Sends tracing data piped in over a WebSocket connection to veecle-telemetry-ui.
This crate provides a telemetry server that receives tracing data from Veecle OS applications and forwards it to the telemetry UI. It acts as a bridge between instrumented applications and the visualization interface.
Note: Most users should depend on the veecle-os crate instead of using this crate directly.
The veecle-os crate re-exports this functionality and provides a more complete API for building Veecle OS applications.
For examples and more detailed usage information, please refer to the repository.