Ben Burry
987116d22c
Update docs and example config to reflect new tcp server option
2014-09-16 00:35:26 +00:00
Daniel Schauenberg
67d51c48ae
Merge pull request #423 from enriclluelles/patch-2
...
Remove port as required in exampleConfig
2014-05-15 15:53:45 -04:00
Mike Heffner
7b1e0a9e6f
Remove specific reference to Graphite.
2014-05-02 18:10:56 -04:00
Enric Lluelles
78d301c9f7
Remove port as required in exampleConfig
...
It's not required anymore as it has a default value
2014-04-26 19:36:46 +02:00
Andrew M.
6d6959cbb3
Remove extra spaces
2014-04-19 20:45:28 +02:00
Daniel Schauenberg
00d05418ab
Merge pull request #404 from derpston/autoconfreload
...
Adding a config option, automaticConfigReload, controlling the behaviour...
2014-04-14 14:44:22 -04:00
Dave Bauman
a808890dae
Fix spelling in comments
2014-04-09 09:55:32 -07:00
derpston
8c7add809d
Adding a config option, automaticConfigReload, controlling the behaviour of the config file reloading feature.
2014-03-20 14:28:37 +00:00
Peter Burkholder
9745067668
Clarify use of backends with example
2014-03-12 09:03:44 -04:00
Guillermo Pascual
3b89b4acf0
Fix Typo.
...
indivdually -> individually
2014-01-15 17:10:44 +01:00
Jos Boumans
030c1f997c
* merge conflict
2013-08-21 16:10:26 -07: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
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
Jos Boumans
2e660cea79
* document globalsuffix
2013-07-17 21:23:54 -07: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
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
Dan Rowe
8cb9a6368f
fix histogram indent in exampleConfig.js
2013-05-20 11:14:46 -03:00
Dan Rowe
8dadf9f232
Add health status functionality
2013-03-28 13:41:06 -04: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
7aa543bb55
update pr/232 to be merge-able
2013-03-14 02:24:23 +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
Dieter Plaetinck
08eb71ac60
remove timer subsection that was never used
2013-02-19 18:23:46 -05:00
Dieter Plaetinck
d246dab811
move percentThreshold in global namespace for now
2013-02-19 18:13:42 -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
Paul Dixon
b947540e14
fixing a typo
2013-01-16 08:37:57 +00:00
Daniel Schauenberg
53aae0ad2c
Merge branch 'p/statsprefix' of https://github.com/keen99/statsd into fix-statsd-prefix
2013-01-14 14:07:13 +01:00
david raistrick
f21e6d02da
reorder example for easier merge
2013-01-04 18:41:32 -05:00
david raistrick
6ed4e1a290
reorder example for easier merge
2013-01-04 18:40:35 -05:00
david raistrick
e4a6cd2dc1
update readme and example for deleteIdleStats and friends
2013-01-04 18:34:20 -05:00
david raistrick
6ec854c63a
rework statsd's internal statistics to have a configurable prefix for each running copy of statsd - to prevent conflicts when multiple statsd send data to the same graphite - see https://github.com/etsy/statsd/issues/216
2013-01-02 12:18:35 -05:00
david raistrick
2a2b956580
remove commented examples
2013-01-02 11:18:37 -05:00
david raistrick
53a23c931d
comment out repeater config (not required to run), change host.com to example.com (see rfc2606) in example config
2013-01-02 11:18:07 -05:00
Dieter Plaetinck
93086913c0
merge branch 'master'
2012-12-09 15:19:17 -05:00
Dieter Plaetinck
c87f438655
fix deleteCounters wording
2012-11-29 12:34:53 -05:00
Daniel Schauenberg
7f380848ff
Merge branch 'master' into nullcounters
2012-11-25 15:27:25 -05:00
Daniel Schauenberg
dbd0597164
spell legacyNamespace correctly
2012-11-25 14:30:22 -05:00
Daniel Schauenberg
301764a799
Merge branch 'master' into configurable-metric-namespace
...
Conflicts:
backends/graphite.js
2012-11-24 22:33:24 -05:00
Patrick McCoy
24390eef6e
Updated the example config docs with the new option
2012-11-14 10:59:31 -07: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
Eric Saxby
f1206e6632
Repeater can be configured for udp4 or udp6
2012-11-03 15:25:41 -07:00
Dan Rowe
3b638b2446
set graphite back to default backend
2012-11-02 00:12:15 -03:00
Dieter Plaetinck
4c2ee9df31
support histograms
...
in accordance with existing codebase, implement this in graphite
backend
2012-10-08 15:28:54 -04:00
Daniel Schauenberg
5f50a0654f
add set type to configurable namespace
2012-09-25 00:45:29 -04:00
Daniel Schauenberg
b35ab9273d
add a flag for namespacing backwards compatibility
...
This introduces the `graphite.legacyNamespace` boolean flag which can be used
to maintain backwards compatibility to how stats are sent to graphite.
2012-09-25 00:21:20 -04:00
Daniel Schauenberg
d9fa4c0574
Merge branch 'master' into configurable-metric-namespace
...
Conflicts:
backends/graphite.js
exampleConfig.js
2012-09-24 22:44:54 -04:00
Theo Schlossnagle
cafa5559bf
implement repeater support into statsd
2012-09-07 14:05:59 -04:00
Aaron Suggs
393eb8f8cd
Optionally omit stats_counts metrics
...
Adds the 'flush_counts' config. Defaults to true, so existing configs
aren't affected.
2012-08-23 10:59:01 -04:00
Daniel Schauenberg
545d7800c8
modify key namespacing to be easier to configure
...
This makes some changes to what the default key namespaces are and how they are
configured. Basically it puts the config under the graphite key and doesn't
need the user to take care of where dots are set.
2012-08-07 23:21:30 -04:00