Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.48 KB

package-readme.md

File metadata and controls

29 lines (20 loc) · 1.48 KB

JustEat.StatsD

NuGet version Build status codecov

Summary

A library to publish StatsD metrics from .NET applications to a server.

Features

  • Easy to use.
  • Robust and proven.
  • Tuned for high performance and low resource usage.
  • Supports standard StatsD primitives: Increment, Decrement, Timing and Gauge.
  • Supports tagging on Increment, Decrement, Timing and Gauge.
  • Supports sampling for cutting down of sends of high-volume metrics.
  • Helpers to make it easy to time a delegate such as a Func<T> or Action<T>, or a code block inside a using statement.
  • Send stats over UDP or IP.
  • Send stats to a server by name or IP address.

Feedback

Any feedback or issues for this library can be added to the issues in GitHub.

License

This package is licensed under the Apache 2.0 license.