View exemplar data

    Explore visualizes exemplar traces as highlighted stars alongside metrics data. For more information on how Explore visualizes trace data, refer to .

    To examine the details of an exemplar trace:

    1. Click the Query with Tempo option next to the traceID property. The trace details, including the spans within the trace are listed in a separate panel on the right.

      [

      Explorer view with panel showing trace details

    For more information on how to drill down and analyze the trace and span details, refer to the Analyze trace and span details section.

    You can also view exemplar trace details from the Loki logs in Explore. Use regex within the Derived fields links for Loki to extract the information. Now when you expand Loki logs, you can see a traceID property under the Detected fields section. To learn more about how to extract a part of a log message into an internal or external link, refer to using derived fields in Loki.

    To view the details of an exemplar trace:

    1. Expand a log line and scroll down to the section. Depending on your backend trace data source, you will see a blue button with the label <data source name>.

    2. Click the blue button next to the property. Typically, it will have the name of the backend data source. In the following example, the tracing data source is Tempo. The trace details, including the spans within the trace are listed in a separate panel on the right.

    For more information on how to drill down and analyze the trace and span details, refer to the Analyze trace and span details section.

    This panel shows the details of the trace in different segments.

    • The next segment shows the entire span for the specific trace as a narrow strip. All levels of the trace from the client all the way down to database query is displayed, which provides a bird’s eye view of the time distribution across all layers over which the HTTP request was processed.

      1. You can click within this strip view to display a magnified view of a smaller time segment within the span. This magnified view shows up in the bottom segment of the panel.

      2. In the magnified view, you can expand or collapse the various levels of the trace to drill down to the specific span of interest.

        For example, if the strip view shows that most of the latency was within the app layer, you can expand the trace down the app layer to investigate the problem further. To expand a particular layer of span, click the icon on the left. The same button can collapse an expanded span.