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

758 Коммитов

Автор SHA1 Сообщение Дата
Mike Heffner c7e6421d1e Stat key name sanitization is now configurable at the top-level.
Setting keyNameSanitize to false pushes the requirement of sanitizing
key names to the backends. This permits backends that have less strict
character set requirements to take advantage of an expanded stat name
character set. The default behavior remains the same as collisions in
key name space are not handled if two different stat names map to the
same sanitized key name.
2014-09-22 17:34:37 +03:00
Matthew Shafer 4e7a60049e Add servers directory to debian package 2014-09-22 17:34:37 +03:00
Ben Burry f630e15f04 Add brief docs around server callback function sig 2014-09-22 17:34:37 +03:00
Ben Burry 6984d5d37d Update docs and example config to reflect new tcp server option 2014-09-22 17:34:37 +03:00
Ben Burry 6f7f566751 Add basic test for each of udp and tcp server module 2014-09-22 17:34:37 +03:00
Ben Burry f2102aeb71 Rename server init to 'start' to reflect reality 2014-09-22 17:34:37 +03:00
Ben Burry 15bf64ad43 Represent remote address in tcp server rinfo, not local 2014-09-22 17:34:37 +03:00
Ben Burry 9eab749f78 Add tcp loadable server module 2014-09-22 17:34:37 +03:00
Ben Burry 88c8fce6a8 Convert listen server to loadable module, defaulting to udp 2014-09-22 17:34:37 +03:00
Patrick Koch be5c23404d fix typo in Gauges section 2014-09-22 17:34:37 +03:00
Anton Rudeshko 7e8efc2c85 Removed unused parameter 2014-09-22 17:34:37 +03:00
Anton Rudeshko d47e6d71d1 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-09-22 17:34:37 +03:00
Anton Rudeshko 2006226adf Removed unused variable 2014-09-22 17:34:37 +03:00
Anton Rudeshko 523ae8330d Added IDEA project files to .gitignore 2014-09-22 17:34:36 +03:00
Patrick Koch a1b9b2169d bumping for v0.7.2 patch release
Let's see if travis will upload a release to npm for us.
2014-09-22 17:34:36 +03: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
Daniel Schauenberg 3771ffdbb8 Merge pull request #403 from derpston/proctitle
Respect command line arguments when overriding the process title.
2014-04-14 14:45:24 -04: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
Daniel Schauenberg f95dd0360f Merge pull request #406 from HerrBerg/logdirmissing
create log directory on startup as statsd does not start without it
2014-04-14 12:32:50 -04:00
Daniel Schauenberg 088b0ed0cd Merge pull request #408 from Furchin/master
Add missing space to console.log message about flushing stats.
2014-04-14 12:32:32 -04:00
Daniel Schauenberg 98fd16b23e Merge pull request #409 from rwholmes/patch-1
Fix outdated copyright year (update to 2014)
2014-04-14 12:32:06 -04:00
Daniel Schauenberg 23f772f869 actually show build status for master branch in README 2014-04-14 12:29:39 -04:00
Daniel Schauenberg e45c11e356 Merge pull request #412 from MaxGabriel/patch-1
Use SVG for the Travis badge in the README
2014-04-14 12:28:39 -04:00
Daniel Schauenberg b812cd5474 Merge pull request #415 from CameronNemo/patch-1
Update statsd.upstart
2014-04-14 12:28:08 -04:00
Cameron Norman 9084247bca Update statsd.upstart 2014-04-11 16:04:42 -07:00
Cameron Norman 2c4fab4e92 Update statsd.upstart
Guard against package not being installed, fix chdir misplacement.
2014-04-11 08:32:10 -07:00
Daniel Schauenberg 41277abb32 Merge pull request #414 from baumandm/master
Spelling fix in exampleConfig.js
2014-04-10 13:25:07 -04:00
Dave Bauman a808890dae Fix spelling in comments 2014-04-09 09:55:32 -07:00