Interface IDriverTimer
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.dll
Syntax
public interface IDriverTimer : IDriverMetric
Methods
Record(Int64)
Records an individual measurement in nanoseconds.
Declaration
void Record(long elapsedNanoseconds)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | elapsedNanoseconds |