Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 344 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 344 Bytes

Tracer CLI

Simple tool for sending sample traces to a Jaeger, Zipkin or OTLP backend.

Run

tracer-cli trace jaeger -n "sample-trace" -u jaeger:6831
tracer-cli trace zipkin -n "sample-trace" -c http://jaeger:9411/api/v2/spans -r https://www.google.com

Build

go build
# OR
docker build -t tracer-cli .