mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
* 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>
This commit is contained in:
co-authored by
Eve Meelan
parent
52550966af
commit
c14ef43691
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user