Hi I am trying to use tags as described in the documentation but on influxDB the tags are not applied and are concatained with the node. Ex : - tags = ["k1" => "v1"] - node : "node" Serie obtained on influxDB: "nodek1v1" instead of having "node" as a serie, and "k1" as a tag.