Skip to content

Trivial statsd client in Rust, for heavily-sampled uses

Notifications You must be signed in to change notification settings

tokenrove/trivial-statsd-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Rust statsd client for fast-and-loose stats.

Alternatives:

Why this one?

  • tuned for heavily-sampled stats;
  • avoids floats at runtime wherever possible;
  • uses evil global state for the convenience of being able to drop a statsd! macro anywhere (using the same approach as the log crate).

(This might not be true yet; this crate is in embryonic state and I think I'll have to do some procedural macro magic to get the effect I want.)

About

Trivial statsd client in Rust, for heavily-sampled uses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages