garrettsickles / DogFood

A C++, header only library for DataDog communication on Windows, Mac, and Linux
MIT License
15 stars 4 forks source link

Support string values for set metric #13

Open orZeira opened 5 years ago

orZeira commented 5 years ago

From datadog documentation:

Sets are used to count the number of unique elements in a group, for example, the number of unique visitors to your site

therefore you would expect to be able to insert 'user id' for example as a value of some set metric that counts the number of unique users. Since the metric function excepts only numeric values that feature can't be achieved.

garrettsickles commented 5 years ago

Will fix. Good catch!

garrettsickles commented 5 years ago

https://github.com/garrettsickles/DogFood/pull/14

garrettsickles commented 5 years ago

https://github.com/garrettsickles/DogFood/pull/19