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 the tags and error event in the Zipkin UI

Seeing the tags and error event in the Zipkin UI

From the course: DevOps Foundations: Distributed Tracing

Start my 1-month free trial

Seeing the tags and error event in the Zipkin UI

- [Instructor] Next, let's restart the app with the changes that we just made, and see what this new span with a handled exception will look like. So I'm back to the terminal window. My Jetty server is still running, so the first thing is I'm going to kill that, control C. And again, I'm going to restart the Jetty server just like we did previously. Now the changes that we added with the new span and new method that was instrumented will be part of this new backend service. Okay, our Jetty server is running, again, on port 9000. Now I'm going to generate a quick request here. Again, I'm going to call the API service, and pass a username. Okay. And after this, now let's take a look at what this new span will look like in the Zipkin UI. Okay, I'm back in Zipkin, I'll do a quick search. And I can see I have a new span now. You can see that under the root span just like with the previous example we had this delayed method now have a new span created with a name that we give it. Notice…

Contents