Skip to main content
Version: 3.7.0

Create Core Link

Creating and Naming a Core Business Flow

  1. Navigate to the Observability & Insights -> Core Business Flows page and click the 「Create」 button.
  2. Input a name for the core business flow or use the default name. After saving, you will enter the core business flow orchestration page.

Orchestrating a Core Business Flow

Adding Business Nodes

In the left selection area, choose the systems or services you want to monitor. Select them via checkbox and save to add the required business nodes to the canvas.

alt text

Establishing Connections

On the canvas, drag to draw connection lines between nodes according to the actual call relationships to map out the business topology.

alt text

Flow Configuration (Optional)

Interface Definition

Define interfaces to calculate metrics (like response time, error rate, and throughput) for calls between nodes. If no interfaces are defined, metrics will be aggregated based on all interface calls. Follow these steps:

  1. Hover over the connection line between nodes and click the 「Define Interface」 button.
  2. Click 「Add Interface」, select the calling interfaces between the two instances, and save.

After saving, hover over the connection line in view mode to see the metrics between the nodes.

alt text

Set Entry Node

Mark the system or service representing the business entry point (e.g., API Gateway or frontend application) as the entry node. Follow these steps:

  1. Click the edit icon on the node card.
  2. Select 「Set as Entry Node」 to designate the current node as the entry node.

Calculation Method: After setting the entry node, its core metrics are calculated based on the related first-degree downstream nodes. For example: If A is the entry node with calls to B and C, A's metrics are calculated from the metrics of the A-B and A-C edges. For non-entry nodes, metrics are calculated from the incoming edge metrics. For example: If A calls B and C calls B, then B's metrics are calculated from the A-B and C-B edge metrics.

alt text

Discover Relationships

The platform automatically discovers other services that have call relationships with the current system or service. Select the relevant services to automatically add these service nodes and connections to the canvas, helping you quickly discover and complete dependencies. Follow these steps:

  1. Click the edit icon on the node card.
  2. Select 「Discover Relationships」 to view services related to this node.
  3. Select the services you want to associate and save.

After saving, the corresponding service nodes and connections are automatically added to the canvas.

alt text

Configure Key Metrics

Configuring key metrics for service nodes. Follow these steps:

  1. Click the edit icon on the node card.
  2. Select 「Key Metrics」.
  3. Select the service-related metrics to add and save.

After saving, the service node card displays the added metric information.

alt text

Clone Node

Cloning a node identical to the current node. Follow these steps:

  1. Click the edit icon on the node card.
  2. Select 「Clone」.

After successful cloning, an independent node identical to the cloned node is generated on the canvas and must be manually connected.

alt text

Monitoring Rule Configuration

Configure Key Metrics

The Key Metrics here refer to the critical business indicators for this core business flow. They can be added according to business needs and are used to monitor the status of the flow. Configuring these metrics is optional and does not affect the normal monitoring of the flow. Follow these steps:

  1. Click the "Configure Key Metrics" icon in the upper right corner.
  2. Select the metrics to add (you can click "Create custom metric" to create one) and save.

After saving, the configured metrics can be viewed both on the core business flow's health dashboard and its details page. For details, please refer to Analyze Core Business Flow.

alt text

Associate Alert Rules

Associate alert rules with the current core business flow. You can monitor the flow's operational status based on the count and severity of alerts triggered by the associated rules. Configuring these alert rules is optional and does not affect the normal monitoring of the flow. Follow these steps:

  1. Click the "Associate Alert Rules" icon in the upper right corner.
  2. Select the alert rules to associate and save.

After saving, the associated alert rules can be viewed on the core business flow health dashboard, where you can also see the count of triggered alerts and the alert list. For details, please refer to Analyze Core Business Flow.

alt text