0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of https://github.com/quipo/statsd More... over 9 years ago
fix type
Lorenzo Alberton
as quipo
More... over 9 years ago
added PrecisionTiming to buffered API
Lorenzo Alberton
as quipo
More... over 9 years ago
Merge pull request #3 from CrowdSurge/precision More... over 9 years ago
Merge pull request #6 from chooper/fix-timing-typo More... over 9 years ago
fix typo timinig.go -> timing.go More... over 9 years ago
merged with upstream More... over 9 years ago
Merge branch 'master' of https://github.com/quipo/statsd More... over 9 years ago
merge More... over 9 years ago
add precision timing More... over 9 years ago
INTERFACE CHANGE: Gauge() was implemented an a normal, absolute gauge in the buffered client, but as a Gauge Delta in the regular client. I split this so Gauge() is always the regular gauge, and the new GaugeDelta() is always a delta More... over 9 years ago
INTERFACE CHANGE: Gauge() was implemented an a normal, absolute gauge in the buffered client, but as a Gauge Delta in the regular client. I split this so Gauge() is always the regular gauge, and the new GaugeDelta() is always a delta More... over 9 years ago
fix buffered negative gauge values, and fix the string for encoding buffered gauge values (it seems to have been a C&V error from the original code) More... over 9 years ago
fix missing %HOST% conversion in buffered client More... over 9 years ago
add FAbsolute() to buffered client More... over 9 years ago
added FAbsolute and completed FGauge More... over 9 years ago
might as well preallocate the exact slice len we need, since we know it More... over 9 years ago
allow %HOST% substitution in the prefix string. That is useful for people who want to have all stats prefixed by an API key and the hostname More... over 9 years ago
attempt at fixing jagged metrics at very high volumes of data More... over 9 years ago
strip hostname down to the basename (otherwise all the "." become paths in statsd which becomes silly looking); make Hostname exported so we can manipulate it further as a client More... over 9 years ago
added FGauge() for the regulared non-buffered client as well More... over 9 years ago
implemented floatingpoint gauge More... over 9 years ago
Merge pull request #1 from quipo/master More... over 9 years ago
added logger
Lorenzo Alberton
as quipo
More... over 9 years ago
fixed example, explicit flushing interval usage sample
Lorenzo Alberton
as quipo
More... over 9 years ago
Merge pull request #2 from wingedpig/master More... over 9 years ago
Added delta to StatsdClient.Gauge() to allow for updates to the value. More... over 9 years ago
Merge pull request #1 from q2/master More... almost 10 years ago
Export StatsdBuffer More... almost 10 years ago
swap Min/Max :-/
Lorenzo Alberton
as quipo
More... almost 10 years ago