Explorar el Código

chore: add changelog

Ivan Dyachkov hace 2 años
padre
commit
19a7c3aeb9
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  1. 2 0
      changes/ee/fix-10087.en.md
  2. 2 0
      changes/ee/fix-10087.zh.md

+ 2 - 0
changes/ee/fix-10087.en.md

@@ -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.

+ 2 - 0
changes/ee/fix-10087.zh.md

@@ -0,0 +1,2 @@
+在 InfluxDB 中插入数据时,如果时间戳为空(未定义),则使用默认的占位符 `${timestamp}`。
+在此修复前,如果时间戳字段没有设置,InfluxDB 桥接使用了一个错误的时间戳。