mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
updated image name (fixed typo), removed redundant image and resized images. (#41999)
This commit is contained in:
parent
fc7277920c
commit
e0db19e741
@ -36,7 +36,7 @@ This is a configuration for the [trace to logs feature]({{< relref "../explore/t
|
|||||||
- **Filter by Trace ID -** Toggle to append the trace ID to the Loki query.
|
- **Filter by Trace ID -** Toggle to append the trace ID to the Loki query.
|
||||||
- **Filter by Span ID -** Toggle to append the span ID to the Loki query.
|
- **Filter by Span ID -** Toggle to append the span ID to the Loki query.
|
||||||
|
|
||||||

|
{{< figure src="/static/img/docs/tempo/traces-to-logs-settings-8-2.png" class="docs-image--no-shadow" caption="Screenshot of the trace to logs settings" >}}
|
||||||
|
|
||||||
### Node Graph
|
### Node Graph
|
||||||
|
|
||||||
@ -49,18 +49,16 @@ This is a configuration for the beta Node Graph visualization. The Node Graph is
|
|||||||
You can query and display traces from Tempo via [Explore]({{< relref "../explore/_index.md" >}}).
|
You can query and display traces from Tempo via [Explore]({{< relref "../explore/_index.md" >}}).
|
||||||
You can search for traces if you set up the trace to logs setting in the data source configuration page. To find traces to visualize, use the [Loki query editor]({{< relref "loki.md#loki-query-editor" >}}). To get search results, you must have [derived fields]({{< relref "loki.md#derived-fields" >}}) configured, which point to this data source.
|
You can search for traces if you set up the trace to logs setting in the data source configuration page. To find traces to visualize, use the [Loki query editor]({{< relref "loki.md#loki-query-editor" >}}). To get search results, you must have [derived fields]({{< relref "loki.md#derived-fields" >}}) configured, which point to this data source.
|
||||||
|
|
||||||
{{< figure src="/static/img/docs/tempo/query-editor-search.png" class="docs-image--no-shadow" caption="Screenshot of the Tempo query editor showing the search tab" >}}
|
{{< figure src="/static/img/docs/tempo/query-editor-search.png" class="docs-image--no-shadow" max-width="750px" caption="Screenshot of the Tempo query editor showing the search tab" >}}
|
||||||
|
|
||||||
To query a particular trace, select the **TraceID** query type, and then put the ID into the Trace ID field.
|
To query a particular trace, select the **TraceID** query type, and then put the ID into the Trace ID field.
|
||||||
|
|
||||||
{{< figure src="/static/img/docs/tempo/query-editor-traceid.png" class="docs-image--no-shadow" caption="Screenshot of the Tempo TraceID query type" >}}
|
{{< figure src="/static/img/docs/tempo/query-editor-traceid.png" class="docs-image--no-shadow" max-width="750px" caption="Screenshot of the Tempo TraceID query type" >}}
|
||||||
|
|
||||||
## Upload JSON trace file
|
## Upload JSON trace file
|
||||||
|
|
||||||
You can upload a JSON file that contains a single trace to visualize it. If the file has multiple traces then the first trace is used for visualization.
|
You can upload a JSON file that contains a single trace to visualize it. If the file has multiple traces then the first trace is used for visualization.
|
||||||
|
|
||||||
{{< figure src="/static/img/docs/explore/tempo-upload-json.png" class="docs-image--no-shadow" caption="Screenshot of the Tempo data source in explore with upload selected" >}}
|
|
||||||
|
|
||||||
Here is an example JSON:
|
Here is an example JSON:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
Loading…
Reference in New Issue
Block a user