Skip to content

Files

Latest commit

b826f33 · Aug 8, 2024

History

History
15 lines (10 loc) · 337 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 337 Bytes

Example

Example service to demonstrate how to set up tarpc with Jaeger using OTLP. To see traces Jaeger, run the following with RUST_LOG=trace.

Server

cargo run --bin server -- --port 50051

Client

cargo run --bin client -- --server-addr "[::1]:50051" --name "Bob"