https://github.com/statsd/statsd

sort by:
Revision Author Date Message Commit Date
712dcfb bump to v0.5.0 20 July 2012, 16:07:19 UTC
ee50a80 update Changelog for v0.5.0 20 July 2012, 16:05:59 UTC
a30c310 Merge branch 'logger' of https://github.com/easybib/statsd into logger 20 July 2012, 14:13:54 UTC
dee8857 Fix bug: use type to construct log string 20 July 2012, 14:10:31 UTC
70e688b Merge branch 'logger' of https://github.com/easybib/statsd into logger 20 July 2012, 11:35:50 UTC
f7e7801 use 127.0.0.1 as the default address in the shell example 20 July 2012, 11:20:39 UTC
8f66571 Merge pull request #123 from fredj/debian-pull debian/statsd.init: fix the start-stop-daemon --test line. 18 July 2012, 14:45:55 UTC
af56cb7 Merge pull request #121 from jroper/patch-1 Fixed locale bug in Java client 18 July 2012, 14:45:08 UTC
f46fd79 debian/statsd.init: fix the start-stop-daemon --test line. give the same arguments as the real start-stop-daemon line (startas instead of exec), otherwise the daemon is not properly detected as started. 18 July 2012, 07:16:46 UTC
72a62dc Fixed locale bug in Java client. Specifically, String.format() is locale dependent, so if the system locale is a country that uses commas for decimal places, for example, Germany, then when the sample rate is formatted, you end up with "0,1" instead of "0.1". Solution is to use Locale.ENGLISH everywhere. 17 July 2012, 16:01:36 UTC
0638da7 Test if the supplied log level is defined in node-syslog. Remove eval()! :) 16 July 2012, 17:51:39 UTC
0d14258 Merge pull request #117 from fredj/debian-pull debian packaging enhancements 16 July 2012, 13:04:35 UTC
0854f72 Merge pull request #119 from mattspitz/master Small StatsdClient Java improvements. 12 July 2012, 03:21:09 UTC
ddc840a Reversing variable order to make up for missing method. Whoops. 11 July 2012, 22:20:46 UTC
a152ed8 Finalizing variables that aren't set elsewhere for safety. 11 July 2012, 22:16:09 UTC
640381f Removing unused method. 11 July 2012, 22:14:14 UTC
b56c30b Using %d rather than %i in StatsdClient.java example. %i isn't a valid conversion type for String formatters: http://docs.oracle.com/javase/6/docs/api/java/util/Formatter.html 11 July 2012, 21:58:19 UTC
73b8013 Default loglevel (for syslog) in config file. 11 July 2012, 18:18:59 UTC
9f4649d Handle debug logging. 11 July 2012, 18:02:45 UTC
6262770 Log to syslog: * replace 'most' log-related instances of util with a logger object * logger object sets up syslog logging (if configured) * listed 'node-syslog' as an optional dependency 11 July 2012, 16:32:52 UTC
d0999e6 add simple millisecond timing to the graphite backend 10 July 2012, 17:50:04 UTC
f0fc806 debian: install all backends into /usr/share/statsd/backends 10 July 2012, 10:45:28 UTC
9f437f8 debian: bump compat to 8 and Standards-Version to 3.9.3 10 July 2012, 10:22:10 UTC
f637e6f debian: install README.md 10 July 2012, 10:21:55 UTC
4415b2d Merge branch 'master' of github.com:etsy/statsd 09 July 2012, 21:26:12 UTC
d94c023 move graphite stats under stats 09 July 2012, 21:10:28 UTC
1862d25 we need a timestamp of course 09 July 2012, 21:04:16 UTC
d274ea2 remove function timing for now 09 July 2012, 20:56:05 UTC
b0b09bc Merge pull request #111 from nleskiw/master Updated Graphite schema example to help prevent data loss. 09 July 2012, 19:34:52 UTC
8c3babc Merge pull request #116 from fredj/lsb-init-script LSB compliant init script 09 July 2012, 19:33:00 UTC
9007c6a Merge pull request #115 from fredj/build-depends Add missing debhelper to Build-Depends 09 July 2012, 19:32:28 UTC
589630e also flush statsd.graphite stats to graphite 09 July 2012, 19:29:42 UTC
69aef78 LSB compliant init script 09 July 2012, 12:43:19 UTC
4584ba6 Depends on misc:Depends 09 July 2012, 12:04:48 UTC
a5e5c02 Add missing debhelper to Build-Depends 09 July 2012, 10:16:37 UTC
8f202fd add some basic stats gathering into main statsd 08 July 2012, 19:11:23 UTC
c06a242 we are going to measure timings in microseconds 08 July 2012, 19:07:31 UTC
cab0f06 Fixed lines requested my mrtazz 05 July 2012, 19:00:54 UTC
8a31add Added additional Graphite info and settings to the readme. 03 July 2012, 20:12:13 UTC
7e5df14 bump to v0.4.0 29 June 2012, 14:36:30 UTC
c361255 explain metrics batch send in the README 29 June 2012, 14:31:46 UTC
e6e3c86 add bin/statsd to package.json 28 June 2012, 14:08:52 UTC
54540c4 add bin/statsd 28 June 2012, 14:07:37 UTC
ac535e6 Updated Graphite storage schema example. 27 June 2012, 18:25:54 UTC
e5f093b Updapted the Graphite example to help new users prevent unxepected data loss, and explain less-than-obvious Graphite behavior. 27 June 2012, 18:13:33 UTC
42ff275 Merge pull request #109 from shaftoe/master Add a basic CLI bash client to example directory 26 June 2012, 12:38:29 UTC
d00be7a Remove gauge reference 26 June 2012, 12:33:21 UTC
5095868 Add CLI bash client example 26 June 2012, 07:39:39 UTC
97888e6 Merge pull request #97 from sanbeg/master fix to perl sampling code 26 June 2012, 03:42:57 UTC
bd82637 Merge pull request #107 from leonmax/patch-3 bug fixing, sample_data and data got swapped 26 June 2012, 03:00:40 UTC
747f88b Merge branch 'master' of https://github.com/omniti-labs/statsd 25 June 2012, 22:36:44 UTC
dd10c82 Merge branch 'master' of https://github.com/smarden1/statsd 25 June 2012, 20:14:15 UTC
2dff77f update README 18 June 2012, 22:22:23 UTC
3462a15 bug fixing, sample_data and data got swapped 15 June 2012, 19:58:43 UTC
ffacf28 added sum to all metrics and mean to the total - also changed the way we calculate these metrics by using a cumulative sum as it is more efficient for multiple percentile thresholds 14 June 2012, 15:38:58 UTC
4e4ed79 update README mentioning to preferably use ints as values 08 June 2012, 05:04:17 UTC
02e2ee2 Merge branch 'mixu/console_backend' of https://github.com/mixu/statsd 08 June 2012, 03:50:20 UTC
c104202 Merge pull request #94 from booo/master Add missing documentation 07 June 2012, 03:59:35 UTC
01bfd03 Fixing white space in a separate commit. 04 June 2012, 18:41:09 UTC
65d038a Allow multiple metrics to be passed in one UDP packet delimited by a newline character. 04 June 2012, 18:41:09 UTC
60ac062 exampleConfig.js: add missing documentation This commit adds documentation about the *address* and *mgmt_address* config options. 04 June 2012, 11:45:10 UTC
087fde9 reformat keyFlush log into key value pairs 30 May 2012, 20:23:18 UTC
74131c8 fix data sampling 18 May 2012, 17:34:45 UTC
11049a2 bump to v0.3.0 16 May 2012, 04:45:36 UTC
a85b938 add Changelog file 16 May 2012, 04:40:42 UTC
434650f use fs.writeSync() instead of fs.write() so that unit tests doesn't fail randomly 16 May 2012, 04:16:47 UTC
a69f4f8 merge master changes into backends npm branch 15 May 2012, 03:09:03 UTC
d63b6d4 make backends loadable from npm packages 15 May 2012, 03:07:58 UTC
679f222 update README to how backends as npm packages work 15 May 2012, 03:07:33 UTC
d1f8b8f bump to v0.2.1 14 May 2012, 22:56:51 UTC
744fd58 Add prettyprint option and exclude gauges metric from cache 11 May 2012, 21:44:14 UTC
bf62f64 Merge pull request #86 from krobertson/master Debian package scripts don't install the graphite backend file 11 May 2012, 03:08:28 UTC
ce5d42e ensure the debian packages include the graphite backend file 11 May 2012, 00:20:03 UTC
7a5bf89 Update README.md 08 May 2012, 18:07:43 UTC
e0cf48e Add console backend 07 May 2012, 21:11:15 UTC
4000ffc bump to v0.2.0 04 May 2012, 15:54:45 UTC
cd5f9b0 Merge remote-tracking branch 'librato-statsd/feature/backend_mods' Conflicts: README.md 03 May 2012, 21:29:52 UTC
b0e0375 fix typo in ruby example 02 May 2012, 14:56:17 UTC
576f977 Merge pull request #77 from kashif/patch-1 Add gauges method to ruby example. 28 April 2012, 19:36:18 UTC
66f9d25 Add gauges method to ruby example. 28 April 2012, 10:46:40 UTC
8e10bc3 Merge pull request #76 from KyleAMathews/patch-1 Update README.md so summary includes mention of gauges. 27 April 2012, 21:58:32 UTC
f3bd3d9 Update README.md so summary includes mention of gauges. 27 April 2012, 18:24:06 UTC
6f0e246 Merge pull request #75 from heph/master improved debian init scripts 27 April 2012, 04:28:56 UTC
d59d01d removed references to rdio configs (updated rdioConfig.js to localConfig.js) improved $NODE_BIN searching 27 April 2012, 01:27:57 UTC
e6c6ce0 Fix the race condition to detect if the time out has fired. Simply set a 'timed_out' flag true instead of testing the wall time duration. 26 April 2012, 14:34:10 UTC
fe91370 Switch the flush and status commands to an event listener model. 26 April 2012, 13:42:30 UTC
784f07a Prefer named functions over anonymous functions for more readable backtraces. 26 April 2012, 13:42:30 UTC
80374f3 Fix botched cut-and-paste. 26 April 2012, 13:42:30 UTC
da683ef Update readme with backend documentation. 26 April 2012, 13:42:30 UTC
4fa436a Slight cleanup of the backend API by converting the flush interface to a top-level module export. 26 April 2012, 13:42:30 UTC
168a8af Add an error parameter to the stats write callback. 26 April 2012, 13:42:30 UTC
a376106 Add more docs to graphite backend module. 26 April 2012, 13:42:30 UTC
7b15946 Flushing must be handled at the global level and invoked for each backend. Also only clear counters and timers after flushing stats to each backend. 26 April 2012, 13:42:30 UTC
17454a3 Split out the graphite persistence code into a separate backend module. This provides a basic framework for adding multiple, pluggable, backends for persisting stats. 26 April 2012, 13:42:30 UTC
980b582 Merge pull request #74 from barthq/patch-1 Added Support for Gauges to C# Example Client 17 April 2012, 13:23:49 UTC
34fa07c Added Support for Gauges to C# Example Client 17 April 2012, 12:58:06 UTC
79a4046 add gauges description to README 14 April 2012, 21:45:09 UTC
6440e22 add travis ci build status image to README 14 April 2012, 21:38:44 UTC
c2a7db9 disable email notifications 14 April 2012, 19:22:36 UTC
e5f322a remove 0.4 testing for now since it hangs and add IRC notifications 14 April 2012, 19:16:23 UTC
back to top