From 6614c774f8a25a11db8f15e9c8a9435cebaf8135 Mon Sep 17 00:00:00 2001 From: Erik Timan Date: Thu, 23 Feb 2023 13:52:13 +0100 Subject: [PATCH] chore: add changes --- changes/ee/feat-9881.en.md | 4 ++++ changes/ee/feat-9881.zh.md | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 changes/ee/feat-9881.en.md create mode 100644 changes/ee/feat-9881.zh.md diff --git a/changes/ee/feat-9881.en.md b/changes/ee/feat-9881.en.md new file mode 100644 index 000000000..546178965 --- /dev/null +++ b/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. + diff --git a/changes/ee/feat-9881.zh.md b/changes/ee/feat-9881.zh.md new file mode 100644 index 000000000..9746a4c0a --- /dev/null +++ b/changes/ee/feat-9881.zh.md @@ -0,0 +1,3 @@ +增强了与 InfluxDB 连接健康检查相关的错误日志。 +在此更改之前,如果使用配置的参数 InfluxDB 未能通过健康检查,用户仅能获得一个“超时”的信息。 +现在,详细的错误消息将显示在日志和控制台,从而让用户更容易地识别和解决问题。