chore: add changelog
This commit is contained in:
parent
97e71c54d4
commit
19a7c3aeb9
|
@ -0,0 +1,2 @@
|
|||
Use default template `${timestamp}` if the `timestamp` config is empty (undefined) when inserting data in InfluxDB.
|
||||
Prior to this change, InfluxDB bridge inserted a wrong timestamp when template is not provided.
|
|
@ -0,0 +1,2 @@
|
|||
在 InfluxDB 中插入数据时,如果时间戳为空(未定义),则使用默认的占位符 `${timestamp}`。
|
||||
在此修复前,如果时间戳字段没有设置,InfluxDB 桥接使用了一个错误的时间戳。
|
Loading…
Reference in New Issue