Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save VynceMontgomery/c2f9d4e4678020d3dd77 to your computer and use it in GitHub Desktop.
Save VynceMontgomery/c2f9d4e4678020d3dd77 to your computer and use it in GitHub Desktop.
{
"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