statsd-csharp-client
statsd-csharp-client copied to clipboard
A simple c# client library for statsd and statsd.net
Hi there, ### Overview While running some load tests on a windows service (.NET 4.7.1) that makes use of this library, an issue was found where processing of requests were...
The following error is reported to log4net: ``` Warning: 0 : Sending metrics via TCP failed with a SocketException: A connect request was made on an already connected socket, code:...
Greetings, A) statsd supports negative counts - ie, increasing negative amount. However, the client is explicitly culling those. From Statsd.cs: ``` private async Task SendMetricAsync(string metricType, string name, string prefix,...
Currently, it looks like there is no option to send offset to gauge, only absolute value. This is supported by statsd with +x, -x notation when number is specified. BTW,...
So I see that this issue is included in the Future Improvements section of the Readme, but I just wanted to check in on its progress. What I'm referring to...
So I see this issue is in the Future Improvements section of the Readme ("batch-and-pump - collecting stats and sending them out in a batch at regular intervals"), but I...