Method | Description | |
---|---|---|
BeginTimer ( ) : |
Return this instance to support fluent style syntax
|
|
Decrement ( double sampleRate = 1 ) : void | ||
EndTimer ( double sampleRate = 1 ) : System.TimeSpan | ||
Gauge ( int value, double sampleRate = 1 ) : void | ||
Increment ( double sampleRate = 1 ) : void | ||
StatBucket ( |
||
Timing ( System.TimeSpan timeSpan, double sampleRate = 1 ) : void | ||
Timing ( long time, double sampleRate = 1 ) : void | ||
UpdateStats ( int delta = 1, double sampleRate = 1 ) : void |
Method | Description | |
---|---|---|
Log ( TraceEventType traceEventType, string messageFormat ) : void | ||
LogVerbose ( string messageFormat ) : void | ||
LogWarn ( string messageFormat ) : void | ||
SendData ( string>.Dictionary |
||
SendUdp ( string>.Dictionary |
||
UdpClientCallback ( IAsyncResult result ) : void |
public Decrement ( double sampleRate = 1 ) : void | ||
sampleRate | double | |
return | void |
public EndTimer ( double sampleRate = 1 ) : System.TimeSpan | ||
sampleRate | double | |
return | System.TimeSpan |
public Gauge ( int value, double sampleRate = 1 ) : void | ||
value | int | |
sampleRate | double | |
return | void |
public Increment ( double sampleRate = 1 ) : void | ||
sampleRate | double | |
return | void |
public StatBucket ( |
||
config | ||
name | string | |
return | System |
public Timing ( System.TimeSpan timeSpan, double sampleRate = 1 ) : void | ||
timeSpan | System.TimeSpan | |
sampleRate | double | |
return | void |
public Timing ( long time, double sampleRate = 1 ) : void | ||
time | long | |
sampleRate | double | |
return | void |
public UpdateStats ( int delta = 1, double sampleRate = 1 ) : void | ||
delta | int | |
sampleRate | double | |
return | void |