Created
March 5, 2014 16:25
-
-
Save alq666/9370599 to your computer and use it in GitHub Desktop.
Example of markers
This file contains 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
{ | |
"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