From abeb0353a413be91d32f476aeecdb2c3e4dfe50e Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 07:08:38 -0800 Subject: [PATCH] [v10.2.x] Tempo TraceQl Editor update request #8382 (#81092) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tempo TraceQl Editor update request #8382 (#80112) * Tempo TraceQl Editor update request #8382 * Docs: Typo * Docs: Typo 2 codespell lint * Update docs/sources/shared/datasources/tempo-editor-traceql.md * Update docs/sources/shared/datasources/tempo-editor-traceql.md * Update docs/sources/shared/datasources/tempo-editor-traceql.md --------- Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> (cherry picked from commit c14ef43691cf9308b1ccbf44342089103bc7136b) Co-authored-by: Jara Suárez de Puga García --- docs/sources/shared/datasources/tempo-editor-traceql.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/shared/datasources/tempo-editor-traceql.md b/docs/sources/shared/datasources/tempo-editor-traceql.md index 24209ed6d6e..e91fd78da8d 100644 --- a/docs/sources/shared/datasources/tempo-editor-traceql.md +++ b/docs/sources/shared/datasources/tempo-editor-traceql.md @@ -86,6 +86,8 @@ Query results for both the editor and the builder are returned in a table. Selec Selecting the trace ID from the returned results opens a trace diagram. Selecting a span from the returned results opens a trace diagram and reveals the relevant span in the trace diagram (above, the highlighted blue line). +In the trace diagram, the bold text on the left side of each span indicates the service name, for example `mythical-requester: requester`, and it is hidden when subsequent spans have the same service name (nested spans). Each service has a color assigned to it, which is visible to the left of the name and timeline in the graph. Spans with the same color belong to the same service. The grey text to the right of the service name indicates the span name. + ### Streaming results The Tempo data source supports streaming responses to TraceQL queries so you can see partial query results as they come in without waiting for the whole query to finish.