dstatsd 0.9.0

A Client for etsy statsd


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

DStatsD

A fast, memory efficent, vibe.d compatible client for etsy's statsd.

auto s = new StatsD("127.0.0.1", 1234, ""); // 

s(Counter("Foo")); // increment counter "Foo"
s.inc("Bar"); // increment counter "Foo"

s(Counter("Args"), 					// send stats to Args, H, and timeA 
	Counter("H", uniform(-10,10)),  // in one udp message
	Timer("timeA", uniform(12,260))
);

Documentation

Please send Pull Requests. Currently, look at the source, its super simple.

Authors:
  • burner
Dependencies:
vibe-d:core, stringbuffer
Versions:
0.9.1 2017-Dec-21
0.9.0 2017-Mar-01
0.0.1 2016-Oct-07
~master 2019-Jun-26
Show all 4 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 7078 downloads total

Score:
0.9
Short URL:
dstatsd.dub.pm