Skip to content

Instantly share code, notes, and snippets.

@marufeuille
Created January 28, 2020 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marufeuille/3f2e5a9a63731229ad821acd55aa8e2b to your computer and use it in GitHub Desktop.
Save marufeuille/3f2e5a9a63731229ad821acd55aa8e2b to your computer and use it in GitHub Desktop.
* | select
unixtime,
predict
from (
select
ts_predicate_ar(timestamp, value, 2, 10)
from log
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment