From the course: Mastering Observability with OpenTelemetry
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Using the exercise files - OpenTelemetry Tutorial
From the course: Mastering Observability with OpenTelemetry
Using the exercise files
- [Instructor] All the files for this course are freely available as a GitHub repo and you'll find the link beneath this video. You need to have Git installed on your computer to clone the repository, but I would assume that everyone has today. The repository is built so that there are branches for each of the videos in the course. You can use the branch popup to switch to a specific branch and take a look at the state of the code at that stage. For example, the branch 02 underscore 02B would show the code in chapter two and the second video in that chapter. If you see a letter B at the end of the name, it means that's how the code looked at the beginning of the video. If you see an E at the end of the branch, that's how the code looked at the end of the video. The main branch contains the project at the very beginning. This is your starting point. There's also a branch called Final and this branch contains the whole project in its final version. To download all the files to get…