tail plugin: Rename DSType from Latency to Distribution.
authorFlorian Forster <octo@collectd.org>
Sun, 20 Nov 2016 21:53:34 +0000 (22:53 +0100)
committerFlorian Forster <octo@collectd.org>
Sun, 27 Nov 2016 06:55:29 +0000 (07:55 +0100)
commit11ca18db12e489c40aa0ac41672872cfae4b1f0b
treefa15edbd05b32c22fb4a8a983d3ea154cfd24e7a
parenta21eeeba55a434a689bed3a4f5554361b6a19d1f
tail plugin: Rename DSType from Latency to Distribution.

This is a more flexible naming owing to the fact that percentiles and other
distribution parameters are interesting for a variety of metrics, not just
latencies.

The config handling is now completely in src/utils_latency_config.c so
that other plugins, such as the cURL plugin, can easily reuse the module
with consistent config handling.
src/collectd.conf.in
src/collectd.conf.pod
src/daemon/utils_tail_match.c
src/tail.c
src/types.db
src/utils_latency_config.c
src/utils_latency_config.h