Skip to main content

Create and Configure Business Traces

The goal of a business trace is not to reproduce every technical dependency. Model the nodes, relationships, and health signals that affect a critical business outcome so the path is both monitorable and actionable.

Prerequisites

  • You have defined the business scope and critical path.
  • The required entities and metrics are available through an Agent or Data Integration.
  • You have permission to edit Business Observability.

If you have not created a business trace before, complete Create the business trace in the implementation steps first.

Create a business trace

  1. Go to Insight → Business OB → Business Trace.
  2. Click Create Business Trace.
  3. Enter a recognizable business name and save it.
  4. Continue adding and configuring nodes on the orchestration page.

Build the business topology

Add nodes

Select entities from the left panel and add them to the canvas.

Entity typeTypical use
System, service, and interfaceRepresent core business systems and their calls.
Technical componentRepresent infrastructure dependencies such as databases and middleware.
Application componentRepresent database calls, message queues, remote services, or key methods.
Third-party entityRepresent external or unmanaged dependencies.

Add business nodes

Connect upstream and downstream nodes

Drag from the connector on an upstream node to the downstream node. The edge direction should match the actual direction of business requests.

Connect business nodes

Define interfaces

By default, an edge aggregates all calls between its upstream and downstream nodes. To monitor only selected interfaces:

  1. Hover over the edge.
  2. Click Define Interface.
  3. Add the interfaces to include and save the change.

Define interfaces

Set the entry node

Set the point where business requests enter the topology as the entry node. Core metrics for the entry node are calculated from its first-level downstream edges. Core metrics for other nodes are calculated from their upstream edges. An incorrect entry node changes the metric scope.

Set the entry node

Discover existing relationships

When observable call relationships already exist, add related services and edges automatically:

  1. Edit the target node and click Discover Relationships.
  2. Select a time range.
  3. Select one or more interfaces if needed.
  4. Save the discovered relationships.

Discover relationships

Reuse a similar node

Edit a node and click Clone to create an independent copy. Connect the cloned node to its actual upstream and downstream nodes manually.

Configure health signals

Configure node key metrics

  1. Edit the target node and open Key Metrics.
  2. Select a metric or define one with an expression.
  3. Save the configuration and verify that the node card displays the metric.

Configure node key metrics

Configure business-trace key metrics

Select metrics that represent the outcome of the entire business trace. After you save them, the metrics appear on the business health dashboard and trace details page.

Configure business trace key metrics

Associate alert rules

Associate alert rules with the business trace when required. After a rule triggers, the health dashboard shows the alert count and provides access to the alert list.

Associate alert rules

Organize the view

Use card groups

New business traces are assigned to Ungrouped by default. Create groups by business domain, team, or on-call scope to filter and compare related traces.

Add custom views

You can add an existing dashboard or custom view to a business trace. The effective scope cannot be changed after the view is added:

  • This instance
  • Partial instances
  • All instances

The default display priority is This instance > Partial instances > All instances. For views at the same priority, the most recently added view wins.

Add a custom view

Configure vertical architecture

For technical components and third-party entities, add vertical architecture relationships so users can continue from the business node to related hosts, processes, and service instances.

Vertical architecture

Validate the configuration

Save the trace, return to the Business Trace page, and confirm that:

  • The name and group are correct.
  • Nodes and edges match the actual business direction.
  • The entry node and interface scope are correct.
  • Key metrics have data and alert rules are effective.
  • Node details open the expected metrics, logs, or traces.

Troubleshooting

SymptomRecommendation
Relationship discovery returns no resultsExpand the time range and verify that the node had calls during that period.
A key metric is emptyCheck the metric or expression, data ingestion, and time range.
Trace metrics use the wrong scopeCheck the entry node, edge direction, and interface definitions.
The wrong custom view is displayedCheck the effective scope and the order in which the views were added.

Next steps