#include <statsd_connector.h>
List of all members.
Public Member Functions |
|
| StatsdConnector (const std::string &statsdAddr) |
|
void | open (const std::string &statsdAddr) |
|
void | incrementCounter (const char *counterName, float sampleRate, int value=1) |
|
void | recordGauge (const char *counterName, float sampleRate, float gauge) |
Detailed Description
Class that sends UDP packets to statsd for monitoring purposes.
Definition at line 20 of file statsd_connector.h.
The documentation for this class was generated from the following files: