Change time precision for fluentd influxdb plugin to nano second (#646)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user