Using the service map in ServiceLens
This section introduces the service map and helps you learn to navigate it.
To see a service map, you must have installed Amazon X-Ray and completed the other ServiceLens deployment steps. For more information, see Deploying ServiceLens.
You must also be signed in to an account that has the AWSXrayReadOnlyAccess
managed policy, as well as permissions that enable you to view the CloudWatch console. For more
information, see How Amazon X-Ray
Works with IAM and Using Amazon CloudWatch dashboards.
If you are signed in to an account set up as a monitoring account in CloudWatch cross-account observability, the service maps that you view includes nodes for the source accounts linked to this monitoring account. For more information, see CloudWatch cross-account observability.
To begin using the service map
Open the CloudWatch console at https://console.amazonaws.cn/cloudwatch/
. -
In the navigation pane, choose ServiceLens, Service Map.
A service map appears. It has the following parts:
-
The Amazon services and your custom applications that you have enabled tracing for are shown as circles or “nodes.” The size of each node indicates the relative number of traced requests that are going to that service.
-
Edges, or connections between nodes, are shown as lines connecting the nodes. By default, the thickness of a line indicates the relative number of traced requests between those nodes.
You can use the dropdown menu in the top right to choose whether the number of traced requests or the average latency is used for node and edge sizing. You can also select to use constant size for all nodes and edges.
-
The entry point to your nodes is shown on the left as a "Client." A "Client" represents both web server traffic and traced API operation requests.
-
A node outlined partially in red, orange, or purple has issues. Some traced requests to these nodes have faults, errors, or throttling. The percentage of the color outline indicates the percentage of traced requests that are having issues.
-
If a node has a triangle with an exclamation point next to it, at least one CloudWatch alarm related to that node is in alarm state.
-
If this is a monitoring account, by default the map includes nodes for all source accounts as well as the monitoring account. To filter the map by account, choose Filters from the upper left and select the accounts that you want to focus on. Once an account filter is applied, service nodes from accounts that don't match the current filter are grayed out.
By default, the data in the map is for the most recent 6-hour time window. To change the timeframe of the window, use the controls at the upper right of the screen. The time range to be shown can be up to 6 hours, and can be as much as 30 days in the past.
If you have enabled X-Ray groups, you can filter the map by selecting an X-ray group in the filter.
To view metrics for a node, choose the node. To then see more information about that node, choose View logs, View traces, or View dashboard.
Note
Not all service map nodes support viewing logs. See ServiceLens troubleshooting for more information.
To focus on the incoming and outgoing connections for a node, select the node and choose View connections near the top of the service map.
To see a pop-up displaying latency, errors, requests, and alarm summary statistics for a node, pause on that node.
To see latency statistics for an edge connection, pause on the line representing that edge.
To display alarm status for a service, along with line charts for latency, errors, and trace counts, choose that service node on the map.
For more information about this view, see the following procedures.
To view the service map as a table, choose List view near the top of the screen. In this view, you can filter and sort the nodes and alarms that are displayed on the map. If you are in a monitoring account, you can filter by account ID or account label.
To see a dashboard with metrics for a specific node, select the node and then choose View dashboard near the bottom of the screen.
To view traces for a service or application on the service map
Open the CloudWatch console at https://console.amazonaws.cn/cloudwatch/
. -
In the navigation pane, choose ServiceLens, Service Map.
Choose the node that represents the service or application that you want to investigate.
CloudWatch displays line charts of latency, errors, and trace counts for that service, along with a summary of alarm status.
Above those charts are options to dive down to logs and traces for the service.
To view traces related to the service, choose View traces.
The console switches to the Traces view, focused on the service that you are investigating.
The Traces page supports querying by account ID or account label. To get started, enter a query that includes one or more account IDs. You can refine your query by choosing Account from Refine query by, selecting one or more account IDs from the list, and then choosing Add to query to modify the query at the top of the page.