jegj
2/19/2019 - 3:41 PM

influx db common

Basic and common queries to influx db

precision rfc3339
// Comon query
SELECT * from "statsdemo"."ninety_day"."watchtower" where host='fernelius' order by time desc limit 5

// Remove a series from a target hosts
drop series where host='skynet'