[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Thu Aug 27 09:09:41 CEST 2009


 AUTHORS         |    1 +
 README          |    7 +-
 configure.in    |    8 +-
 src/Makefile.am |   30 +-
 src/couchdb.c   |  820 ------------------------------------------------------
 src/curl_json.c |  822 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 846 insertions(+), 842 deletions(-)

New commits:
commit a30d7659c8ea291877708b5b1bb36756223e8c05
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Aug 27 09:06:16 2009 +0200

    curl_json plugin: Renamed the “couchdb” plugin to “curl_json”.
    
    On Thu, Aug 20, 2009 at 10:31:22AM -0700, Doug MacEachern wrote:
    > Wanted to bring this up before 4.8..
    > When I first started on the couchdb plugin, there were metrics
    > specific to couchdb, but ended up making it generic and the metrics
    > are all specified in the config.  Since then, I've looked at Dynomite
    > which has its own set of metrics exposed the same way:
    > http://gist.github.com/137771
    > Also noticed Hadoop 0.21 daemons now support: "/metrics?format=json to
    > retrieve the data in a structured form.", but haven't had a chance to
    > try yet.  I'm sure there's more too.  So I'm wondering if 'couchdb'
    > should be renamed to something more generic, 'json' or 'yajl'  maybe?
    > And/or pushing the curl/yajl code out to util functions, then add the
    > couchdb specific metrics to the couchdb plugin.  Then also use the
    > util functions for dynomite, hadoop, etc., specific plugins. Thoughts?




More information about the collectd-changes mailing list