https://github.com/statsd/statsd

sort by:
Revision Author Date Message Commit Date
53fd384 add more tests for metric types 09 August 2013, 20:08:28 UTC
fc63eec extract packet parsing into helper module 09 August 2013, 19:33:25 UTC
9590e66 Merge pull request #327 from tgandrews/master Golang client doesn't build 09 August 2013, 13:36:13 UTC
3a5213d Correct obvious mistakes causing build to fail. 08 August 2013, 16:36:12 UTC
59c423c Merge pull request #325 from katzj/patch-1 Add link to the Stackdriver backend 07 August 2013, 19:40:39 UTC
bc9527a Add link to the Stackdriver backend 07 August 2013, 19:31:21 UTC
b4c9adf Merge pull request #311 from etsy/process_mgmt Allow for setting the process title 02 August 2013, 18:39:30 UTC
ce6ec09 Merge pull request #148 from ktheory/optional_counts Optionally omit stats_counts metrics 02 August 2013, 18:35:28 UTC
ca3ab5c Merge branch 'master' into optional_counts Fixed merge conflict for new & legacy namespaces Conflicts: backends/graphite.js 02 August 2013, 16:06:13 UTC
e4c957f Merge pull request #314 from sanbeg/cpan-1-0-2 sync up with CPAN version 18 July 2013, 02:21:24 UTC
10fb3e6 sync up with CPAN version - use send instead of print to avoid weird buffering issue 17 July 2013, 20:02:58 UTC
dd1ad7b note the fact that it won't work on node v0.8 on macs in the example config 03 July 2013, 21:28:06 UTC
23aab12 exclude the title test from running on Macs running node less than 10 03 July 2013, 21:25:53 UTC
7feafc6 Merge pull request #307 from etsy/fix_tests cleanup two failing tests 03 July 2013, 20:45:26 UTC
665453f Remove v0.6 from node versions we test against 03 July 2013, 20:38:14 UTC
8411450 Drop v0.6 support 03 July 2013, 20:37:31 UTC
87f4858 don't change value we are testing for, increase the time we wait to look for it 03 July 2013, 20:33:00 UTC
4541e11 Allow for setting the process wtitle, or opting to let the os do it like previous versions 02 July 2013, 18:33:26 UTC
9b949e5 Merge pull request #304 from kiall/update-debian-pkg Update debian packaging for 0.0.6 01 July 2013, 12:41:32 UTC
c5bd6be Merge pull request #305 from nesQuick/patch-1 [Doc] Order backends alphabetically 01 July 2013, 12:40:50 UTC
50d8525 cleanup two failing tests 28 June 2013, 21:21:09 UTC
4ec3a03 Order backends alphabetically So its easier to find the one you are looking for 28 June 2013, 11:03:38 UTC
4d9bed1 Update debian packaging for 0.0.6 27 June 2013, 18:38:26 UTC
8cb9a63 fix histogram indent in exampleConfig.js 20 May 2013, 14:14:46 UTC
84095f6 Merge pull request #297 from alexwhitman/process-title Set the process title to 'statsd' 20 May 2013, 14:09:39 UTC
182d558 Set the process title to 'statsd' Makes it easier to see which node processes are statsd when looking at a process list. 20 May 2013, 10:33:40 UTC
eb8d81d Merge pull request #296 from etsy/pet_syntaxchecker add jshint comment and do a little cleanup 15 May 2013, 21:50:19 UTC
0e19c41 add jshint comment and do a little cleanup 15 May 2013, 21:44:22 UTC
7278d8b Merge pull request #295 from mfournier/deb-packaging-fixes Deb packaging fixes 14 May 2013, 19:44:17 UTC
f3720a4 debian: bump package release number 14 May 2013, 19:24:10 UTC
35adfdd debian: include docs and examples in package 14 May 2013, 19:22:36 UTC
297b907 debian: avoid running service as root/nobody Create a new _statsd system user on package installation (and remove him when package is purged), and modify upstrart and init-script to have this user run the daemon. 14 May 2013, 19:13:06 UTC
d16d744 Merge pull request #292 from etsy/mgmt_console_patch cleanup whitespace and small tweaks 30 April 2013, 14:58:03 UTC
0db7e7f cleanup whitespace and small tweaks 30 April 2013, 14:53:55 UTC
32734e6 Merge pull request #291 from bmhatfield/http-backend-link Add link to statsd-http-backend 16 April 2013, 17:38:04 UTC
67968aa Add link to statsd-http-backend 16 April 2013, 17:30:39 UTC
d8ab2fd Update docs to include del* commands Updated command list to show all the delete commands, as well as adding an example to show how to delete a folder of counters. 11 April 2013, 21:56:37 UTC
da85244 Merge pull request #246 from carver/delete-group Delete folder of metrics with: delcounters parent.path.* 11 April 2013, 21:46:43 UTC
18510c0 Merge pull request #289 from bmhatfield/fix-console Remove caching from the console backend 11 April 2013, 15:57:02 UTC
e55b095 Revert "Add local config to git ignore" This reverts commit 61fb8a096b2c26fcec40bf4feed77ae8f9817703. 11 April 2013, 15:51:58 UTC
bc6146f Remove statsCached from console backend 11 April 2013, 03:48:22 UTC
61fb8a0 Add local config to git ignore 11 April 2013, 03:06:05 UTC
3b1bbac Merge pull request #280 from etsy/health_status Add health status functionality, and handle SIGTERM more gracefully. 08 April 2013, 16:27:14 UTC
d1cb58e Don't need to test on .9 now that .10 is out. We'll stick to supporting stable branches of node for now, and test on future unstable when they are close to being released as stable. 08 April 2013, 16:24:10 UTC
4cd8167 Cleanup shutdown process 08 April 2013, 15:43:33 UTC
c129e11 Merge pull request #288 from Dieterbe/doc_last_flush_last_exception fix description of graphite.{last_flush,last_exception} 04 April 2013, 20:14:28 UTC
bae1912 fix description of graphite.{last_flush,last_exception} 04 April 2013, 19:39:34 UTC
338e8ba Merge pull request #287 from zr40/patch-1 Fix typo 04 April 2013, 15:09:38 UTC
ee5ec77 Fix typo 04 April 2013, 15:00:19 UTC
69016fb Merge pull request #285 from pshen/master typo 31 March 2013, 19:31:16 UTC
d48f2e8 typo 31 March 2013, 18:48:30 UTC
1c32a6a use strict comparison for message length 31 March 2013, 00:28:29 UTC
2c65034 don't show Bad Line warning for empty strings 30 March 2013, 22:45:33 UTC
c947f66 Fix link breakage from initial doc split 30 March 2013, 22:05:17 UTC
d6a8a3b adding SIGTERM handling 28 March 2013, 20:13:21 UTC
8dadf9f Add health status functionality 28 March 2013, 17:41:06 UTC
045b1de Merge pull request #200 from zwily/upper_percentiles Support gathering "top" percentile statistics 23 March 2013, 21:54:46 UTC
8bc1bb3 Merge pull request #277 from dynmeth/master Added median calculation to timer_data 23 March 2013, 21:49:26 UTC
2d9b0de delete stats via management console: move to lib/, docs, generalize, tests 22 March 2013, 14:26:58 UTC
d07b90e delete all metrics in a folder using a command like: delcounters path.to.parent.* 22 March 2013, 14:26:58 UTC
3852334 refactor stat deletion code, no functional changes 22 March 2013, 14:26:58 UTC
76c13f0 Changed test case to ensure sorting Changed the test data in timers_multiple_times_even so make sure the metrics are sorted before getting the median value. If the data was not sorted, the median value would be 300 instead of 250. 22 March 2013, 05:28:32 UTC
5c0ce67 Added median calculation to timer_data Added median calculation to timer_data and associated test cases 22 March 2013, 05:10:26 UTC
a11359d Merge pull request #276 from etsy/update_node-syslog Bump node-syslog and engine required version 19 March 2013, 15:43:35 UTC
1f6afa0 Revert temp version bump to keep v0.6.0 support 19 March 2013, 14:53:48 UTC
763bece update underscore and temp 19 March 2013, 14:50:19 UTC
bad995b Test Updating nodeunit 19 March 2013, 14:42:39 UTC
6daa91d Bump node-syslog and engine required version 19 March 2013, 14:20:58 UTC
b2c1562 Merge pull request #274 from etsy/logo Add New logo to readme 18 March 2013, 19:27:06 UTC
0d03a7c Remove logo ref if we aren't using it yet. 18 March 2013, 19:23:44 UTC
34c171a Remove logo for now. Needs better formatting 18 March 2013, 19:15:10 UTC
49c6d10 Add New logo to readme Added the new logo to the Readme. Also standardized the link format to be Reference based. 18 March 2013, 18:47:37 UTC
f369dfa Support gathering "top" percentile statistics Adds support for collecting statistics on top percentiles, instead of the default bottom percentiles. You specify a top percentile by using a negative number - so -10 will collect the top 10% of data. It will emit: mean_top10, lower_top10, and sum_top10. Using a negative number may seem hacky, but it's convenient and there is a precedent - referencing an array from the end in some languages can be done with negative indexes. 16 March 2013, 16:58:01 UTC
2ccde82 Update package.json to 0.6.0 15 March 2013, 16:50:02 UTC
c1c8090 Update Changelog with changes since 0.5.0 15 March 2013, 16:49:08 UTC
17b926b Update to fully qualified links 15 March 2013, 16:46:59 UTC
d911deb Merge pull request #273 from sreuter/patch-1 Update admin_interface.md 15 March 2013, 16:35:14 UTC
8cd74ba Update admin_interface.md Added gauges command to admin_interface.md documentation file 15 March 2013, 15:35:27 UTC
6964a47 Merge pull request #272 from sreuter/master Added Leftronic-Backend to docs 15 March 2013, 14:02:28 UTC
366faef Added Leftronic-Backend to docs 15 March 2013, 11:31:12 UTC
04bcd0b Merge pull request #269 from etsy/keen99-p/deleteidlestats update to pull/232 Keen99 p/deleteidlestats 14 March 2013, 16:36:09 UTC
db81f97 Merge pull request #270 from joshgarnett/master Scala Example Added 14 March 2013, 15:06:21 UTC
41ea588 Adding Scala Example 14 March 2013, 14:51:36 UTC
7aa543b update pr/232 to be merge-able 14 March 2013, 02:24:23 UTC
270a96a Merge pull request #268 from etsy/10 Testing 0.10 passed, lets start testing it regularly. 12 March 2013, 23:30:21 UTC
7bad61e Testing 0.10 12 March 2013, 23:07:46 UTC
ddf94e0 Merge pull request #267 from pmark/patch-1 Fixed link to supported backends 12 March 2013, 00:58:20 UTC
0fe6a83 Fixed link to supported backends 12 March 2013, 00:46:23 UTC
5dfc5be Merge pull request #262 from etsy/doc_re-org Doc re-org 11 March 2013, 22:10:09 UTC
d3fc26d Updating for clean merge 11 March 2013, 22:04:43 UTC
9476a76 Merge pull request #265 from eladroz/doc_graphite Update graphite doc for common pitfalls 11 March 2013, 21:41:52 UTC
d47211f Merge pull request #266 from aw/ipv6_compat Add configuration option to listen on an IPv6 address 10 March 2013, 17:41:58 UTC
d0cf5d2 Add configuration option to listen on an IPv6 address 10 March 2013, 15:43:07 UTC
6490919 Merge pull request #259 from etsy/dont_split_all_packets only split the packet if we need to 08 March 2013, 20:27:59 UTC
47373a8 Update graphite doc for common pitfalls 07 March 2013, 21:04:59 UTC
2aa43c9 Merge pull request #263 from etsy/remove_counter_debug Remove debugInterval in favor of console backend debugging 07 March 2013, 18:49:03 UTC
3e95ede Merge pull request #264 from etsy/te Testing was successful, so lets make v9 a first class citizen 07 March 2013, 18:47:52 UTC
943ebdb Test testing on 9.0 07 March 2013, 14:17:22 UTC
ec0f468 Remove debugInterval in favor of console backend 07 March 2013, 03:55:30 UTC
740c29e Fix link layout slightly 07 March 2013, 03:04:22 UTC
back to top