Skip to content

Instantly share code, notes, and snippets.

@DBLaw
Created October 5, 2016 17:34
Show Gist options
  • Save DBLaw/20651265a08e46285fb74a82db7eaf05 to your computer and use it in GitHub Desktop.
Save DBLaw/20651265a08e46285fb74a82db7eaf05 to your computer and use it in GitHub Desktop.
timeshift examplr
{
"requests": [
{
"q": "avg:system.load.1{*}",
"type": "bars",
"conditional_formats": [],
"aggregator": "avg"
},
{
"q": "week_before(avg:system.load.1{*})",
"type": "line"
}
],
"viz": "timeseries"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment