Dieter Plaetinck
7447b55724
bugfix: make sure histogram metric path is correct
...
also slight optimisation in the metric setting loop for timers
2013-02-11 18:23:32 -05:00
Dieter Plaetinck
338fbd5d47
remove metric name sanitisation. this is a task for the backends
2013-01-14 10:46:43 -05:00
Dieter Plaetinck
7a9d9f3644
put all histogram bins in a "histogram" sub-hierarchy
2012-12-09 16:59:00 -05:00
Dieter Plaetinck
3fe3d43ae9
add tests for histograms
2012-12-09 15:28:18 -05:00
Dieter Plaetinck
93086913c0
merge branch 'master'
2012-12-09 15:19:17 -05:00
Daniel Schauenberg
1a8bb9b144
Merge pull request #201 from goir/patch-1
...
Update lib/process_metrics.js
2012-12-08 20:51:18 -08:00
Daniel Schauenberg
b1d3905874
Merge pull request #199 from Dieterbe/null_counter
...
document reset-to-0 behavior for counters
2012-12-08 20:28:23 -08:00
goir
e0629d48e1
Update lib/process_metrics.js
...
fixed pctThreshold replace if you specify floating point values.
2012-12-05 22:11:41 +01:00
Dieter Plaetinck
f3d58af35d
clarify how statsd submits counters
2012-11-29 15:49:21 -05:00
Dieter Plaetinck
124c87f4f4
document reset-to-0 behavior for counters
...
also:
* document config.deleteCounters in readme
* move the config.flushInterval bit up to the part about flushing
2012-11-29 12:52:57 -05:00
Daniel Schauenberg
1e47f71b84
Merge pull request #198 from Dieterbe/null_counter
...
fix deleteCounters wording
2012-11-29 09:37:35 -08:00
Dieter Plaetinck
c87f438655
fix deleteCounters wording
2012-11-29 12:34:53 -05:00
Daniel Schauenberg
32f1e4a481
Merge branch 'null_counters' of https://github.com/ReturnPath/statsd into nullcounters
2012-11-28 22:42:39 -05:00
Patrick McCoy
d0901b8ed0
Fixed the tests
...
Fixed the tests that were broken when changing to delete
2012-11-26 13:08:18 -07:00
Patrick McCoy
c03f33910e
Changed stats.js to use delete
...
Changed stats.js to use delete instead of setting the values to
undefined in order to save some memory.
2012-11-26 12:56:29 -07:00
Daniel Schauenberg
7f380848ff
Merge branch 'master' into nullcounters
2012-11-25 15:27:25 -05:00
Daniel Schauenberg
7cbde3bc2e
Merge branch 'null_counters' of https://github.com/ReturnPath/statsd into nullcounters
2012-11-25 15:27:09 -05:00
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
Patrick McCoy
24390eef6e
Updated the example config docs with the new option
2012-11-14 10:59:31 -07:00
Patrick McCoy
1e66b4e95f
Tests for Delete Counters Config
...
Added tests for the delete counters config change.
2012-11-13 09:59:37 -07:00
Dieter Plaetinck
6582ea204f
clarify histogram/bin categorisation algorithm
2012-11-12 16:07:36 -05: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
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
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