Created
August 20, 2015 23:45
-
-
Save VynceMontgomery/c2f9d4e4678020d3dd77 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
{ | |
"viz": "timeseries", | |
"requests": [ | |
{ | |
"q": "median(-derivative(system.mem.pct_usable{role:nodejs}by{host}*system.mem.total{role:nodejs}by{host}))", | |
"style": { | |
"width": "thin", | |
"palette": "cool" | |
}, | |
"type": "line" | |
}, | |
{ | |
"q": "ewma_20(-derivative(system.mem.pct_usable{role:nodejs}by{host}*system.mem.total{role:nodejs}by{host}))", | |
"style": { | |
"width": "thin", | |
"palette": "purple" | |
}, | |
"type": "line" | |
}, | |
{ | |
"q": "ewma_20(-derivative(system.mem.pct_usable{role:nodejs}by{host}*system.mem.total{role:nodejs}by{host}))", | |
"style": { | |
"width": "thin", | |
"palette": "warm" | |
}, | |
"type": "line" | |
} | |
], | |
"events": [ | |
{ | |
"q": "leak" | |
} | |
], | |
"yaxis": { | |
"scale": "pow1", | |
"min": -10000 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment