Closed ogaca-dd closed 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.
timestamp
Increment
Decrement
Note: This PR also removes params for tags in IDogStatsd.Decrement.
params
IDogStatsd.Decrement
This PR adds a
timestamp
argument toIncrement
andDecrement
methods. See https://github.com/DataDog/dogstatsd-csharp-client/pull/185 for more context.Note: This PR also removes
params
for tags inIDogStatsd.Decrement
.