Example service to demonstrate how to set up tarpc
with Jaeger using OTLP. To see traces Jaeger, run the following with RUST_LOG=trace
.
cargo run --bin server -- --port 50051
cargo run --bin client -- --server-addr "[::1]:50051" --name "Bob"
Example service to demonstrate how to set up tarpc
with Jaeger using OTLP. To see traces Jaeger, run the following with RUST_LOG=trace
.
cargo run --bin server -- --port 50051
cargo run --bin client -- --server-addr "[::1]:50051" --name "Bob"