- Allow custom loggers to be injected. Stop relying on std.
- Bump std to 0.93.0.
- Fix a minor type issue that cropped up with Deno 1.9.0.
- Can now select a "dialect" of the StatsD service. (Currently, "statsd" or "datadog".)
- Added datadog-specific metrics and validation.
- Added datadog events.
- Added datadog service checks.
- Added a new "logger" server config for debugging.
- Add UDP (Unix Domain Socket) support.
- Add support for TCP connections
- Can now enabling logging by configuring the
statsd
logger in the std logging library.
- Minor type and doc fixes
- Initial version
- Supports UDP connections
- Supports all official StatsD metrics (count, gague, timing, set)