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

44 Коммитов

Автор SHA1 Сообщение Дата
Andrew Dittes 9ee156dd04 add statsd-jut-backend 2015-08-10 15:00:37 -07:00
rikanulo a607becc31 New ATSD backend added
A new backend for Axibase Time-Series Database (ATSD) is added.
2015-06-23 18:09:27 +03:00
sysadminmike 80a7166ccb add couchdb to backends 2015-03-06 16:01:28 +00:00
Daniel Schauenberg 68ceda4f0c Merge pull request #436 from johnl/435-timer-metric-docs-fix
Describe timer sample rate in metric_types docs. Fixes #435
2015-02-06 13:57:02 -05:00
Daniel Schauenberg b6c21d2c47 Merge pull request #473 from hit9/master
Add node-bell to statsd backend list
2015-02-06 13:16:29 -05:00
Yahong Gu a4273e1796 add netuitive backend to backends.md 2015-01-26 09:05:14 -05:00
Callum Macdonald 96fcefeb97 Added InfluxDB (assuming alphabetical order) 2014-12-29 17:43:53 +01:00
Chao Wang 3dadbd686b Add node-bell to statsd backend list 2014-11-08 20:01:00 +08:00
Ben Burry be4c044a2f Add documentation for server modules 2014-10-17 12:49:50 +00:00
Patrick Koch 303451b14a fix typo in Gauges section 2014-09-11 18:41:35 -04:00
John Leach 0375990f8f Describe timer sample rate in metric_types docs. Fixes #435
Code does accept a sample rate for time metrics:

bad366cd43/stats.js (L206-L225)

At least one client sends these (Openstack Swift) and at least one
server implementation considers them malformed currently (collectd),
presumbaly due to the bad docs :)
2014-07-21 11:49:08 +01:00
Li Zhao 990703e0b4 fix typo 2014-04-22 16:26:32 +08: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
Mark Kimsal d1188630d9 Adding elasticsearch backend link to docs. 2014-03-03 09:08:14 -05:00
Mark Schmale feb8efdce3 fixed a link
Link to datadog-backend was deprecated
2013-12-31 13:51:12 +01:00
till 11f10eae63 Enhancement: update backend documentation
Document the new logger parameter.

cc @mheffner
2013-12-06 23:25:37 +01:00
Mat Schaffer 8b5538a8eb Added additional detail for timing percentiles
Fixes #157
2013-11-24 00:10:59 -08:00
Alex Pankratov c281bce396 Fix 404 to backend_interface.md 2013-10-20 10:39:59 +02:00
Jens Rantil 065c0a7610 Fix spelling mistake 2013-10-08 12:34:01 +02:00
Dan Rowe b3beaa26e7 Add Note about requiring deleteIdleStats: true 2013-10-03 10:37:43 -04:00
Dan Rowe a68dcb4fc9 Clean up cluster proxy doc a little 2013-10-03 09:08:47 -04:00
Dan Rowe 1dd5244414 Merge pull request #284 from etsy/cluster_proxy
Merging in the Statsd Cluster Proxy
2013-10-03 05:59:57 -07:00
Ivan Kurnosov 1d88950ecd Aggregation rule refactoring: to have a single one for upper and upper_XX 2013-09-03 09:47:21 +12:00
Ivan Kurnosov 4e353596a2 The upper_XX metrics also should be aggregated usimg `max` method 2013-09-02 13:07:23 +12:00
Robert Zaremba 272049a467 Update graphite.md
Logical fix
The sentence doesn't have a right meaning.
2013-08-14 13:39:15 +02:00
Jeremy Katz bc9527a9ee Add link to the Stackdriver backend 2013-08-07 15:31:21 -04:00
Daniel Schauenberg 3be820a157 Merge branch 'master' into cluster_proxy 2013-07-31 21:10:36 +02:00
ralph-tice 17e591b4d2 fixed default retention suggestion
the previous settings creates an aggregation problem because of http://graphite.readthedocs.org/en/0.9.10/whisper.html#archives-retention-and-precision

each metric bucket size needs to divide evenly into the next resolution up.  the first bucket (10s:6h) is 2160 elements, so either 1min:6d needs to be the next bucket, and 10min:1800d the following, or the first bucket needs to be changed to 10s:252m.
2013-07-29 15:19:37 -05:00
Ole Michaelis 4ec3a03ab8 Order backends alphabetically
So its easier to find the one you are looking for
2013-06-28 13:03:38 +02:00
Brian Hatfield 67968aacf8 Add link to statsd-http-backend 2013-04-16 13:30:39 -04:00
Dan Rowe d8ab2fd37e Update docs to include del* commands
Updated command list to show all the delete commands, as well as adding an example to show how to delete a folder of counters.
2013-04-11 18:56:37 -03:00
draco2003 f014b0115c Update to use config library, make cacheSize a config option, and switch to using the health status 2013-04-10 18:54:08 +00:00
Dan Rowe 3b1bbac63a Merge pull request #280 from etsy/health_status
Add health status functionality, and handle SIGTERM more gracefully.
2013-04-08 09:27:14 -07:00
Dieter Plaetinck bae19124f2 fix description of graphite.{last_flush,last_exception} 2013-04-04 15:39:34 -04:00
Matthijs van der Vleuten ee5ec77ca8 Fix typo 2013-04-04 18:00:19 +03:00
Dan Rowe c947f66a04 Fix link breakage from initial doc split 2013-03-30 19:05:17 -03:00
Dan Rowe cd07259f00 initial proxy P.O.C. 2013-03-29 15:13:06 -04:00
Dan Rowe 8dadf9f232 Add health status functionality 2013-03-28 13:41:06 -04:00
sreuter 8cd74ba506 Update admin_interface.md
Added gauges command to admin_interface.md documentation file
2013-03-15 16:35:27 +01:00
sreuter 366faeffd1 Added Leftronic-Backend to docs 2013-03-15 12:31:12 +01:00
draco2003 7aa543bb55 update pr/232 to be merge-able 2013-03-14 02:24:23 +00:00
Elad Rosenheim 47373a87fc Update graphite doc for common pitfalls 2013-03-07 23:04:59 +02:00
draco2003 1ea68365f8 Initial Doc Split starting point 2013-03-07 02:58:55 +00:00