Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 580 Bytes

CHANGELOG.md

File metadata and controls

5 lines (5 loc) · 580 Bytes

1.1.0

  • Added support for gauge delta values (thanks @crunchie84!)
  • Marked the Metrics.Gauge() method obsolete in favour of the new Metrics.GaugeAbsoluteValue()
  • Marked 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())