Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 458 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 458 Bytes

dogstatsd-rs

A Rust client for interacting with Dogstatsd

Dogstatsd is a custom StatsD implementation by DataDog for sending metrics and events to their system. Through this client you can report any type of metric you want, tag it, and enjoy your custom metrics.

Full Documentation

Todo

  • Fill out the README
  • Get documentation site running
  • Support tags and sampling %s