pub fn bounds(doc: &Yaml, now: i64) -> Result<(i64, i64), String>Expand description
Default window is the last hour. A query with no bounds would scan the whole retention period, which is the one mistake that turns a fast engine into a slow one, and it is the mistake an agent makes first.