Created
May 30, 2018 16:37
-
-
Save kylebrandt/fc255a999423ed861e3379b928b37a86 to your computer and use it in GitHub Desktop.
Bosun Expr: linelr based on forecastlr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Only works for single result in series due to ungroup() | |
$q = q("sum:hbase.region.percentFilesLocal{host=literal_or(co-tsdb05)}", "20m", "") | |
$to100 = tod(ungroup(forecastlr($q, 100))) | |
$line = linelr($q, $to100) | |
merge($q, $line) |
Author
kylebrandt
commented
May 30, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment