Technical requirements
The code for this chapter is available in the book’s repository on GitHub at https://github.com/PacktPublishing/Modern-Distributed-Tracing-in-.NET/tree/main/chapter5, which has the following structure:
- The
sampling
application contains sampling code snippets - The
memes
application is an improved version of the meme service from Chapter 2, Native Monitoring in .NET, which contains enrichment and context propagation examples
To run samples and perform analysis, we’ll need the following tools:
- .NET SDK 7.0 or later
- Docker and
docker-compose