Ivan Dyachkov 2 лет назад
Родитель
Сommit
19a7c3aeb9
2 измененных файлов с 4 добавлено и 0 удалено
  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 桥接使用了一个错误的时间戳。