Created
January 25, 2017 11:56
-
-
Save tcolgate/30c4a291c1a09682cb8037af5e4bbd83 to your computer and use it in GitHub Desktop.
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
job:events:avg_offset1d_rate1h = | |
avg without (offset) (job_offset:events:offset_rate1h{offset=~”.d”}) | |
job:events:avg_offset1w_rate1h = | |
avg without (offset) (job_offset:events:offset_rate1h{offset=~”.w”}) | |
job:events:stddev_offset1d_rate1h = | |
stddev without (offset) (job_offset:events:offset_rate1h{offset=~”.d”}) | |
job:events:stddev_offset1w_rate1h = | |
stddev without (offset) (job_offset:events:offset_rate1h{offset=~”.w”}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment