fixed datatype in annotated csv example
parent
38bb4812e8
commit
9478d2d9c3
content/influxdb/v2.0/write-data/developer-tools
|
@ -40,7 +40,7 @@ influx write -b example-bucket -f path/to/example.csv
|
|||
|
||||
##### example.csv
|
||||
```
|
||||
#datatype measurement,tag,float,dateTime:RFC3339
|
||||
#datatype measurement,tag,double,dateTime:RFC3339
|
||||
m,host,used_percent,time
|
||||
mem,host1,64.23,2020-01-01T00:00:00Z
|
||||
mem,host2,72.01,2020-01-01T00:00:00Z
|
||||
|
|
Loading…
Reference in New Issue