Daniel Schauenberg
dbd0597164
spell legacyNamespace correctly
2012-11-25 14:30:22 -05:00
Daniel Schauenberg
8f3bfb06db
fix typos in README
2012-11-24 23:14:59 -05:00
Daniel Schauenberg
20d2198d42
make counter namespace changes more clear in the README
2012-11-24 23:10:33 -05:00
Daniel Schauenberg
d119c57788
update the README with a quick namespace overview
2012-11-24 23:01:09 -05:00
Daniel Schauenberg
301764a799
Merge branch 'master' into configurable-metric-namespace
...
Conflicts:
backends/graphite.js
2012-11-24 22:33:24 -05:00
Daniel Schauenberg
d48f1b29e2
Merge pull request #195 from suvash/add-sets-example
...
Adds sets for Ruby example + Whitespace cleanup
2012-11-24 08:03:37 -08:00
Suvash Thapaliya
eca4f06a52
Adds sets for Ruby example + Whitespace cleanup
2012-11-22 22:55:49 +01:00
Daniel Schauenberg
f7d71130cb
Merge pull request #193 from nextmat/readme_backend_tweaks
...
Tweak backend documentation in README
2012-11-12 08:59:36 -08:00
Daniel Schauenberg
ebf5bb73a4
Merge pull request #194 from wallrazer/master
...
Simple cleanup on python example script
2012-11-12 08:56:51 -08:00
Steve Ivy
5953c665b2
Update examples/python_example.py
...
call the client a Client.
2012-11-12 09:42:47 -07:00
Steve Ivy
6061c3b23e
Update examples/python_example.py
...
Fix host parameter value.
2012-11-12 09:23:56 -07:00
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
Matt Sanders
962704be9c
Tweak backend documentation in README
2012-11-12 09:50:40 -06: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