]> git.ipfire.org Git - thirdparty/collectd.git/commit
format_kairosdb: Use metric_t internally
authorFlorian Forster <octo@google.com>
Fri, 17 Jul 2020 10:27:34 +0000 (12:27 +0200)
committerFlorian Forster <octo@google.com>
Wed, 29 Jul 2020 11:37:53 +0000 (13:37 +0200)
commit67d57527127c5ca91b25797e6d99a83a05990480
treeb8c474453528efa64892e3635ff77ed11e6cc3c4
parent481c91406a8f9ced0e00e657f8639a11bbf744d7
format_kairosdb: Use metric_t internally

This is a WIP

This commit is where the major transform takes palce; the internal
representation is changed, and the read plugins use that indirectly
when they submit a value list transparently.

The baromerter read plugin has been converted to using metric_t
representation natively.

The write plugins have to be adapted to use these new single data
source metrics.

Signed-off-by: Manoj Srivastava <srivasta@google.com>
Change-Id: I9bdeaa59de5c58d11c0ae0e7b55d68d9e4d77fa1

# Conflicts:
# src/daemon/metrics_list_test.c
src/utils/format_kairosdb/format_kairosdb.c