Simple Statsd Client for .NET Standard 2.0 NuGet Package

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, gauges, sets and raw metrics
* 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.5 Users:
* Use the StatsdExtensions to define metrics without having to manipulate strings
* The dynamic stats builder interface provides a cleaner alternative to creating and logging metrics

Licence: MIT.




Got any Simple Statsd Client for .NET Standard 2.0 Question?





Info

Version: 1.5.0
Author(s): Luke Venediger
Last Update: Monday, June 11, 2018
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/lukevenediger/statsd-csharp-client/
NuGet Url: https://www.nuget.org/packages/StatsdCsharpClient


Install
Install-Package StatsdCsharpClient
dotnet add package StatsdCsharpClient
paket add StatsdCsharpClient
StatsdCsharpClient Download (Unzip the "nupkg" after downloading)

11 packages depend on this package.


Tags



STATS

must-have-score

4.5

avg-downloads-per-day

75

days-since-last-release

2140