X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fwrite_kafka.c;h=a719cd376d18a5cd6fb690117133977ddfff13fd;hb=f66916deea905254061bb07245e007471faf2ecf;hp=6018fea05502f511a1ed8794f9f11982810e1a82;hpb=41288c6a9ed050b41ad47184aa1b53668c3588cc;p=collectd.git diff --git a/src/write_kafka.c b/src/write_kafka.c index 6018fea0..a719cd37 100644 --- a/src/write_kafka.c +++ b/src/write_kafka.c @@ -376,6 +376,10 @@ static void kafka_config_topic(rd_kafka_conf_t *conf, oconfig_item_t *ci) /* {{{ status = cf_util_get_flag (child, &tctx->graphite_flags, GRAPHITE_ALWAYS_APPEND_DS); + } else if (strcasecmp ("GraphitePreserveSeparator", child->key) == 0) { + status = cf_util_get_flag (child, &tctx->graphite_flags, + GRAPHITE_PRESERVE_SEPARATOR); + } else if (strcasecmp ("GraphitePrefix", child->key) == 0) { status = cf_util_get_string (child, &tctx->prefix); } else if (strcasecmp ("GraphitePostfix", child->key) == 0) {