0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #35 from hongjianzhu/master More... almost 7 years ago
new minor version: Added SendEvents function to Statsd interface; Using interface in buffered client constructor; Fixed tests More... almost 7 years ago
Merge pull request #37 from treaster/master More... almost 7 years ago
Merge pull request #39 from Sliide/master More... about 7 years ago
Merge branch 'fix-tests' More... about 7 years ago
client_test: do not receive empty leftover after newline More... about 7 years ago
client_test: proper listening on TCP More... about 7 years ago
buffered_client_test: there is only one UDP message More... about 7 years ago
bufferedclient: do not create socket on flush More... about 7 years ago
avoid too many allocations by memoizing the metric keys More... over 7 years ago
Fix test failures introduced by a65ea2a - 'Fix count statsd string; should be "c", not "a" (absolute)' More... about 8 years ago
add sample rate support More... about 8 years ago
remove pointless Sprintf from PrecisionTiming() More... about 8 years ago
pre-allocate error message More... about 8 years ago
pre-allocate error message More... about 8 years ago
Merge pull request #26 from asgolding/master More... about 8 years ago
Fix count statsd string; should be "c", not "a" (absolute) More... about 8 years ago
missing CreateTCPSocket() method for buffered client after interface change More... about 8 years ago
Issue #30 : bufferedclient generates less udp traffic (thanks to algrebe for idea and first implementation; added test case and fixed logic flaw - was skipping stats) More... about 8 years ago
Merge pull request #32 from enbritely/fix_interface More... about 8 years ago
Added CreateTCPSocket to interface and the NoopClient. More... about 8 years ago
golint More... over 8 years ago
issue #27 and #28: unable to use Incr and PrecisionTiming with the same key; Also only replace hostname in key when actually sending the event to statsd, not in the buffered client (small optimisation) More... over 8 years ago
Merge pull request #24 from hoffoo/feature_tcp More... over 8 years ago
add eventStringTpl More... over 8 years ago
fix issue #12: logger pollution when shutting down buffered client - now can be controlled with sb.Verbose = false More... over 8 years ago
fix issue #22: Buffered client GaugeDelta does not append "+" to positive values. #22 More... over 8 years ago
Merge pull request #19 from petersng/feature/fix-precision-timing More... over 8 years ago
Merge pull request #21 from venugopalkandru/master More... over 8 years ago
fixing typo, in statsd counts are a c not an a More... over 8 years ago