Merge pull request #17292 from sunpe/patch-1
fix: change schema-less describtion to reduce ambiguity
This commit is contained in:
commit
d82bad5c64
|
@ -115,7 +115,7 @@ st,t1=3,t2=4,t3=t3 c1=3i64,c3="passit",c2=false,c4=4f64 1626006833639000000
|
|||
|
||||
## 数据模式映射规则
|
||||
|
||||
本节将说明行协议的数据如何映射成为具有模式的数据。每个行协议中数据 measurement 映射为
|
||||
本节将说明 InfluxDB 行协议(Line Protocol)的数据如何映射成为具有模式的数据。每个行协议中数据 measurement 映射为
|
||||
超级表名称。tag_set 中的 标签名称为 数据模式中的标签名,field_set 中的名称为列名称。以如下数据为例,说明映射规则:
|
||||
|
||||
```json
|
||||
|
|
Loading…
Reference in New Issue