Technical requirements
The code for this chapter can be found in this book’s GitHub repository at https://github.com/PacktPublishing/Modern-Distributed-Tracing-in-.NET/tree/main/chapter6.
We’ll need the following tools for it:
- NET SDK 7.0 or newer
- Visual Studio or Visual Studio Code with C# development setup is recommended, but any text editor will work
- Docker
If you want to explore traces from sample applications in Jaeger, you can run it with the following command:
$ docker run -d --name jaeger -p 6831:6831/udp -p 16686:16686 jaegertracing/all-in-one:latest