veecle-telemetry-server

Crates.ioveecle-telemetry-server
lib.rsveecle-telemetry-server
version0.1.0
created_at2025-09-16 15:42:57.578746+00
updated_at2025-09-16 15:42:57.578746+00
descriptionSends tracing data piped in over a WebSocket connection to `veecle-telemetry-ui`
homepagehttps://veecle.io/
repositoryhttps://github.com/veecle/veecle-os
max_upload_size
id1841960
size57,812
(veecle-release-bot)

documentation

README

veecle-telemetry-server

Sends tracing data piped in over a WebSocket connection to veecle-telemetry-ui.

Overview

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.

Commit count: 39

cargo fmt