Skip to main content

Business Observability Implementation Steps

Use these steps to build the first usable business trace. When complete, the Business Trace page shows the target business state and key metrics, and the topology provides access to node details.

Before you begin

  • Verify that you can view and edit Business Observability.
  • Define the critical business path and where requests enter it.
  • Verify that critical business entities are available from one of these sources:
Data sourceTypical dataCheck before you begin
AgentHosts, processes, services, application runtime data, and their relationshipsThe target entities exist and continue to report data for the expected time range.
Data IntegrationMetrics, alerts, logs, and traces from external systems, components, cloud services, or monitoring platformsThe integration is enabled and the target data is queryable.

For ingestion instructions, see SmartAgent and Data Integration.

1. Define the minimum business scope

Start with a critical path that has a verifiable business outcome:

  1. Identify the system or service where requests enter.
  2. Select the critical nodes that directly affect the outcome and confirm their direction.
  3. Choose request volume, response time, error rate, or other metrics that represent the outcome.
  4. Decide which anomalies should be reflected through alert states.

Keep only required nodes in the first version. Add interfaces, technical components, and vertical architecture after validating the data and metric scope.

2. Create the business trace

  1. Go to Insight → Business OB → Business Trace.
  2. Click Create Business Trace, enter a recognizable business name, and save it.
  3. Add systems, services, or other critical nodes from the left panel.
  4. Drag an edge from each upstream node to its downstream node and match the real request direction.
  5. Set the point where requests enter as the Entry Node.

Add business nodes

If observable call relationships already exist, use Discover Relationships to add services and edges for a time range and selected interfaces. If only selected interfaces are relevant, use Define Interface on the edge to limit the aggregation scope.

3. Configure health signals

ConfigurationHow to use itResult
Node key metricsSelect a metric or define one with an expression for a critical nodeThe metric appears on the node card.
Business trace key metricsSelect metrics that represent the outcome of the whole traceThe metrics appear on the health dashboard and trace details.
Alert rulesAssociate existing alert rules when neededTriggered rules provide an alert count and state.
Vertical architectureAdd resource relationships for technical components or third-party entitiesUsers can continue to hosts, processes, and service instances.

The entry node affects core metric calculations. It uses first-level downstream edges; other nodes use their upstream edges.

For all configuration options, see Create and Configure Business Traces.

4. Validate the implementation

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

  1. The trace is available by name or group.
  2. Its card shows the expected nodes, health state, and key metrics.
  3. Nodes and edges match the real business path.
  4. Node details open the required metrics, alerts, logs, or traces.

Business trace cards

If a third-party system owns the topology, use External Data Synchronization. For endpoint implementation, see the External Synchronization API Reference.

Next steps