Adam Dubiel
8ddd61b34d
Validate negative sampling
2014-10-27 14:35:11 +01:00
Ben Burry
5e56e42ee5
Add server documentation links
2014-10-17 12:57:08 +00:00
Ben Burry
be4c044a2f
Add documentation for server modules
2014-10-17 12:49:50 +00:00
Ben Burry
6bfa42c9cd
Merge pull request #461 from benburry/metric_count
...
Add metrics_received counter
2014-10-13 18:33:29 +01:00
Ben Burry
e3c237f217
Add metrics_received counter
...
Similar to packets_received, but counts individual (good or bad) metrics lines
received
2014-10-13 17:18:16 +00:00
Ben Burry
a0dde4463a
Merge pull request #460 from benburry/tcp_server
...
Buffer incoming tcp data until we receive a complete metric
2014-10-13 12:38:58 +01:00
Ben Burry
41cd6b32eb
Add crude test for input buffering on tcp server
2014-10-13 11:34:49 +00:00
Ben Burry
c4a948db48
Initialise tcp buffer to empty string
2014-10-13 10:58:27 +00:00
Ben Burry
4b298f2b94
Buffer incoming tcp data until we receive a complete metric
2014-10-10 17:29:09 +00:00
Ben Burry
206bdf0628
Merge pull request #449 from matthewshafer/add_servers_to_debian_package
...
Add servers/*.js to debian package
2014-09-18 08:28:08 -07:00
Matthew Shafer
abeb09cf4f
Add servers directory to debian package
2014-09-17 10:04:39 -07:00
Ben Burry
07a85e0ed3
Merge pull request #448 from benburry/tcp_server
...
Add optional TCP interface
2014-09-16 14:28:23 -07:00
Ben Burry
7aabdcfc7a
Add brief docs around server callback function sig
2014-09-16 21:16:11 +00:00
Ben Burry
987116d22c
Update docs and example config to reflect new tcp server option
2014-09-16 00:35:26 +00:00
Ben Burry
8e85af7b87
Add basic test for each of udp and tcp server module
2014-09-16 00:27:54 +00:00
Ben Burry
42d31f504a
Rename server init to 'start' to reflect reality
2014-09-16 00:26:47 +00:00
Ben Burry
930011b522
Represent remote address in tcp server rinfo, not local
2014-09-15 23:28:40 +00:00
Ben Burry
a6bc4d6925
Add tcp loadable server module
2014-09-15 21:33:54 +00:00
Ben Burry
747ae669f5
Convert listen server to loadable module, defaulting to udp
2014-09-15 21:33:32 +00:00
Patrick Koch
303451b14a
fix typo in Gauges section
2014-09-11 18:41:35 -04:00
Patrick Koch
3061935820
Merge pull request #437 from anton-rudeshko/fix-global-leaking
...
Fix global leaking of prefixStats
2014-09-11 18:29:29 -04:00
Patrick Koch
ef75fcf628
bumping for v0.7.2 patch release
...
Let's see if travis will upload a release to npm for us.
2014-09-11 19:34:47 +00:00
Daniel Schauenberg
1d9d9bf32a
Merge pull request #429 from temoto/patch-1
...
statsd.upstart: exec to remove parent shell from process list
2014-08-01 13:07:28 -04:00
Anton Rudeshko
451b0aafe2
Removed unused parameter
2014-07-28 19:47:27 +04:00
Anton Rudeshko
b0bf253971
Fix `prefixStats` global variable leaking
...
`prefixStats` is leaked through stats.js and was in global scope of event emitter without failing graphite backend by pure accident.
Now it is read from config.
2014-07-28 18:58:30 +04:00
Anton Rudeshko
be056c5cb2
Removed unused variable
2014-07-28 18:53:17 +04:00
Anton Rudeshko
5897ad0eae
Added IDEA project files to .gitignore
2014-07-27 11:33:52 +04:00
Sergey Shepelev
78bca7bf65
statsd.upstart: exec to remove parent shell from process list
...
Changes ps output from:
1234 _statsd sh
1235 _statsd \_ statsd /etc/statsd/localConfig.js
to just one second line without intermediate shell process waiting for node.
2014-06-08 15:04:23 +04:00
Daniel Schauenberg
1590bcf56e
Merge pull request #428 from steve-dave/upstart-fix
...
Fix NODE_BIN from pre-start script not in scope for exec
2014-05-21 08:52:37 -04:00
Dave Ertel
083cfba815
Fix NODE_BIN from pre-start script not in scope for exec
2014-05-16 18:34:57 +10:00
Daniel Schauenberg
7c29c5bc6e
Merge pull request #418 from genuss/hist_dots
...
Don't allow histogram bins contain dots
2014-05-15 15:54:45 -04: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
Daniel Schauenberg
8ec78cc9cb
Merge pull request #427 from hidekiy/fix-example
...
Update exampleProxyConfig.js
2014-05-15 15:50:55 -04:00
Hideki Yamamura
7000a6ae8b
Update exampleProxyConfig.js
...
Fix port numbers.
2014-05-10 23:37:16 +09:00
Daniel Schauenberg
18aa24277e
Merge pull request #425 from mheffner/patch-1
...
Remove specific reference to Graphite.
2014-05-02 20:17:02 -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
Daniel Schauenberg
849fa4ee40
Merge pull request #421 from iloahz/master
...
fix typo
2014-04-22 17:20:35 -04:00
Li Zhao
990703e0b4
fix typo
2014-04-22 16:26:32 +08:00
Daniel Schauenberg
3e1cad2246
Merge pull request #420 from ifdattic/patch-1
...
Remove extra spaces
2014-04-19 15:09:39 -04:00
Andrew M.
6d6959cbb3
Remove extra spaces
2014-04-19 20:45:28 +02:00
Daniel Schauenberg
a69778e3e7
Merge pull request #419 from simonweil/master
...
Added the -w0 to the Usage example
2014-04-18 10:51:55 -04:00
Simon Weil
0e93a6b84c
Added the -w0 to the Usage example
...
Without the `-w0` the `nc` command hangs.
2014-04-18 14:06:58 +03:00
genus
0ed6e39696
Don't allow histogram bins contain dots
2014-04-18 12:17:18 +04:00
Daniel Schauenberg
61c9607eee
Merge pull request #376 from mheffner/feature/more_counter_stats
...
Add counter and sum of squares to timer stats
2014-04-15 11:52:30 -04:00
Daniel Schauenberg
f928e912e4
Merge pull request #336 from zerkms/patch-1
...
The upper_XX metrics also should be aggregated usimg `max` method
2014-04-14 16:22:16 -04:00
Daniel Schauenberg
d4a4ac773b
Merge pull request #316 from ralph-tice/patch-1
...
fixed default retention suggestion
2014-04-14 16:11:40 -04:00
Daniel Schauenberg
fa6a715f2a
Merge pull request #377 from straub/timer_counts
...
Persist counts on timers with no values.
2014-04-14 15:57:42 -04:00
Daniel Schauenberg
6ab93a21f4
Merge pull request #389 from shindere/graphite-documenation-url-fixup
...
Update URL of Graphite documentation in README.md.
2014-04-14 15:44:37 -04:00
Daniel Schauenberg
9dbfc9e41a
Merge pull request #399 from markkimsal/master
...
Adding elasticsearch backend link to docs.
2014-04-14 14:45:44 -04:00