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
- Host: GitHub
- URL: https://github.com/truthbk/datadog-cpp
- Owner: truthbk
- License: bsd-3-clause
- Created: 2017-02-12T04:53:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T03:18:45.000Z (over 8 years ago)
- Last Synced: 2025-01-02T13:16:17.660Z (5 months ago)
- Topics: cpp, datadog, library, statsd, statsd-client
- Language: C++
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# datadog-cpp
Datadog C++ Statsd Client LibraryTested 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~~