You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/service-architecture-intelligence/maps/advanced-maps.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,14 +99,14 @@ Get familiar with the components of <DNT>**Maps**</DNT>, which visualize the rel
99
99
<tr>
100
100
<td><strong>Focal node</strong></td>
101
101
<td>
102
-
The entity from which you open the map. It serves as the reference point for visualizing relationships with other entities one depth away.
102
+
The entity from which you open the map. It serves as the reference point for visualizing relationships with other entities one step away.
103
103
To view comprehensive details about the entity, point to the focal node and select the info icon.
104
104
</td>
105
105
</tr>
106
106
<tr>
107
107
<td><strong>Connected nodes</strong></td>
108
108
<td>
109
-
The connected nodes are entities that have a direct relationship with the focal node. They appear one depth away from the focal node.
109
+
The connected nodes are entities that have a direct relationship with the focal node. They appear one step away from the focal node.
110
110
* **Inbound nodes**: These nodes send data to the focal node and appear to the left and top of the focal node in the default view.
111
111
* **Outbound nodes**: These nodes receive data from the focal node and appear to the right and bottom of the focal node in the default view.
112
112
@@ -404,11 +404,11 @@ With the features and components of <DNT>**Maps**</DNT>, you can explore and man
404
404
405
405
### Expand dependency [#expand-dependency]
406
406
407
-
To view the dependent nodes of any node on the map, point to the node and click <DNT>**Expand dependencies**</DNT>. That node becomes the focal node, revealing all one depth away dependent nodes with connected edges.
407
+
To view the dependent nodes of any node on the map, point to the node and click <DNT>**Expand dependencies**</DNT>. That node becomes the focal node, revealing all one step away dependent nodes with connected edges.
To view the infrastructure resources associated with a node, point to the node and click <DNT>**Inspect Infrastructure**</DNT>. The infrastructure map opens at the bottom of the map, displaying the associated infrastructure nodes and their internal relationship two depths away from the APM service.
411
+
To view the infrastructure resources associated with a node, point to the node and click <DNT>**Inspect Infrastructure**</DNT>. The infrastructure map opens at the bottom of the map, displaying the associated infrastructure nodes and their internal relationship two steps away from the APM service.
412
412
413
413
If you have enabled for the <DNT>**[Auto-Discovery](/docs/infrastructure/amazon-integrations/connect/set-up-auto-discovery-of-aws-entities)**</DNT> feature, you can explore how AWS services connect internally. The map provides a hierarchical view that follows the order of resource organization: cloud > Region > VPC > Availability zone > Subnet > Auto-scaling group > Individual host. You can select a specific region or VPC to view the resources contained within it.
0 commit comments