Instrument the code.

This commit is contained in:
Tom Alexander
2023-03-27 15:08:29 -04:00
parent 5db4e07c99
commit a77d2655bd
6 changed files with 26 additions and 30 deletions

View File

@@ -26,6 +26,10 @@ test:
run:
> cargo run
.PHONY: debug
debug:
> RUST_LOG=debug cargo run
.PHONY: jaeger
jaeger:
> docker run -d --rm --name toylanguagedocker -p 6831:6831/udp -p 6832:6832/udp -p 16686:16686 -p 14268:14268 jaegertracing/all-in-one:latest