Service Map¶
In the "Service Map" page, you can intuitively view the calling relationships between various services through a topological graph.
Note
The default data delay for the current Service Map is 5 minutes. Support adjusting within a range of 1 to 5 minutes (minute granularity) via the max_delay parameter (❗️Available only for Deployment Plan users). You can flexibly set this according to your business real-time requirements.
Single Service¶
Hover over a single service node, and the corresponding service will be highlighted, while other unrelated services and connection lines will be grayed out. You can view metric data for this service, such as request count, error rate, average response time, P99/P95 response time, and maximum response time.
View Service Details¶
On the default open page, the system not only intuitively displays the calling relationships between services but also allows you to click on any service node to slide out and view detailed information about that service. It mainly includes the following elements:
- Service name, etc., and its corresponding team, contact information, number of alerts, etc..
- Basic metrics of the current service: request count, error rate, average response time, P99/P95 response time, and maximum response time.
- Click to view the upstream and downstream, service overview, associated logs, and traces of the current service.
- Anomaly trend charts for metrics (service request response time, error request distribution) and logs (error log count).
Manage Topology¶
-
Zoom in, zoom out, or fully display the current service topology.
-
Support selecting different performance metrics to match service node colors, including request count, P50/P75/P95/P99 response time, maximum response time, and error rate.
-
Custom colors: Set the color range for service nodes for the selected "Fill Metric".
-
Custom range: Customize the color range for service nodes for the selected Fill Metric. The system will automatically divide into 5 numerical ranges based on the maximum and minimum values of the selected metric in this topology, with each range corresponding to a color.
- Node size: There are 3 sizes for nodes. The maximum (Max) and minimum (Min) values of requests per second for the service are divided into three equal parts, resulting in three ranges corresponding to 3 graphic sizes.
Note
When the requests per second are less than 0.01, the displayed value on the interface will be uniformly labeled as < 0.01. However, please note that the node size calculation is still based on the actual value.
-
Topology configuration:
- Distinguish environment and version: Draw trace topology graphs based on two dimensions: service (
service) and service environment version (service+env+version). When enabled, the system will draw the service topology graph according to different environment versions. - Whether to calculate node size based on "Request Count".
- Select hover highlight range: Directly associated nodes (upstream/downstream) / Full-link associated nodes (multi-level upstream/downstream).
- Distinguish environment and version: Draw trace topology graphs based on two dimensions: service (
Cross-Workspace Query¶
Prerequisite
All Commercial Plan workspaces belong to the same Organization ID, meaning they have the same organization.
If the same Trace data is split and belongs to different workspaces, it becomes impossible to view the complete trace data within a single workspace. Cross-workspace Service Map query ensures data query continuity, allowing you to simply click a button in the current workspace to view the upstream and downstream calling topology of the current service.
Data Source Definition and DQL Query¶
For more details, refer to Service Map Data Source Definitions.


