Click or drag to resize

IDriverMetrics Methods

The IDriverMetrics type exposes the following members.

Methods
  NameDescription
Public methodGetNodeMetricTMetricType
Gets a specific node metric of a specific host. TMetricType can be any type in the inheritance tree of the metric object returned by the IDriverMetricsProvider.
Public methodGetSessionMetricTMetricType
Gets a specific session metric. TMetricType can be any type in the inheritance tree of the metric object returned by the IDriverMetricsProvider.
Top
Extension Methods
  NameDescription
Public Extension MethodGetNodeCounter (Defined by MetricsExtensions.)
Public Extension MethodGetNodeGauge (Defined by MetricsExtensions.)
Public Extension MethodGetNodeMeter (Defined by MetricsExtensions.)
Public Extension MethodGetNodeTimer (Defined by MetricsExtensions.)
Public Extension MethodGetSessionCounter (Defined by MetricsExtensions.)
Public Extension MethodGetSessionGauge (Defined by MetricsExtensions.)
Public Extension MethodGetSessionMeter (Defined by MetricsExtensions.)
Public Extension MethodGetSessionTimer (Defined by MetricsExtensions.)
Top
See Also