-
-
Save thedebugger/23d38e78722da7869b29 to your computer and use it in GitHub Desktop.
datadog error
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
{ | |
"title": "svij storm dashy draft", | |
"description": "wth", | |
"graphs": [ | |
{ | |
"definition": { | |
"requests": [ | |
{ | |
"q": "avg:system.mem.free{env:lookout-storm-lesstage0} by {host}" | |
} | |
], | |
"events": [], | |
"viz": "timeseries" | |
}, | |
"title": "system.mem.free" | |
}, | |
{ | |
"definition": { | |
"requests": [ | |
{ | |
"q": "avg:system.load.1{env:lookout-storm-lesstage0} by {host}" | |
} | |
], | |
"events": [], | |
"viz": "timeseries" | |
}, | |
"title": "system.load.1" | |
}, | |
{ | |
"definition": { | |
"requests": [ | |
{ | |
"q": "max:system.disk.in_use{env:lookout-storm-lesstage0} by {host}" | |
} | |
], | |
"events": [], | |
"viz": "timeseries" | |
}, | |
"title": "system.disk.in_use" | |
}, | |
{ | |
"definition": { | |
"requests": [ | |
{ | |
"q": "max:system.io.await{env:lookout-storm-lesstage0} by {host}" | |
} | |
], | |
"events": [], | |
"viz": "timeseries" | |
}, | |
"title": "system.io.await" | |
}, | |
{ | |
"definition": { | |
"requests": [ | |
{ | |
"q": "sum:system.net.bytes_rcvd{env:lookout-storm-lesstage0} by {host}" | |
} | |
], | |
"events": [], | |
"viz": "timeseries" | |
}, | |
"title": "system.net.bytes_rcvd" | |
}, | |
{ | |
"definition": { | |
"requests": [ | |
{ | |
"q": "sum:system.net.bytes_sent{env:lookout-storm-lesstage0} by {host}" | |
} | |
], | |
"events": [], | |
"viz": "timeseries" | |
}, | |
"title": "system.net.bytes_sent" | |
} | |
], | |
"template_variables": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment