Method | Description | |
---|---|---|
Decrement ( ) : bool | ||
Decrement ( int magnitude ) : bool | ||
Decrement ( int magnitude, double sampleRate ) : bool | ||
Decrement ( string key, int magnitude = -1, double sampleRate = 1.0 ) : bool | ||
Dispose ( ) : void | ||
Increment ( int magnitude, double sampleRate ) : bool | ||
Increment ( string key, int magnitude = 1, double sampleRate = 1.0 ) : bool | ||
StatsDClient ( string hostname, int port, string keyPrefix = null ) : System | ||
Timing ( string key, long value, double sampleRate = 1.0 ) : bool |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
MaybeSend ( double sampleRate ) : bool | ||
MaybeSend ( string stat, double sampleRate ) : bool | ||
Send ( string message ) : bool |
public Decrement ( int magnitude, double sampleRate ) : bool | ||
magnitude | int | |
sampleRate | double | |
return | bool |
public Decrement ( string key, int magnitude = -1, double sampleRate = 1.0 ) : bool | ||
key | string | |
magnitude | int | |
sampleRate | double | |
return | bool |
public Increment ( int magnitude, double sampleRate ) : bool | ||
magnitude | int | |
sampleRate | double | |
return | bool |
public Increment ( string key, int magnitude = 1, double sampleRate = 1.0 ) : bool | ||
key | string | |
magnitude | int | |
sampleRate | double | |
return | bool |
public StatsDClient ( string hostname, int port, string keyPrefix = null ) : System | ||
hostname | string | |
port | int | |
keyPrefix | string | |
return | System |
public Timing ( string key, long value, double sampleRate = 1.0 ) : bool | ||
key | string | |
value | long | |
sampleRate | double | |
return | bool |