Steve Ivy
d9ecb0a4c4
Update examples/python_example.py
...
Give sample client a proper initializer, and give it a basic example
metric to run if the script is called itself.
2012-11-12 09:20:43 -07:00
Daniel Schauenberg
4cf1e6d206
add test for statsd_metrics
2012-11-11 17:51:24 -05:00
Daniel Schauenberg
2546ee6263
add a statsd metrics hash which is also passed to the backend
...
this only holds the metrics processing time for now but can be used for other
metrics which are not fit to be added to the preexisting statsd metric values.
2012-11-11 17:44:54 -05:00
Daniel Schauenberg
bd03104a3d
Merge branch 'master' into extracted-metrics-processing
2012-11-11 16:42:41 -05:00
Daniel Schauenberg
292c454bed
Merge branch 'master' of https://github.com/draco2003/statsd into extracted-metrics-processing
2012-11-11 16:38:43 -05:00
Daniel Schauenberg
5a4609f3b4
Merge pull request #184 from ciaranj/fix_config_js_watcher
...
Fixes Issues #182 - Broken config file watching.
2012-11-09 20:40:19 -08:00
ciaranj
ad011afb0d
Fixes Issues #182 - Broken config file watching.
...
Implements fix as suggested by Peter Schuster and Daniel
Schauenberg in comment thread.
Signed-off-by: ciaranj <ciaranj@gmail.com>
2012-11-06 19:15:07 +00:00
Daniel Schauenberg
0ad4dbdb0b
Merge pull request #192 from draco2003/patch-2
...
Small tweaks to the README
2012-11-06 07:42:54 -08:00
Dan Rowe
3caeea1846
Small tweaks to the README
2012-11-06 08:53:28 -05:00
Daniel Schauenberg
69f1a3cd33
Merge pull request #191 from themgt/master
...
package.json "engines"
2012-11-03 21:18:53 -07:00
Paul
94ed6a5bb5
engine -> engines in package.json
2012-11-04 01:12:47 -03:00
Dan Rowe
c9e09f8a4b
Quick note on counter_rates and timer_data
2012-11-03 22:52:58 -04:00
Daniel Schauenberg
a714db4be3
Merge pull request #190 from sax/master
...
Fixes Issues #188 - repeater can be configured for udp6, defaults to udp4
2012-11-03 16:31:39 -07:00
Eric Saxby
f1206e6632
Repeater can be configured for udp4 or udp6
2012-11-03 15:25:41 -07:00
Daniel Schauenberg
d2bfdf9552
Merge branch 'master' of https://github.com/draco2003/statsd into extracted-metrics-processing
2012-11-03 18:23:54 -04:00
Daniel Schauenberg
edbd13524c
Merge pull request #186 from ciaranj/add_windows_service_support
...
Adds Windows Service support
2012-11-03 14:31:52 -07:00
Daniel Schauenberg
e37c952619
making the repeater backend ipv4 only again
...
some people reported problems with it, so we have to look into a better
configurable solution for this.
2012-11-03 16:50:11 -04:00
Dan Rowe
dc03d36ff0
Merge branch 'master' of https://github.com/draco2003/statsd
2012-11-02 01:32:18 -04:00
Daniel Schauenberg
7873e9738a
Merge pull request #189 from draco2003/patch-1
...
set graphite back to default backend
2012-11-01 20:34:16 -07:00
Dan Rowe
3b638b2446
set graphite back to default backend
2012-11-02 00:12:15 -03:00
Dan Rowe
ad97934cf3
Merge upstream
2012-11-01 22:56:20 -04:00
Dan Rowe
00c0c1fa8c
Remove Error handling stuff for now
2012-11-01 22:44:39 -04:00
Dan Rowe
4530718f40
fix two tests now that we added an additional default stat
2012-11-01 20:37:46 -04:00
Dan Rowe
dc8cf29abe
Don't kill the process, just log and increment a counter
2012-11-01 20:32:45 -04:00
ciaranj
6009b6c87c
Adds Windows Service support
...
This assumes that there is a local 'config.js' within
the statsd folder.
Signed-off-by: ciaranj <ciaranj@gmail.com>
2012-11-01 12:23:40 +00:00
Daniel Schauenberg
45380709fa
Merge pull request #185 from mabrek/debian-fixes
...
install lib files, set current dir for daemon to allow require(./lib/)
2012-10-31 22:48:48 -07:00
Dan Rowe
953063a2c6
Merge remote branch 'upstream/master'
...
Conflicts:
backends/graphite.js
Merge with etsy/master
2012-10-31 17:58:48 -04:00
Anton Lebedevich
2ef655a284
install lib files, set current dir for daemon to allow require('./lib/...')
2012-10-30 10:37:23 +04:00
Daniel Schauenberg
3edcf083e8
Merge pull request #177 from draco2003/simplify-thresholds
...
Simplify threshold calculation
2012-10-26 20:52:05 -07:00
Daniel Schauenberg
c14e21b827
Merge pull request #180 from draco2003/logging_tweak
...
Tweak logging to add space and colon between type and msg
2012-10-26 20:47:45 -07:00
Dan Rowe
34c43896fa
Tweak logging to add space and colon between type and msg
2012-10-22 00:31:36 -04:00
Dan Rowe
1fd07dda20
Change Error handling Logic
2012-10-22 00:05:02 -04:00
Dan Rowe
14a83e12a4
Revert "Tweak log formating to append colon and space to stdout type."
...
This reverts commit 246fdaece6
.
2012-10-21 23:15:52 -04:00
Daniel Schauenberg
8f41c131a2
Merge pull request #179 from lonelly/master
...
Modify debian/statsd.install after config.js file was moved to lib folder
2012-10-20 13:42:59 -07:00
Vadim Antonov
ec563319da
Modify debian/statsd.install after config.js file was moved to lib folder.
2012-10-20 13:36:44 -07:00
Daniel Schauenberg
f4c6cf5abd
Merge pull request #138 from timblair/clearer_sampling_info
...
Make it clearer that sampling is only for counters.
2012-10-19 20:30:00 -07:00
Daniel Schauenberg
0b7be21f13
Merge branch 'master' of https://github.com/diegovar/statsd
2012-10-19 23:24:15 -04:00
Daniel Schauenberg
ba1d0c69d5
Merge pull request #150 from smreed/log-bad-sample-rate
...
Increments bad_lines_seen when sampleRate bit does not match regex
2012-10-19 20:16:33 -07:00
Daniel Schauenberg
613547c6cf
Merge pull request #165 from juliusv/fix_stdout_key_logging
...
Fix logging of key frequencies to stdout.
2012-10-19 20:10:34 -07:00
Daniel Schauenberg
f29e1cd435
Merge branch 'master' of https://github.com/drscream/statsd
2012-10-19 22:58:05 -04:00
Daniel Schauenberg
0f4ef61a14
Merge branch 'php-gauges-and-sets' of https://github.com/stevenscg/statsd
...
Conflicts:
examples/php-example.php
2012-10-19 22:46:22 -04:00
Daniel Schauenberg
e300a385c2
Merge pull request #173 from Timosha/master
...
fix locale issue in php
2012-10-19 19:11:41 -07:00
Daniel Schauenberg
69578adc0a
Merge pull request #176 from draco2003/move-config
...
Move config.js to lib folder
2012-10-19 18:43:06 -07:00
Dan Rowe
ecdc1cdb87
Simplify calculation
2012-10-19 16:45:19 -04:00
Thomas Merkel
86bbcba5e9
Fix ipv6 typo ...
2012-10-19 18:03:24 +03:00
Thomas Merkel
ac0d55872d
enable ipv6 support
2012-10-19 17:51:26 +03:00
Dan Rowe
922e9e58c5
Simplify threshold calculation
2012-10-18 21:06:05 -04:00
Dan Rowe
e0daf54ada
Move config.js to lib folder
2012-10-18 20:43:55 -04:00
Timon
c5209c2f4a
fix timings on some locales
...
when php use not common locale (RU for example) simple
convertion float to string may look like
13,4343
21 1212,00
12'212'000.33
and udp request send strings like this
12,2323|ms and statsd can't correctly parse such strings
2012-10-18 19:18:40 +06:00
Daniel Schauenberg
4cba73f5b9
Merge pull request #171 from draco2003/new-test
...
Test sending bad packet and bad_lines_seen stat being incremented
2012-10-17 23:03:02 -07:00