Tom Andrews
3a5213d176
Correct obvious mistakes causing build to fail.
2013-08-08 17:36:12 +01:00
Dan Rowe
59c423c66b
Merge pull request #325 from katzj/patch-1
...
Add link to the Stackdriver backend
2013-08-07 12:40:39 -07:00
Jeremy Katz
bc9527a9ee
Add link to the Stackdriver backend
2013-08-07 15:31:21 -04:00
Dan Rowe
b4c9adfc08
Merge pull request #311 from etsy/process_mgmt
...
Allow for setting the process title
2013-08-02 11:39:30 -07:00
Dan Rowe
ce6ec0911c
Merge pull request #148 from ktheory/optional_counts
...
Optionally omit stats_counts metrics
2013-08-02 11:35:28 -07:00
Aaron Suggs
ca3ab5c2ec
Merge branch 'master' into optional_counts
...
Fixed merge conflict for new & legacy namespaces
Conflicts:
backends/graphite.js
2013-08-02 12:06:13 -04:00
Daniel Schauenberg
e4c957fb4f
Merge pull request #314 from sanbeg/cpan-1-0-2
...
sync up with CPAN version
2013-07-17 19:21:24 -07:00
Steve Sanbeg
10fb3e6433
sync up with CPAN version - use send instead of print to avoid weird buffering issue
2013-07-17 16:02:58 -04:00
Dan Rowe
dd1ad7b238
note the fact that it won't work on node v0.8 on macs in the example config
2013-07-03 17:28:06 -04:00
Dan Rowe
23aab12cd2
exclude the title test from running on Macs running node less than 10
2013-07-03 17:25:53 -04:00
Dan Rowe
7feafc664f
Merge pull request #307 from etsy/fix_tests
...
cleanup two failing tests
2013-07-03 13:45:26 -07:00
Dan Rowe
665453f8b2
Remove v0.6 from node versions we test against
2013-07-03 16:38:14 -04:00
Dan Rowe
8411450296
Drop v0.6 support
2013-07-03 16:37:31 -04:00
Dan Rowe
87f4858a8b
don't change value we are testing for, increase the time we wait to look for it
2013-07-03 16:33:00 -04:00
Dan Rowe
4541e11702
Allow for setting the process wtitle, or opting to let the os do it like previous versions
2013-07-02 14:33:26 -04:00
Daniel Schauenberg
9b949e5243
Merge pull request #304 from kiall/update-debian-pkg
...
Update debian packaging for 0.0.6
2013-07-01 05:41:32 -07:00
Daniel Schauenberg
c5bd6bec04
Merge pull request #305 from nesQuick/patch-1
...
[Doc] Order backends alphabetically
2013-07-01 05:40:50 -07:00
Dan Rowe
50d8525009
cleanup two failing tests
2013-06-28 17:21:09 -04:00
Ole Michaelis
4ec3a03ab8
Order backends alphabetically
...
So its easier to find the one you are looking for
2013-06-28 13:03:38 +02:00
Kiall Mac Innes
4d9bed141e
Update debian packaging for 0.0.6
2013-06-27 19:38:26 +01:00
Dan Rowe
8cb9a6368f
fix histogram indent in exampleConfig.js
2013-05-20 11:14:46 -03:00
Dan Rowe
84095f69c8
Merge pull request #297 from alexwhitman/process-title
...
Set the process title to 'statsd'
2013-05-20 07:09:39 -07: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
eb8d81d373
Merge pull request #296 from etsy/pet_syntaxchecker
...
add jshint comment and do a little cleanup
2013-05-15 14:50:19 -07:00
drowe
0e19c41f53
add jshint comment and do a little cleanup
2013-05-15 21:44:22 +00:00
Daniel Schauenberg
7278d8b55d
Merge pull request #295 from mfournier/deb-packaging-fixes
...
Deb packaging fixes
2013-05-14 12:44:17 -07:00
Marc Fournier
f3720a49da
debian: bump package release number
2013-05-14 21:24:10 +02:00
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
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