Added info to the nuspec package description.

This commit is contained in:
Luke Venediger
2013-06-29 02:32:48 +02:00
parent bceb1b850c
commit 0bc5ec3c5d

View File

@@ -12,12 +12,13 @@
The simple statsd client for .Net is a robust, easy-to-use way of feeding metrics into a statsd-compatible server. You can use it to log counts, timings and gauges.
Features include:
* Log counts, timings and gauges
* Log counts, timings, gauges and sets
* Has an additional API that uses dynamics to create and submit stats
* Fault-tolerant client that can be configured to fail silently (with a warning) if misconfigured
* IStatsdClient interface for easy mocking in unit tests
* Allows for customisation of every output stat to do things like screen metrics before sending
* Supports a user-defined prefix to prepend to every metric
* Outputs to UDP or TCP
.Net 4.0 and 4.5 Users:
* Use the StatsdExtensions to define metrics without having to manipulate strings