Skip to content

Instantly share code, notes, and snippets.

@kesor
Last active December 18, 2015 09:19
Show Gist options
  • Save kesor/5760720 to your computer and use it in GitHub Desktop.
Save kesor/5760720 to your computer and use it in GitHub Desktop.
Graphite deviation from average of last couple of weeks
target=diffSeries(
app.important.stuff,
averageSeries(
timeShift(app.important.stuff, "-7d"),
timeShift(app.important.stuff, "-14d"),
timeShift(app.important.stuff, "-21d")
)
)
@srhopkins
Copy link

Awesome, ty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment