docs(keeper): format doc
This commit is contained in:
parent
d148191bf2
commit
74d0da1da6
|
@ -558,12 +558,12 @@ scrape_configs:
|
||||||
|
|
||||||
taosKeeper 也会将自己采集的监控数据写入监控数据库,默认是 `log` 库,可以在 taoskeeper 配置文件中修改。
|
taosKeeper 也会将自己采集的监控数据写入监控数据库,默认是 `log` 库,可以在 taoskeeper 配置文件中修改。
|
||||||
|
|
||||||
### keeper\_monitor 表
|
### keeper_monitor 表
|
||||||
|
|
||||||
`keeper_monitor` 记录 taoskeeper 监控数据。
|
`keeper_monitor` 记录 taoskeeper 监控数据。
|
||||||
|
|
||||||
| field | type | is\_tag | comment |
|
| field | type | is_tag | comment |
|
||||||
| :------- | :-------- | :------ | :----------- |
|
| :------- | :-------- | :----- | :----------- |
|
||||||
| ts | TIMESTAMP | | timestamp |
|
| ts | TIMESTAMP | | timestamp |
|
||||||
| cpu | DOUBLE | | cpu 使用率 |
|
| cpu | DOUBLE | | cpu 使用率 |
|
||||||
| mem | DOUBLE | | 内存使用率 |
|
| mem | DOUBLE | | 内存使用率 |
|
||||||
|
|
Loading…
Reference in New Issue