如何让所有数据库在v0.8中使用来自Influxdb的http api?
但我可以在v0.9中使用此查询:
curl -G http://localhost:8086/query --data-urlencode "u=todd" \
--data-urlencode "p=influxdb4ever" --data-urlencode "q=SHOW DATABASES"
Run Code Online (Sandbox Code Playgroud)
我无法获得关于Influxdb.com的任何信息
谢谢