diff --git a/src/content/docs/logs/ui-data/use-logs-ui.mdx b/src/content/docs/logs/ui-data/use-logs-ui.mdx index a942f58da57..137750bb82e 100644 --- a/src/content/docs/logs/ui-data/use-logs-ui.mdx +++ b/src/content/docs/logs/ui-data/use-logs-ui.mdx @@ -163,22 +163,25 @@ To explore your logging data, follow this basic workflow. - Once you've narrowed down the set of logs with filters and opened a specific log entry, you can see related distributed traces. As long as you've set up distributed tracing and there are sampled traces related to logs, you'll see an option to view them. This is a quick way to view trace information without going to the main distributed tracing page. + Once you've narrowed down the set of logs with filters and then opened a specific log, you can see related distributed traces. As long as you've set up distributed tracing and there are sampled traces related to logs, you'll see an option to view them. This is a quick way to view trace information without going to the main distributed tracing page. - After you've clicked on a specific log to see the **Log details** pane, if you see a trace listed under **Distributed trace**, then you can see the span traces in a waterfall view: - - Screenshot showing how to reach the log details page + If you open the **Log details** pane and see a **Distributed trace** section, you have two options to view span traces in a waterfall view: * Click directly on the trace name or click the icon with an arrow on the right, which opens up the waterfall focus view that highlights trace spans with errors. + Screenshot showing how to reach the log details page * Click **Explore** to open an unfiltered waterfall where you can click through all the spans. + + If you need help using the trace waterfall, see [Understand and use the distributed tracing UI](/docs/distributed-tracing/ui-data/understand-use-distributed-tracing-ui/). + + - INSERT TRACES IN CONTEXT HERE? -