Skip to main content
Module

x/statsd/HISTORY.md

A simple StatsD client for Deno
Go to Latest
File

Version history

v0.2.0 (2021-04-06)

  • Add support for TCP connections
  • Can now enabling logging by configuring the statsd logger in the std logging library.

v0.1.1 (2021-04-04)

  • Minor type and doc fixes

v0.1.0 (2021-04-04)

  • Initial version
  • Supports UDP connections
  • Supports all official StatsD metrics (count, gague, timing, set)