Click or drag to resize

IDriverTimer Interface

A IDriverTimer is a combination of a Histogram and a IDriverMeter allowing us to measure the duration of a type of event, the rate of its occurrence and provide duration statistics, for example tracking the time it takes to execute a particular CQL request.

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

The IDriverTimer type exposes the following members.

Methods
  NameDescription
Public methodRecord
Records an individual measurement in nanoseconds.
Top
Extension Methods
  NameDescription
Public Extension MethodToAppMetricsTimer
Casts the provided timer to the timer implementation of this provider.
(Defined by MetricsExtensions.)
Top
See Also