Answers for "influxdb measurement to influxdb2"

1

influxdb add measurement

INSERT xyz,name=serverA value=10,count=10

This will create a measurement name xyz where
tag keys : name
field keys : value & count
Posted by: Guest on April-21-2020

Code answers related to "influxdb measurement to influxdb2"

Browse Popular Code Answers by Language