Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
caf9eed1
T
TDengine
项目概览
taosdata
/
TDengine
1 年多 前同步成功
通知
1185
Star
22016
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
caf9eed1
编写于
10月 17, 2021
作者:
C
Cary Xu
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'develop' into feature/TS-272
上级
455d0ed6
16875130
变更
4
显示空白变更内容
内联
并排
Showing
4 changed file
with
33 addition
and
17 deletion
+33
-17
documentation20/cn/05.insert/docs.md
documentation20/cn/05.insert/docs.md
+8
-8
documentation20/cn/13.faq/docs.md
documentation20/cn/13.faq/docs.md
+16
-1
documentation20/cn/14.devops/01.telegraf/docs.md
documentation20/cn/14.devops/01.telegraf/docs.md
+5
-4
documentation20/cn/14.devops/02.collectd/docs.md
documentation20/cn/14.devops/02.collectd/docs.md
+4
-4
未找到文件。
documentation20/cn/05.insert/docs.md
浏览文件 @
caf9eed1
...
...
@@ -188,14 +188,14 @@ select * from apiserver_request_latencies_bucket;
TDengine 新版本(2.3.0.0+)包含一个 BLM3 独立程序,负责接收包括 Telegraf 的多种应用的数据写入。
配置方法,
假设 TDengine 使用默认用户名 root 和密码 taosdata。在 /etc/telegraf/telegraf.conf 增加如下文字
:
配置方法,
在 /etc/telegraf/telegraf.conf 增加如下文字,其中 database name 请填写希望在 TDengine 保存 Telegraf 数据的数据库名,TDengine server/cluster host、username和 password 填写 TDengine 实际值
:
```
[[outputs.http]]
url = "http://<TDengine server/cluster host>:6041/influxdb/v1/write?db=
metrics
"
url = "http://<TDengine server/cluster host>:6041/influxdb/v1/write?db=
<database name>
"
method = "POST"
timeout = "5s"
username = "
root
"
password = "
taosdata
"
username = "
<TDengine's username>
"
password = "
<TDengine's password>
"
data_format = "influx"
influx_max_line_bytes = 250
```
...
...
@@ -213,11 +213,11 @@ BLM v3 相关配置参数请参考 blm3 --help 命令输出以及相关文档。
TDengine 新版本(2.3.0.0+)包含一个 BLM3 独立程序,负责接收包括 collectd 的多种应用的数据写入。
在 /etc/collectd/collectd.conf 文件中增加如下内容:
在 /etc/collectd/collectd.conf 文件中增加如下内容
,其中 host 和 port 请填写 TDengine 和 BLM3 配置的实际值
:
```
LoadPlugin network
<Plugin network>
Server "<TDengine cluster/server host>" "
25826
"
Server "<TDengine cluster/server host>" "
<port for collectd>
"
</Plugin>
```
重启 collectd
...
...
@@ -232,10 +232,10 @@ BLM v3 相关配置参数请参考 blm3 --help 命令输出以及相关文档。
TDengine 新版本(2.3.0.0+)包含一个 BLM3 独立程序,负责接收包括 StatsD 的多种应用的数据写入。
在 config.js 文件中增加如下内容后启动 StatsD:
在 config.js 文件中增加如下内容后启动 StatsD
,其中 host 和 port 请填写 TDengine 和 BLM3 配置的实际值
:
```
backends 部分添加 "./backends/repeater"
repeater 部分添加 { host:'<TDengine server/cluster host>', port:
8126
}
repeater 部分添加 { host:'<TDengine server/cluster host>', port:
<port for StatsD>
}
```
示例配置文件:
...
...
documentation20/cn/13.faq/docs.md
浏览文件 @
caf9eed1
...
...
@@ -183,7 +183,22 @@ TDengine 中时间戳的时区总是由客户端进行处理,而与服务端
| TCP | 6035 | 多节点集群的节点间通讯。 | 随 serverPort 端口变化。 |
| TCP | 6040 | 多节点集群的节点间数据同步。 | 随 serverPort 端口变化。 |
| TCP | 6041 | 客户端与服务端之间的 RESTful 通讯。 | 随 serverPort 端口变化。 |
| TCP | 6042 | Arbitrator 的服务端口。 | 因 Arbitrator 启动参数设置变化。 |
| TCP | 6042 | Arbitrator 的服务端口。 | 随 Arbitrator 启动参数设置变化。 |
| TCP | 6043 | 支持 collectd 数据接入端口。 | 随 BLM3 启动参数设置变化(2.3.0.1+以上版本)。 |
| TCP | 6044 | 支持 StatsD 的数据接入端口。 | 随 BLM3 启动参数设置变化(2.3.0.1+以上版本)。 |
| TCP | 6060 | 企业版内 Monitor 服务的网络端口。 | |
| UDP | 6030-6034 | 客户端与服务端之间通讯。 | 随 serverPort 端口变化。 |
| UDP | 6035-6039 | 多节点集群的节点间通讯。 | 随 serverPort 端口变化。 |
## 20. go 语言编写组件编译失败怎样解决?
新版本 TDengine 2.3.0.0 包含一个使用 go 语言开发的 BLM3 组件,取代之前内置的 httpd ,提供包含原 httpd 功能以及支持多种其他软件(Prometheus、Telegraf、collectd、StatsD等)的数据接入功能。
使用最新 develop 分支代码编译需要先 git submodule update --init --recursive 下载 blm3 仓库代码后再编译。
目前编译方式默认自动编译 blm3。go 语言版本要求 1.14 以上,如果发生 go 编译错误,往往是国内访问 go mod 问题,可以通过设置 go 环境变量来解决:
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn,direct
如果希望继续使用之前的内置 httpd,可以关闭 blm3 编译,使用
cmake .. -DBUILD_HTTP=true 使用原来内置的 httpd。
documentation20/cn/14.devops/01.telegraf/docs.md
浏览文件 @
caf9eed1
...
...
@@ -39,17 +39,18 @@ IT 运维监测数据通常都是对时间特性比较敏感的数据,例如
```
### 修改 /etc/telegraf/telegraf.conf
假设 TDengine 使用默认用户名 root 和密码 taosdata。增加如下文字
:
配置方法,在 /etc/telegraf/telegraf.conf 增加如下文字,其中 database name 请填写希望在 TDengine 保存 Telegraf 数据的数据库名,TDengine server/cluster host、username和 password 填写 TDengine 实际值
:
```
[[outputs.http]]
url = "http://<TDengine server/cluster host>:6041/influxdb/v1/write?db=
metrics
"
url = "http://<TDengine server/cluster host>:6041/influxdb/v1/write?db=
<database name>
"
method = "POST"
timeout = "5s"
username = "
root
"
password = "
taosdata
"
username = "
<TDengine's username>
"
password = "
<TDengine's password>
"
data_format = "influx"
influx_max_line_bytes = 250
```
然后重启 telegraf:
```
sudo systemctl start telegraf
...
...
documentation20/cn/14.devops/02.collectd/docs.md
浏览文件 @
caf9eed1
...
...
@@ -38,21 +38,21 @@ IT 运维监测数据通常都是对时间特性比较敏感的数据,例如
```
### 配置 collectd
在 /etc/collectd/collectd.conf 文件中增加如下内容
后启动 collectd
:
在 /etc/collectd/collectd.conf 文件中增加如下内容
,其中 host 和 port 请填写 TDengine 和 BLM3 配置的实际值
:
```
LoadPlugin network
<Plugin network>
Server "<TDengine
server/cluster host>" "25826
"
Server "<TDengine
cluster/server host>" "<port for collectd>
"
</Plugin>
sudo systemctl start collectd
```
### 配置 StatsD
在 config.js 文件中增加如下内容后启动 StatsD:
在 config.js 文件中增加如下内容后启动 StatsD
,其中 host 和 port 请填写 TDengine 和 BLM3 配置的实际值
:
```
backends 部分添加 "./backends/repeater"
repeater 部分添加 { host:'<TDengine server/cluster host>', port:
8126
}
repeater 部分添加 { host:'<TDengine server/cluster host>', port:
<port for StatsD>
}
```
### 导入 Dashboard
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录