Skip to content

repo-rust/telemetry-sidecar

Repository files navigation

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

About

Telemetry Sidecar Agent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published