From the course: DevOps Foundations: Distributed Tracing

Unlock the full course today

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

Seeing web service traces in the Jaeger UI

Seeing web service traces in the Jaeger UI

From the course: DevOps Foundations: Distributed Tracing

Start my 1-month free trial

Seeing web service traces in the Jaeger UI

- [Instructor] Now that we reconfigured our parent scope for our three different backend web services, let's give that a quick test, and see how these new spans will look like in the Jaeger UI. So I'm restarting our JD server again. We're ready, let's generate some web service requests next. Again, we're going to make a call to our apij service. We'll make another call to our querydb service, and one more request to our putmq service endpoint. Okay, so now what I would expect to see in the Jaeger UI, will be three separate traces with the corresponding spans in them. So let's take a look. And here we go, we have our web service traces now. We'll putmq querydb on apij, and if I open every one of them, we'll see the root span, and again, we'll see the nested spans that we created in the previous part of the lab.

Contents