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