Граф коммитов

82 Коммитов

Автор SHA1 Сообщение Дата
Andrew M 87c51adcc6 Fix typo in readme: Verfiy => Verify 2013-11-28 13:14:07 +02:00
Daniel Schauenberg 3be820a157 Merge branch 'master' into cluster_proxy 2013-07-31 21:10:36 +02:00
Alex Whitman 182d558339 Set the process title to 'statsd'
Makes it easier to see which node processes are statsd when
looking at a process list.
2013-05-20 11:33:40 +01:00
Dan Rowe cd07259f00 initial proxy P.O.C. 2013-03-29 15:13:06 -04:00
Dan Rowe 0d03a7c14e Remove logo ref if we aren't using it yet. 2013-03-18 16:23:44 -03:00
Dan Rowe 34c171ad11 Remove logo for now. Needs better formatting 2013-03-18 16:15:10 -03:00
Dan Rowe 49c6d107ac Add New logo to readme
Added the new logo to the Readme. Also standardized the link format to be Reference based.
2013-03-18 15:47:37 -03:00
draco2003 17b926b0f8 Update to fully qualified links 2013-03-15 16:46:59 +00:00
P. Mark Anderson 0fe6a83313 Fixed link to supported backends 2013-03-11 17:46:23 -07:00
draco2003 d3fc26d463 Updating for clean merge 2013-03-11 22:04:43 +00:00
Alex Williams d0cf5d21e0 Add configuration option to listen on an IPv6 address 2013-03-10 15:43:07 +00:00
draco2003 ec0f46888e Remove debugInterval in favor of console backend 2013-03-07 03:55:30 +00:00
Dan Rowe 740c29ebd1 Fix link layout slightly 2013-03-06 22:04:22 -05:00
draco2003 1ea68365f8 Initial Doc Split starting point 2013-03-07 02:58:55 +00:00
James Socol 1170392de1 Update readme with gauge delta info. 2013-03-01 13:13:46 -05:00
Daniel Schauenberg 3feedf2a44 Merge branch 'histogram' of github.com:Dieterbe/statsd into histogram-integration
Conflicts:
	backends/graphite.js
	exampleConfig.js
2013-02-12 14:33:59 -05:00
drowe ef98c5142a update to be able to merge 2013-02-12 02:07:44 +00:00
Jason Carver 6a361778af Readme example to delete a counter from shell 2013-02-08 22:18:19 -08:00
Jehiah Czebotar fd2a367e3c fix typo 'stats_count.' -> 'stats_counts' and reword for clarity 2013-01-23 09:32:04 -05:00
Daniel Schauenberg 14f45a3491 fix README.md with new travis CI build status img 2013-01-14 13:41:31 +01:00
Rafael Garcia-Suarez 65da1a2d30 Minor README additions 2013-01-02 10:33:35 +01:00
Phil Sorber 91131dc471 Update README with more information about multi-metric packets. 2012-12-24 21:53:10 -05:00
Dan Rowe f9e591bcf5 remove last_ prefix to avoid admin 'stats' match 2012-12-12 08:09:25 -05:00
Dieter Plaetinck 93086913c0 merge branch 'master' 2012-12-09 15:19:17 -05:00
Dieter Plaetinck f3d58af35d clarify how statsd submits counters 2012-11-29 15:49:21 -05:00
Dieter Plaetinck 124c87f4f4 document reset-to-0 behavior for counters
also:
* document config.deleteCounters in readme
* move the config.flushInterval bit up to the part about flushing
2012-11-29 12:52:57 -05:00
Daniel Schauenberg dbd0597164 spell legacyNamespace correctly 2012-11-25 14:30:22 -05:00
Daniel Schauenberg 8f3bfb06db fix typos in README 2012-11-24 23:14:59 -05:00
Daniel Schauenberg 20d2198d42 make counter namespace changes more clear in the README 2012-11-24 23:10:33 -05:00
Daniel Schauenberg d119c57788 update the README with a quick namespace overview 2012-11-24 23:01:09 -05:00
Matt Sanders 962704be9c Tweak backend documentation in README 2012-11-12 09:50:40 -06:00
Daniel Schauenberg 2546ee6263 add a statsd metrics hash which is also passed to the backend
this only holds the metrics processing time for now but can be used for other
metrics which are not fit to be added to the preexisting statsd metric values.
2012-11-11 17:44:54 -05:00
Daniel Schauenberg bd03104a3d Merge branch 'master' into extracted-metrics-processing 2012-11-11 16:42:41 -05:00
Dan Rowe 3caeea1846 Small tweaks to the README 2012-11-06 08:53:28 -05:00
Dieter Plaetinck 92c46c357a bugfix: allow bin upper limits to contain decimals
also modify an example to demonstrate
2012-11-05 16:03:16 -05:00
Dieter Plaetinck 50dd2ae684 support different histogram settings for different metrics 2012-11-05 15:17:01 -05:00
Dan Rowe c9e09f8a4b Quick note on counter_rates and timer_data 2012-11-03 22:52:58 -04:00
Dan Rowe 953063a2c6 Merge remote branch 'upstream/master'
Conflicts:
	backends/graphite.js
Merge with etsy/master
2012-10-31 17:58:48 -04:00
Daniel Schauenberg f4c6cf5abd Merge pull request #138 from timblair/clearer_sampling_info
Make it clearer that sampling is only for counters.
2012-10-19 20:30:00 -07:00
Dan Rowe ec9cc251c6 do timer and counter calculations prior to sending to backends 2012-10-13 00:33:05 -04:00
Dan Rowe 5516c1e774 remove unused timer, remove newline from sets and add sets to README interface definition 2012-10-13 00:25:44 -04:00
Daniel Schauenberg dd21c20903 put all graphite keys under stats* into the same schema
fixes #159
2012-10-10 00:54:08 -03:00
Dieter Plaetinck 6f51d04c02 clarify bins can be arbitrarily wide 2012-10-08 15:32:17 -04:00
Dieter Plaetinck 4c2ee9df31 support histograms
in accordance with existing codebase, implement this in graphite
backend
2012-10-08 15:28:54 -04:00
Tommy George 60cb07d677 Update README.md
Fixed one super tiny grammatical error. =)
2012-10-04 15:51:52 -05:00
Daniel Schauenberg 96c488dc52 add README information about the repeater backend 2012-09-11 01:27:41 -04:00
Daniel Schauenberg fc8e38bb3a make README formatting more consistent 2012-09-11 01:20:58 -04:00
Vivien Barousse ea39ca6242 Add support for sets, counting unique events
Sets are backed using a set data-structure, discarding duplicate
values being inserted. This allows backend to retrieve the number
of unique events that happened since the last flush.

Sets are all emptied after each flush.
2012-08-08 23:05:06 +01:00
Tim Blair 1c274895f1 Make it clearer that sampling is only for counters. 2012-08-08 10:39:27 +01:00
Daniel Schauenberg b0b09bcffa Merge pull request #111 from nleskiw/master
Updated Graphite schema example to help prevent data loss.
2012-07-09 12:34:52 -07:00