Explore: Rename Service Map to Service Graph and improve error handling (#40407)

* Handle error response from linked datasource

* Update response format

* Rename to service graph in the UI and docs
This commit is contained in:
Connor Lindsey
2021-10-13 14:41:42 -06:00
committed by GitHub
parent 8de30ccf9a
commit 2b2b70503e
8 changed files with 29 additions and 17 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ Clicking anywhere on the span row shows span details.
##### Node graph
You can optionally expand the node graph for the displayed trace. Depending on the data source, this can show spans of the trace as nodes in the graph, or as some additional context like service map based on the current trace.
You can optionally expand the node graph for the displayed trace. Depending on the data source, this can show spans of the trace as nodes in the graph, or as some additional context like service graph based on the current trace.
![Node graph](/static/img/docs/explore/explore-trace-view-node-graph-8-0.png 'Node graph')