Skip to content

Topology Chart

To enhance the visualization of dashboards, TrueWatch has componentized based on existing service topologies and resource invocation graphs. It can be used to display the relationships and relative positions of different entities.

Chart Queries

Service Relationship Chart

  1. Service Name: You can select all related view variables or specific values.
  2. Color Fill: Includes request count, P50 response time, P75 response time, P99 response time, and error rate.
  3. Filters: You can choose from env, version, project, and source_type fields.

Click on the service icon to view the upstream and downstream associations, service overview, logs, and other information of the current service.

This also supports Service Map cross-workspace queries.

Resource Relationship Chart

  1. Service Name: You can select all related view variables or specific values.
  2. Resource Name: You can select all related view variables or specific values.
  3. Color Fill: Includes P99 response time, request error rate, and event status.
  4. Filters: You can choose from env and version fields.
Note

The resource relationship chart only supports drawing for a single resource. Therefore, when Resource Name selects a single value, the Service Name must also be a single value. If the Service Name selects a view variable that contains multiple values, the chart will report an error.

Click on the resource icon to view logs, user access, events, and other information related to the current resource.

External Data Query

By using external data queries, you only need to report data according to the system-defined data structure. You can use any data to draw topology charts and achieve the final chart generation and display through local Function functions.

For the topology chart data structure required for data integration, refer to Relevant Interface Response Data Description.

Chart Configuration

For more details, refer to Chart Configuration.