메소드 | 설명 | |
---|---|---|
AddCounter ( string metric, long value ) : void | ||
AddGauge ( string metric, long value ) : void |
Send a metric to DataDog
|
|
AddMeter ( string metric, long value ) : void |
Send a meter to DataDog
|
|
AddTag ( string tag, string value ) : void | ||
DatadogReporter ( string datadogEndpoint, string apiKey, int queueSize = -1 ) : GuaranteedRate.Sextant.WebClients | ||
SetApiKey ( string apiKey ) : void | ||
SetEndPoint ( string endPoint ) : void | ||
SetQueueSize ( int queueSize ) : void |
메소드 | 설명 | |
---|---|---|
AddGuage ( string metric, long value ) : void | ||
AddMetric ( string metric, long value, string type ) : void | ||
GetEpochTime ( ) : long |
public AddCounter ( string metric, long value ) : void | ||
metric | string | |
value | long | |
리턴 | void |
public AddGauge ( string metric, long value ) : void | ||
metric | string | name of metric e.g. HogsHeadsPerMile |
value | long | value to send to DataDog e.g. 67 |
리턴 | void |
public AddMeter ( string metric, long value ) : void | ||
metric | string | name of metric e.g. HogsHeadsPerMile |
value | long | value to send to DataDog e.g. 67 |
리턴 | void |
public DatadogReporter ( string datadogEndpoint, string apiKey, int queueSize = -1 ) : GuaranteedRate.Sextant.WebClients | ||
datadogEndpoint | string | |
apiKey | string | |
queueSize | int | |
리턴 | GuaranteedRate.Sextant.WebClients |
public static SetEndPoint ( string endPoint ) : void | ||
endPoint | string | |
리턴 | void |