An open API service indexing awesome lists of open source software.

https://github.com/truthbk/datadog-cpp

Datadog C++ Statsd Client Library
https://github.com/truthbk/datadog-cpp

cpp datadog library statsd statsd-client

Last synced: 3 months ago
JSON representation

Datadog C++ Statsd Client Library

Awesome Lists containing this project

README

        

# 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~~