Skip to content

Instantly share code, notes, and snippets.

@alq666
Created March 5, 2014 16:25
Show Gist options
  • Save alq666/9370599 to your computer and use it in GitHub Desktop.
Save alq666/9370599 to your computer and use it in GitHub Desktop.
Example of markers
{
"events": [],
"requests": [
{
"q": "avg:system.load.norm.1{blah} by {host}",
"stacked": false
},
{
"q": "avg:system.load.norm.1{blah} by {host}",
"stacked": false
}
],
"markers": [
{
"value": "y > 2",
"type": "warning dashed",
"label": "getting warmer"
},
{
"value": "y > 3",
"type": "error dashed"
}
],
"viz": "timeseries"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment