Click or drag to resize

IDriverMetrics Interface

Exposes driver metrics.

Namespace:  Dse.Metrics
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public interface IDriverMetrics

The IDriverMetrics type exposes the following members.

Properties
  NameDescription
Public propertyNodeMetrics
Exposes node metrics for the hosts used in requests executed by the session from which this instance was retrieved. See GetMetrics.
Public propertySessionMetrics
Exposes session metrics for the session from which this instance was retrieved. See GetMetrics.
Top
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