C# StatsD Client v1.1.0 Release Notes

    • ➕ Add support for gauge delta values (thanks @crunchie84!)
    • Mark the Metrics.Gauge() method obsolete in favour of the new Metrics.GaugeAbsoluteValue()
    • 🔧 Mark the StatsdClient.Configuration.Naming class obsolete in favour of setting MetricsConfig.Prefix when you call Metrics.Configure(), which reduces the code you need when actually sending metrics each time
    • 🔦 Expose a sample rate for the disposable version of the timer (Metrics.StartTimer())