mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Download and upload service graphs for Tempo (#50260)
* Download service graph from inspect data tab * Upload service graph * Fix tests
This commit is contained in:
@@ -116,7 +116,9 @@ To query a particular trace, select the **TraceID** query type, and then put the
|
||||
|
||||
## 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 or service graph to visualize it. If the file has multiple traces, the first trace is used for visualization.
|
||||
|
||||
You can download a trace or service graph through the inspector. Open the inspector, navigate to the 'Data' tab, and click 'Download traces' or 'Download service graph'.
|
||||
|
||||
Here is an example JSON:
|
||||
|
||||
|
Reference in New Issue
Block a user