[collectd-changes] collectd, the system statistics collection daemon: Changes to 'pr/1700'

Florian Forster octo at verplant.org
Sun Nov 20 22:53:45 CET 2016


New branch 'pr/1700' available with the following commits:
commit 0288de1f23f1c56d4327055d1eef2866845bc4d4
Author: Florian Forster <octo at collectd.org>
Date:   Sun Nov 20 22:53:34 2016 +0100

    collectd.conf(5): Rename DSType from Latency to Distribution.

commit 526e0e3d1d213f7757becee5e5ac721d22a885d2
Author: Florian Forster <octo at collectd.org>
Date:   Wed Oct 12 17:25:13 2016 +0200

    src/utils_latency{,_config}.[ch]: Reformat new code with clang-format.

commit 57047e632ae303cf0339a899093a82589922763a
Author: Florian Forster <octo at collectd.org>
Date:   Wed Oct 12 17:15:10 2016 +0200

    collectd.conf(5): Update the "LatencyRate" option.

commit a81285dffeaf91ff037512cca6152d01c69e16c4
Author: Florian Forster <octo at collectd.org>
Date:   Wed Oct 12 09:15:49 2016 +0200

    src/utils_latency.[ch]: get_rate(): Make lower bound exclusive.
    
    This has a bunch of benefits:
    * You can easily iterate over a range of latencies without counting
      latencies twice. This was previously tricky because both borders were
      considered to be inclusive.
    * When lower equals upper, the returned value is now zero.
      Previously, it was a value very close to zero, but not zero. The exact
      value depended on the bucket width, an information not easily
      available to the caller.

commit 3260a235fc6e38990c380df92b25f5ddf812a189
Author: Florian Forster <octo at collectd.org>
Date:   Tue Oct 11 17:27:11 2016 +0200

    src/utils_latency.[ch]: Remove latency_counter_get_start_time().

commit fb1dfac50a257dadbcbb9b3d3de25832f1bd29d2
Author: Florian Forster <octo at collectd.org>
Date:   Tue Oct 11 17:25:58 2016 +0200

    src/utils_latency.[ch]: Improve accuracy, update unit test.

commit 792ffa22a45b197676837772e29348abd104d925
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Mon Sep 19 23:32:54 2016 +0600

    DSType latency: Improved after PR code review

commit 915b49a9d88ecb3380ffbcc0a3fee1c3e992b6f0
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Sat May 7 23:26:15 2016 +0600

    + liblatency: Added utils_latency_config code
    + tail plugin: DSType Latency added

commit a8c93068e1b49180836e1a47051624951b441abf
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Sat May 7 22:09:09 2016 +0600

    + utils_latency: Cleaned latency_counter_get_rate() from debugging

commit 73e670ef203589bb071d6449a7ea12bdf46a9acc
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Sat May 7 21:55:16 2016 +0600

    + utils_latency: Added latency_counter_get_rate()

commit 8ae4f48f3666ada75afaf4bd5f492a72b1934747
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Sat May 7 13:01:33 2016 +0600

    + User_data destroy callback added to match_create_callback() in utils_match




More information about the collectd-changes mailing list