Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updater version to 3.6.1 #291

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [3.6.1] - 2024-10-11

### Features

- improve alert ui.


## [3.6.0] - 2024-09-28

Expand Down
45 changes: 23 additions & 22 deletions dashboards/TDinsightV3-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
TDinsight v3.x 是使用 [TDengine 3.x] 监控数据库和 [Grafana] 对 TDengine 进行监控的解决方案。

TDinsight v3.x 和 TDengine 的版本对应关系如下:
| TDinsight v3.x 版本 | TDengine 版本 |
| :---------------------: | :--------------: |
| 3.6.0 | 3.3.0.0 及以上 |
| 3.5.2 | 3.3.0.0 及以上 |
| 3.5.1 | 3.3.0.0 及以上 |
| 3.5.0 | 3.2.3.0 及以上 |
| 3.4.0 | 3.2.0.1 及以上 |
| 3.2.7 | 3.0.0.0 及以上 |
| TDinsight v3.x 版本 | TDengine 版本 |
| :-----------------: | :------------: |
| 3.6.1 | 3.3.0.0 及以上 |
| 3.6.0 | 3.3.0.0 及以上 |
| 3.5.2 | 3.3.0.0 及以上 |
| 3.5.1 | 3.3.0.0 及以上 |
| 3.5.0 | 3.2.3.0 及以上 |
| 3.4.0 | 3.2.0.1 及以上 |
| 3.2.7 | 3.0.0.0 及以上 |

TDengine 通过 [taosKeeper](https://github.com/taosdata/taoskeeper) 将服务器的 CPU、内存、硬盘空间、带宽、请求数、磁盘读写速度、
慢查询等信息定时写入指定数据库,并对重要的系统操作(比如登录、创建、删除数据库等)以及各种错误报警信息进行记录。通过 [Grafana]
Expand Down Expand Up @@ -281,22 +282,22 @@ TDinsight 仪表盘旨在提供TDengine

**导入告警规则说明**

| 告警规则 | 说明 |
|:-----------------------|:-----------------------------------------------------------------|
| dnode 节点的 CPU 负载 | 当集群中的某个节点在 5 分钟内 CPU 的负载始终高于 80%,会触发告警 |
| dnode 节点的的内存占用 | 当集群中的某个节点在 5 分钟内内存使用情况始终高于 60%,会触发告警 |
| dnode 节点的磁盘容量占用 | 当集群中的某个节点在 5 分钟内磁盘使用情况始终高于 60%,会触发告警 |
| 集群授权到期 | 当集群的授权时间小于 60 天后,会触发告警 |
| 测点数达到授权测点数 | 当用户的测点数已大于总测点数的 90%,会触发告警 |
| dnode 下线 | 每 30 秒检查一次,当集群中有 dnode 节点下线, 会触发告警 |
| vnode 下线 | 每 30 秒检查一次,当集群中有 vnode 节点下线, 会触发告警 |
| dnode 重启 | 每 30 秒检查一次,当集群中有 dnode 节点被重启, 会触发告警 |
| dnode 节点状态 | 每 180 秒检查一次,当集群中有节点状态上报数量小于 3 次, 会触发告警 |
| 查询并发请求数 | 每 60 秒检查一次,当执行查询sql大于 100 次, 会触发告警 |
| 数据删除请求数 | 每30检查一次,当有删除数据的 sql 提交到数据库执行时,会触发告警 |
| 告警规则 | 说明 |
| :------------------------- | :------------------------------------------------------------------------------------------------------ |
| dnode 节点的 CPU 负载 | 当集群中的某个节点在 5 分钟内 CPU 的负载始终高于 80%,会触发告警 |
| dnode 节点的的内存占用 | 当集群中的某个节点在 5 分钟内内存使用情况始终高于 60%,会触发告警 |
| dnode 节点的磁盘容量占用 | 当集群中的某个节点在 5 分钟内磁盘使用情况始终高于 60%,会触发告警 |
| 集群授权到期 | 当集群的授权时间小于 60 天后,会触发告警 |
| 测点数达到授权测点数 | 当用户的测点数已大于总测点数的 90%,会触发告警 |
| dnode 下线 | 每 30 秒检查一次,当集群中有 dnode 节点下线, 会触发告警 |
| vnode 下线 | 每 30 秒检查一次,当集群中有 vnode 节点下线, 会触发告警 |
| dnode 重启 | 每 30 秒检查一次,当集群中有 dnode 节点被重启, 会触发告警 |
| dnode 节点状态 | 每 180 秒检查一次,当集群中有节点状态上报数量小于 3 次, 会触发告警 |
| 查询并发请求数 | 每 60 秒检查一次,当执行查询sql大于 100 次, 会触发告警 |
| 数据删除请求数 | 每30检查一次,当有删除数据的 sql 提交到数据库执行时,会触发告警 |
| Adapter Restful 请求失败 | 每30检查一次,连接器通过 Restful 方式将数据库操作指令发给 Adapter 执行失败的次数大于 5 次,会触发告警 |
| Adapter Websocket 请求失败 | 每30检查一次,连接器通过 Websocket 方式将数据库操作指令发给 Adapter 执行失败的次数大于 5 次,会触发告警 |
| 慢查询 | 每1分钟检查一次,当发现有查询耗时超过 300 秒,会触发告警 |
| 慢查询 | 每1分钟检查一次,当发现有查询耗时超过 300 秒,会触发告警 |

## 升级

Expand Down
5 changes: 3 additions & 2 deletions dashboards/TDinsightV3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ TDinsight v3.x is a solution for monitoring TDengine using the builtin native mo

## Compatiable with TDengine version
| TDengine grafana plugin version | TDengine version |
|:-------------------------------:|:----------------:|
| :-----------------------------: | :--------------: |
| 3.6.1 | 3.3.0.0 or later |
| 3.6.0 | 3.3.0.0 or later |
| 3.5.2 | 3.3.0.0 or later |
| 3.5.1 | 3.3.0.0 or later |
Expand Down Expand Up @@ -295,7 +296,7 @@ After adding the data source, clicking on the alert menu will display the loaded
**Import Alert Rule Description**

| alert rules | description |
|:------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| :---------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| CPU load of dnode | When the CPU load of a node in the cluster remains above 80% for 5 minutes, an alert will be triggered |
| Memory usage of dnode | When the memory usage of a node in the cluster remains above 60% for 5 minutes, an alert will be triggered |
| Disk capacity occupancy of dnode | When the disk usage of a node in the cluster remains above 60% for 5 minutes, an alert will be triggered |
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"path": "img/howto-add-datasource.jpg"
}
],
"version": "3.6.0",
"updated": "2024-06-25"
"version": "3.6.1",
"updated": "2024-10-11"
},
"dependencies": {
"grafanaDependency": ">=7.5.0",
Expand Down
Loading