InfluxDB query tool
This commit is contained in:
parent
3beaa97efe
commit
42b71f8e22
3
fish/fish/functions/iq.fish
Normal file
3
fish/fish/functions/iq.fish
Normal file
@ -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…
x
Reference in New Issue
Block a user