From the course: Learning Quarkus

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Tracing

Tracing

From the course: Learning Quarkus

Start my 1-month free trial

Tracing

- [Instructor] In a microservices architecture, especially in a containerized infrastructure, tracing service calls through a web service stack is critical to being able to maintain operational integrity of a system as call volume increases. Let's take a look at tracing in Quarkus. Now, for this one, we need to actually start Jaeger and Jaeger is a system that handles tracing. It's an open source tool. And once again, I have provided you a script for this in the bin directory of the exercise files. So we are going to start_jaeger. Now, if you don't have Docker and you don't want to run it, of course, you can run Jaeger locally but I provided the Docker script for a Linux system that you can use if you're able to. So now let's jump into the IDE and we're going to once again go to the room-service and then the pom file and we are going to add another dependency from smallrye-opentracing. And this one comes from io.quarkus.…

Contents