Forráskód Böngészése

chore: add changes

Erik Timan 2 éve
szülő
commit
6614c774f8
2 módosított fájl, 7 hozzáadás és 0 törlés
  1. 4 0
      changes/ee/feat-9881.en.md
  2. 3 0
      changes/ee/feat-9881.zh.md

+ 4 - 0
changes/ee/feat-9881.en.md

@@ -0,0 +1,4 @@
+In this pull request, we have enhanced the error logs related to InfluxDB connectivity health checks.
+Previously, if InfluxDB failed to pass the health checks using the specified parameters, the only message provided was "timed out waiting for it to become healthy".
+With the updated implementation, the error message will be displayed in both the logs and the dashboard, enabling easier identification and resolution of the issue.
+

+ 3 - 0
changes/ee/feat-9881.zh.md

@@ -0,0 +1,3 @@
+增强了与 InfluxDB 连接健康检查相关的错误日志。
+在此更改之前,如果使用配置的参数 InfluxDB 未能通过健康检查,用户仅能获得一个“超时”的信息。
+现在,详细的错误消息将显示在日志和控制台,从而让用户更容易地识别和解决问题。