InfluxDB query tool
This commit is contained in:
parent
3beaa97efe
commit
42b71f8e22
|
@ -0,0 +1,3 @@
|
||||||
|
function iq
|
||||||
|
curl -s -G "http://localhost:8086/db/$argv[1]/series?u=root&p=root" --data-urlencode $argv[2] | jq .
|
||||||
|
end
|
Loading…
Reference in New Issue