Click or drag to resize

IMetricsProvider Interface

Provides access to performance metrics associated with individual nodes in the Rete network used to execute the rules.

Namespace:  NRules.Diagnostics
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
public interface IMetricsProvider

The IMetricsProvider type exposes the following members.

Methods
  NameDescription
Public methodFindByNodeId
Retrieves performance metrics for a given Rete network node by the node id.
Public methodGetAll
Retries performance metrics for all nodes in the Rete network.
Public methodReset
Resets cumulative performance metrics associated with all nodes in the network.
Top
See Also