Code

write_tsdb plugin: Add type and type_instance to the metric name in any case.
authorDallin Young <dallin.young@gmail.com>
Fri, 20 Feb 2015 18:33:00 +0000 (19:33 +0100)
committerFlorian Forster <octo@collectd.org>
Tue, 10 Mar 2015 14:18:50 +0000 (15:18 +0100)
commit42e4d6cd43374ac5e954a02408e7e79734c90f90
tree2690fdf743a4e6ef05040a312a6cbfc7287da477
parenta7eecf6018a684dcf8323d4a41a7e704a5d57f02
write_tsdb plugin: Add type and type_instance to the metric name in any case.

Previously, the generated names were wrong, especially when no
plugin instance was used for a metric.

Fixes: #945
Signed-off-by: Florian Forster <octo@collectd.org>
src/write_tsdb.c