From 995227e8f7f948a6fd56b1f27bfe2dd69231b46b Mon Sep 17 00:00:00 2001 From: sheyanjie-qq <249478495@qq.com> Date: Tue, 5 Mar 2024 15:26:44 +0800 Subject: [PATCH] mod version --- CHANGELOG.md | 2 +- INSTALLATION.md | 2 +- dashboards/TDinsightV3-CN.md | 6 +++--- dashboards/TDinsightV3.json | 2 +- dashboards/TDinsightV3.md | 12 +++++++----- dashboards/taosX.json | 2 +- package.json | 2 +- 7 files changed, 15 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17c79fb..86dd281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [4.0.0] - 2024-03-05 +## [3.5.0] - 2024-03-05 ### Bug Fixes diff --git a/INSTALLATION.md b/INSTALLATION.md index 4c9814a..9af07b8 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -22,7 +22,7 @@ data sources. ## Compatiable with TDengine version | TDengine grafana plugin version | major changes | TDengine version | | :-----------------------------: | :-------------------: | :--------------: | -| 4.0.0 | new taosd and taosX dashboard | 3.2.3.0 or later | +| 3.5.0 | new taosd and taosX dashboard | 3.2.3.0 or later | | 3.4.0 | new adapter dashboard | 3.2.0.1 or later | | 3.2.7 | support TDengine 3.0 | 3.0.0.0 or later | diff --git a/dashboards/TDinsightV3-CN.md b/dashboards/TDinsightV3-CN.md index cb137d8..95d3cd3 100644 --- a/dashboards/TDinsightV3-CN.md +++ b/dashboards/TDinsightV3-CN.md @@ -7,9 +7,9 @@ TDinsight v3.x 是使用 [TDengine 3.x] 监控数据库和 [Grafana] 对 TDengin TDinsight v3.x 和 TDengine 的版本对应关系如下: | TDinsight v3.x 版本 | TDengine 版本 | | :---------------------: | :--------------: | -| 3.x | 3.0.1.0 至 3.2.2.0 | -| 4.x | 3.2.3.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] diff --git a/dashboards/TDinsightV3.json b/dashboards/TDinsightV3.json index 662090f..a0d84b4 100644 --- a/dashboards/TDinsightV3.json +++ b/dashboards/TDinsightV3.json @@ -50,7 +50,7 @@ "type": "datasource", "id": "tdengine-datasource", "name": "TDengine Datasource", - "version": "4.0.0" + "version": "3.5.0" }, { "type": "panel", diff --git a/dashboards/TDinsightV3.md b/dashboards/TDinsightV3.md index 68b754a..4973805 100644 --- a/dashboards/TDinsightV3.md +++ b/dashboards/TDinsightV3.md @@ -4,11 +4,13 @@ Languages: _English_ _[简体中文](https://www.taosdata.com/cn/documentation/t TDinsight v3.x is a solution for monitoring TDengine using the builtin native monitoring database and Grafana. -The correspondence between TDinsight v3.x and TDengine versions is as follows: -| TDinsight v3.x Version | TDengine Version | -| :---------------------: | :--------------: | -| 3.x | from 3.0.1.0 to 3.2.2.0 | -| 4.x | from 3.2.3.0 | +## Compatiable with TDengine version +| TDengine grafana plugin version | TDengine version | +| :-----------------------------: | :--------------: | +| 3.5.0 | 3.2.3.0 or later | +| 3.4.0 | 3.2.0.1 or later | +| 3.2.7 | 3.0.0.0 or later | + TDengine writes monitoring data into a special database through [taosKeeper](https://github.com/taosdata/taoskeeper). The metrics may include the server's CPU, memory, hard disk space, network bandwidth, number of requests, disk diff --git a/dashboards/taosX.json b/dashboards/taosX.json index 01b9fae..1767332 100644 --- a/dashboards/taosX.json +++ b/dashboards/taosX.json @@ -44,7 +44,7 @@ "type": "datasource", "id": "tdengine-datasource", "name": "TDengine Datasource", - "version": "4.0.0" + "version": "3.5.0" }, { "type": "panel", diff --git a/package.json b/package.json index 6d8ab54..765182a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tdengine-datasource", - "version": "4.0.0", + "version": "3.5.0", "description": "Grafana datasource plugin for TDengine", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env development",