Skip to content

truthbk/datadog-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datadog-cpp

Datadog C++ Statsd Client Library

Tested on Linux and OSX.

Buiild

The build requires a C++11 compiler (tested on gcc and clang) and cmake (>=3.1.0).

cmake .
make

That should drop the shared library in ./lib and be ready to go.

TODO

  • write unit tests
  • static build

Releases

No releases published

Packages

No packages published