taosdata / TDengine

TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps.

Home Page:https://tdengine.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行taoskeeper后,未创建taosd_cluster_info等超级表

leimeng-ma opened this issue · comments

Bug Description
运行taoskeeper后,未创建taosd_cluster_info等超级表,实际创建的表的数据与文档中描述不符合

To Reproduce
Steps to reproduce the behavior:

Expected Behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • OS: [e.g. CentOS 7.0]
  • Memory, CPU, current Disk Space
  • TDengine Version [3.2.3.0]

Additional Context
是需要缺少配置了吗?

gin 框架是否启用 debug

debug = false

服务监听端口, 默认为 6043

port = 6043

日志级别,包含 panic、error、info、debug、trace等

loglevel = "info"

程序中使用协程池的大小

gopoolsize = 50000

查询 TDengine 监控数据轮询间隔

RotationInterval = "15s"

[tdengine]
host = "127.0.0.1"
port = 6041
username = "root"
password = "taosdata"

[metrics]

监控指标前缀

prefix = "taos"

存放监控数据的数据库

database = "log"

指定需要监控的普通表

tables = []

监控数据的配置选项

[metrics.databaseoptions]
cachemodel = "none"

[environment]

容器模式收集信息

incgroup = false

[log]

日志文件滚动个数

rotationCount = 5

日志文件切割时间

rotationTime = "24h"

日志文件切割大小 (字节)

rotationSize = 100000000