DataDog / dogstatsd-csharp-client

A DogStatsD client for C#/.NET
datadoghq.com
Other
94 stars 62 forks source link

Add `timestamp` arguments to `Increment` and `Decrement` methods #188

Closed ogaca-dd closed 2 years ago

ogaca-dd commented 2 years ago

This PR adds a timestamp argument to Increment and Decrement methods. See https://github.com/DataDog/dogstatsd-csharp-client/pull/185 for more context.

Note: This PR also removes params for tags in IDogStatsd.Decrement.