Found 105 packages
A DogStatsD client for C#. DogStatsD is an extension of the StatsD metric server for use with Datadog. For more information visit http://datadoghq.com.
A .NET library for publishing metrics to StatsD.
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 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
Pluggable foundation blocks for building distributed apps.
Package of this fork https://github.com/TerribleDev/statsd-csharp-client . Original library https://www.nuget.org/packages/StatsdClient/
App Metrics Formatting, formatting metrics data to StatsD
Provides reporting capability to App Metrics via StatsD
StatsD monitoring support for Akka.NET actors.
App Metrics StatsD Metapackage
Purplebricks message subscriber infrastructure: StatsD Monitoring Behaviour
Yet another C# Datadog client that supports DogStatsD and APM.
Pluggable foundation blocks for building distributed apps.
Pluggable foundation blocks for building distributed apps.
High Performance DogStatsD Client
Provides interfaces for the VE Metrics StatsD client for C#
Simple wrapper around statsd-csharp-client which prepends the metric name with the hosts Fully Qualified Domain Name and a configurable ApplicationName prefix.
Pluggable foundation blocks for building distributed apps.
High Performance StatsD Client. Supports client-side metric aggregation and multiple metrics per UDP packet. Completely thread-safe.
Filters to make instrumenting status code responses to StatsD easier when using the StatsDHelper.