Skip to content

Releases: BoardiesITSolutions/cpp-datadogstatsd

1.1.0.6

03 Dec 19:23
Compare
Choose a tag to compare

Fixed issue so that the project includes the "include" folder so that it can build correctly from inside Visual Studio.

1.1.0.5

09 Apr 16:52
8c28d74
Compare
Choose a tag to compare

Added support so that DogStatsD library can be configured using environment variables and applying a DD_ENTITITY_ID for use with containers.

1.1.0.4

22 Nov 22:18
Compare
Choose a tag to compare

Added support to be able to send metric and event data on Windows.

1.1.0.3

28 Mar 21:43
Compare
Choose a tag to compare

Memory management improvements

1.1.0.2

02 Mar 17:35
9fd339e
Compare
Choose a tag to compare
Update README.md

1.1.0.1

18 Feb 18:24
bfa6b75
Compare
Choose a tag to compare
Removed debug for the UDP event

Event Submissions

11 Feb 21:52
99d418e
Compare
Choose a tag to compare

Ability to send events to Datadog over UDP or HTTP. HTTP event submissions can be done in blocking and non blocking mode.

Fixes gauge metric when sending tags

09 Feb 17:51
Compare
Choose a tag to compare
Fix issue with gauge metric when using tags

Fixes bug where if sending a guage metric with a tag, the tag(s) wouldn't get sent.

Initial Release

17 Jan 23:04
Compare
Choose a tag to compare
Removed some debug

Removed debug to avoid writing to stdout