miketheman / statsd.cr

A statsd client library for Crystal.
https://github.com/miketheman/statsd.cr
MIT License
33 stars 12 forks source link

Support datadog event format #17

Open Xosmond opened 2 years ago

Xosmond commented 2 years ago

It would be nice we could format messages for events on datadog.

Documentation: https://docs.datadoghq.com/developers/dogstatsd/datagram_shell?tab=events

If no-one took this before, I'm happy to add it :)

miketheman commented 2 years ago

Sounds interesting! Feel free to take a stab at it. Not that you should add the applicable spec tests as well, preferably before adding the code.