Vickenty Fesunov
Vickenty Fesunov
New property for a jabber account, which allows user to configure if anonymous authentication should be used and skip interactive question on every connection to the server.
After an unsuccessful write, StatsDSender would not clear the buffer before returning it to the pool. This could cause the processor to get the buffer with lim
### What does this PR do? Fix a crash caused by unsynchronized concurrent map and slice accesses in the dogstatsd origin statistics. ### Motivation Bugfix. ### Additional Notes With dogstatsd...
I would like to be able to use tungstenite to add websocket support to an existing web-app, using the same tcp listener for both WS and regular HTTP requests. This...
Avoid sending too many metrics to a closed socket, to avoid a race condition with the lastException reset. Occasionally, two metrics will be sent to the client after the server...
### What does this PR do? Reduce default context expiration time from 300s to 20s. ### Motivation Reduce memory usage when tags or metrics received are different across subsequent aggregation...
Allow a check to report metrics accumulated in an external system with the correct timestamp. ### What does this PR do? ### Motivation ### Additional Notes ### Possible Drawbacks /...
### What does this PR do? Advancing the clock does not guarantee that the batcher goroutine will actually make enough progress to send anything to the output channel before we...
Fixes #44