dstatsd ~master
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 "Bar"
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, the source is the documentation.
- Registered by Robert Schadek
- ~master released 5 years ago
- burner/DStatsD
- LGPL3
- Copyright © 2016, burner
- Authors:
- 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 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
7078 downloads total
-
- Score:
- 0.9
- Short URL:
- dstatsd.dub.pm