Service Map¶
In the "Service Map" page, you can visually see the invocation relationships between various services through a topology diagram.
Note
The current Service Map data has a default delay of 5 minutes. Support for adjusting within the range of 1 to 5 minutes (minute granularity) via the max_delay parameter (❗️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 connecting lines will turn gray. You can view key 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, in addition to intuitively displaying the invocation relationships between services, you can 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 current service's upstream/downstream dependencies, service overview, and associated logs and traces;
- 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 for selecting different performance metrics to match the service node color, including request count, P50/P75/P95/P99 response time, maximum response time, and error rate;
-
Custom Colors: Set the color range for the selected "Fill Metric" for service nodes.
-
Custom Ranges: Customize the color range for the selected Fill Metric for service nodes. 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 number of requests per second is less than 0.01, the interface display value 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 link topology diagrams based on two dimensions: service (
service) and service environment version (service+env+version). When enabled, the system will draw the service topology diagram 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 link topology diagrams based on two dimensions: service (
Cross-Workspace Query¶
Prerequisite
All Commercial Plan workspaces belong to the same Organization ID, i.e., they have the same organization.
If the same Trace data is split and belongs to different workspaces, the complete trace data cannot be viewed in a single workspace. Cross-workspace Service Map query ensures the continuity of data query. You can simply click the button in the current workspace to view the upstream and downstream invocation topology of the current service.
Data Source Definition and DQL Query¶
For more details, please refer to Service Map Data Source Definitions.


