Statsd client for C#, providing a full set of counter/timer/gauge/set functionality in an easy to use static. Helpers are provided for easily timing chunks of code too.
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...
More information
Statsd client for C#, providing a full set of counter/timer/gauge/set functionality in an easy to use static. Helpers are provided for easily timing chunks of code too.
This project is a fork of https://www.nuget.org/packages/StatsdClient/ as the original package is not compatible with core clr.
Please note - the official DogStats release now includes NetStandard support. Please migrate your references to that package.
A port to .NET Core. A DogStatsD client for C#. DogStatsD is an extension of the StatsD metric server for use with Datadog. For more information visit...
More information