Change time precision for fluentd influxdb plugin to nano second (#646)

This commit is contained in:
Ta-Ching Chen
2018-04-26 20:57:55 +08:00
committed by GitHub
parent 6375819195
commit 7577339912
+1 -1
View File
@@ -40,7 +40,7 @@
user "#{ENV['INFLUXDB_USERNAME']}"
password "#{ENV['INFLUXDB_PASSWD']}"
use_ssl false
time_precision s
time_precision ns
tag_keys ["funcuid"]
sequence_tag _seq
buffer_type file