docs: add prometheus sub-table naming by rule note (#17158)

This commit is contained in:
Shuduo Sang 2022-09-29 17:47:24 +08:00 committed by GitHub
parent ac58d5397b
commit 61f92a24cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -89,3 +89,7 @@ VALUE TIMESTAMP
``` ```
:::note
- TDengine will automatically create unique IDs for sub-table names by the rule.
:::

View File

@ -88,3 +88,7 @@ VALUE TIMESTAMP
``` ```
:::note
- TDengine 默认生成的子表名是根据规则生成的唯一 ID 值。
:::