Skip to main content

Tracing

đź•“ 10 minutes

What you’ll learn​

This tutorial details how to use tracing for monitoring, analyzing, debugging, and optimizing your code. Tracing helps you to:

  • detect failures and the place where they occur;
  • and understand what causes the poor performance of the application.

Prerequisites​

Steps​

  1. Find the "Logging & Tracing" section in the sidebar menu and go to the "Tracing" option.
  2. Get a traceID if you don't have one already. Paste the traceID into the search field and click on the "Run query" button.
note

If you don't know how to get a traceID, see API Execution/Testing with Swagger or Internal documentation.

  1. Now you can view your trace.
  2. For details, click on it.
  3. View more details.
  4. You can also use the search field to find the specific component. Result will be highlighted in yellow:
tip

Learn more about Jaeger