Marc Fournier
35adfdd62b
debian: include docs and examples in package
2013-05-14 21:22:36 +02:00
Marc Fournier
297b9074d2
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.
2013-05-14 21:13:06 +02:00
Dan Rowe
d16d744e64
Merge pull request #292 from etsy/mgmt_console_patch
...
cleanup whitespace and small tweaks
2013-04-30 07:58:03 -07:00
draco2003
0db7e7fdf6
cleanup whitespace and small tweaks
2013-04-30 14:53:55 +00:00
Dan Rowe
32734e606d
Merge pull request #291 from bmhatfield/http-backend-link
...
Add link to statsd-http-backend
2013-04-16 10:38:04 -07:00
Brian Hatfield
67968aacf8
Add link to statsd-http-backend
2013-04-16 13:30:39 -04:00
Dan Rowe
d8ab2fd37e
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.
2013-04-11 18:56:37 -03:00
Dan Rowe
da85244556
Merge pull request #246 from carver/delete-group
...
Delete folder of metrics with: delcounters parent.path.*
2013-04-11 14:46:43 -07:00
Dan Rowe
18510c0979
Merge pull request #289 from bmhatfield/fix-console
...
Remove caching from the console backend
2013-04-11 08:57:02 -07:00
Brian Hatfield
e55b095b10
Revert "Add local config to git ignore"
...
This reverts commit 61fb8a096b
.
2013-04-11 11:51:58 -04:00
Brian Hatfield
bc6146fc08
Remove statsCached from console backend
2013-04-10 23:48:22 -04:00
Brian Hatfield
61fb8a096b
Add local config to git ignore
2013-04-10 23:06:05 -04:00
draco2003
f014b0115c
Update to use config library, make cacheSize a config option, and switch to using the health status
2013-04-10 18:54:08 +00:00
Dan Rowe
3b1bbac63a
Merge pull request #280 from etsy/health_status
...
Add health status functionality, and handle SIGTERM more gracefully.
2013-04-08 09:27:14 -07:00
Dan Rowe
d1cb58ed1c
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.
2013-04-08 13:24:10 -03:00
draco2003
4cd8167d96
Cleanup shutdown process
2013-04-08 15:43:33 +00:00
Dan Rowe
c129e11024
Merge pull request #288 from Dieterbe/doc_last_flush_last_exception
...
fix description of graphite.{last_flush,last_exception}
2013-04-04 13:14:28 -07:00
Dieter Plaetinck
bae19124f2
fix description of graphite.{last_flush,last_exception}
2013-04-04 15:39:34 -04:00
Dan Rowe
338e8ba1fe
Merge pull request #287 from zr40/patch-1
...
Fix typo
2013-04-04 08:09:38 -07:00
Matthijs van der Vleuten
ee5ec77ca8
Fix typo
2013-04-04 18:00:19 +03:00
Daniel Schauenberg
69016fb0dc
Merge pull request #285 from pshen/master
...
typo
2013-03-31 12:31:16 -07:00
Chenjun Shen
d48f2e8f7c
typo
2013-03-31 20:48:30 +02:00
Daniel Schauenberg
1c32a6a673
use strict comparison for message length
2013-03-30 20:28:29 -04:00
Daniel Schauenberg
2c6503400f
don't show Bad Line warning for empty strings
2013-03-30 18:45:33 -04:00
Dan Rowe
c947f66a04
Fix link breakage from initial doc split
2013-03-30 19:05:17 -03:00
Dan Rowe
821cfbca8d
Add hashring as optional dependency
2013-03-29 16:39:09 -04:00
Dan Rowe
cd07259f00
initial proxy P.O.C.
2013-03-29 15:13:06 -04:00
Dan Rowe
d6a8a3b8a2
adding SIGTERM handling
2013-03-28 16:13:21 -04:00
Dan Rowe
8dadf9f232
Add health status functionality
2013-03-28 13:41:06 -04:00
Daniel Schauenberg
045b1deee4
Merge pull request #200 from zwily/upper_percentiles
...
Support gathering "top" percentile statistics
2013-03-23 14:54:46 -07:00
Daniel Schauenberg
8bc1bb3f5d
Merge pull request #277 from dynmeth/master
...
Added median calculation to timer_data
2013-03-23 14:49:26 -07:00
Jason Carver
2d9b0de787
delete stats via management console: move to lib/, docs, generalize, tests
2013-03-22 07:26:58 -07:00
Jason Carver
d07b90ed67
delete all metrics in a folder using a command like: delcounters path.to.parent.*
2013-03-22 07:26:58 -07:00
Jason Carver
3852334c07
refactor stat deletion code, no functional changes
2013-03-22 07:26:58 -07:00
David Howell
76c13f03fa
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.
2013-03-22 15:58:32 +10:30
David Howell
5c0ce673b6
Added median calculation to timer_data
...
Added median calculation to timer_data and associated test cases
2013-03-22 15:40:26 +10:30
Dan Rowe
a11359d3a9
Merge pull request #276 from etsy/update_node-syslog
...
Bump node-syslog and engine required version
2013-03-19 08:43:35 -07:00
Dan Rowe
1f6afa0fa4
Revert temp version bump to keep v0.6.0 support
2013-03-19 11:53:48 -03:00
Dan Rowe
763bece7eb
update underscore and temp
2013-03-19 11:50:19 -03:00
Dan Rowe
bad995b7f5
Test Updating nodeunit
2013-03-19 11:42:39 -03:00
Dan Rowe
6daa91d7a7
Bump node-syslog and engine required version
2013-03-19 11:20:58 -03:00
Dan Rowe
b2c1562bd1
Merge pull request #274 from etsy/logo
...
Add New logo to readme
2013-03-18 12:27:06 -07: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
Zach Wily
f369dfade2
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.
2013-03-16 10:58:01 -06:00
draco2003
2ccde8266b
Update package.json to 0.6.0
2013-03-15 16:50:02 +00:00
draco2003
c1c8090a6d
Update Changelog with changes since 0.5.0
2013-03-15 16:49:08 +00:00
draco2003
17b926b0f8
Update to fully qualified links
2013-03-15 16:46:59 +00:00
Dan Rowe
d911deb670
Merge pull request #273 from sreuter/patch-1
...
Update admin_interface.md
2013-03-15 09:35:14 -07:00