Resource statistics data: Decision Services

Learn about the data that is returned for the Decision Services resource type when you activate resource statistics collection.

When a DecisionService node runs input parameters against a decision service, statistics are recorded for successful and failed processing. You can view these statistics in the web user interface, or you can write a program that subscribes to a publication (single XML message) that returns this data. For an example of the publication message, see Example XML output. The name of the decision service and the number of rules that are matched are also written to the local environment when business rules are run successfully.

Resource statistics are provided for the decision services that are deployed to an integration server. One line of statistics is shown for each decision service that is deployed to the integration server. If the decision service is in an application or library, the decision service name is qualified with the name of the application or library. Statistics are shown for a decision service only after the decision service is used.

The following table describes the measurements that are returned for the DecisionServices resource type.
Measurements Description
Name The name of the decision service.

If the decision service is in an application or library, the name is qualified with the name of the application or library.

SuccessfulDecisions The total number of decisions that are processed successfully by the decision service.
FailedDecisions The total number of decisions that are not processed successfully by the decision service.
RulesMatched The cumulative total of rules that are triggered (matched) by the messages that are processed by the decision service.