lexmag / statix

Fast and reliable Elixir client for StatsD-compatible servers
https://hexdocs.pm/statix
ISC License
275 stars 82 forks source link

Support for 'events' and 'service checks' (DataDog statsd extension) #12

Open visciang opened 7 years ago

visciang commented 7 years ago

Do you think we can extend the library to include events and service-checks reporting?

https://docs.datadoghq.com/guides/dogstatsd/#events https://docs.datadoghq.com/guides/dogstatsd/#service-checks

If you think we can go in that direction I will open a PR.

asummers commented 6 years ago

https://github.com/CargoSense/ex_statsd/pull/21/files

This added the functionality for a different lib, so it can probably be referenced. I support this feature's existence =)

stoicAlchemist commented 3 months ago

Just wanted to add my +1 to this feature request, I see it's difficult to just have an event overlay on DD using this library.