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

Florian Forster octo at verplant.org
Fri Jul 6 15:39:52 CEST 2012


 src/utils_format_json.c |   93 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 92 insertions(+), 1 deletion(-)

New commits:
commit f5dd22c7af44798d3512d62f733b4e44a6c4ddb0
Author: Florian Forster <octo at collectd.org>
Date:   Fri Jul 6 15:39:18 2012 +0200

    src/utils_format_json.c: Various fixes for the meta data code.
    
    * Moved to a separate function.
    * Escape string values.
    * Fix format string for [u]int64_t.
    * Emit the JSON literals «true» and «false» rather than «0» and «1».
    * Make certain keys are always freed.
    * Move the meta data information into a separate map.

commit 20ef953018ec15376b5d5a243b0214e8babb06d0
Author: Mark Wong <mark.wong at myemma.com>
Date:   Thu Jan 20 15:18:14 2011 -0800

    annotate meta data to json objects
    
    Run through any metadata and annotate them to json objects when they are
    created.




More information about the collectd-changes mailing list