This section demonstrates how to utilize the Jaeger UI to overview traces of Che operations.

Procedure

In this example, the Che instance has been running for some time and one workspace start has occured.

To inspect the trace of the workspace start:

  1. In the Search panel on the left, filter spans by the operation name (span name), tags, or time and duration.

    trace search
    Figure 1. Using Jaeger UI to trace Che
  2. Select the trace to expand it and show the tree of nested spans, as well as additional information about the highlighted span, such as tags or durations.

    trace tree expanded
    Figure 2. Expanded tracing tree