Telemetry Sidecar Agent written in Rust Build and Run Tests For local build run: cargo build For unit-tests run: cargo nextest run Static Analysis cargo clippy Integration Run Run server using: cargo run --bin telemetry-sidecar Run client using: cargo run --bin client Running Server and Client using Docker compose start compose ./run-docker.sh stop compose service ./stop-docker.sh