Skip to content

Instantly share code, notes, and snippets.

@tylerflint
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tylerflint/9651728 to your computer and use it in GitHub Desktop.
Save tylerflint/9651728 to your computer and use it in GitHub Desktop.
skynet payloads
{
"type": "alert",
"scope": "hypervisor",
"time": 1395205200000,
"tags": {
"hostname": "hypervisor1",
"organization": "53287e364feb6379d500000b"
},
"alert": "something bad happened"
}
{
"type": "metrics",
"scope": "hypervisor",
"time": 1395205200000,
"tags": {
"hostname": "hypervisor1",
"organization": "53287e364feb6379d500000b"
},
"metrics": {
"key1": 123,
"key2": 456
},
}
{
"type": "alert",
"scope": "zone",
"time": 1395205200000,
"tags": {
"uuid": "3a380ab0-2568-0131-adba-313110c2abb7",
"organization": "53287e364feb6379d500000b",
"app": "53287e364feb6379d500000b",
"service": "53287e364feb6379d500000b"
},
"alert": "something bad happened"
}
{
"type": "metrics",
"scope": "zone",
"time": 1395205200000,
"tags": {
"uuid": "3a380ab0-2568-0131-adba-313110c2abb7",
"organization": "53287e364feb6379d500000b",
"app": "53287e364feb6379d500000b",
"service": "53287e364feb6379d500000b"
},
"metrics": {
"key1": 123,
"key2": 456
}
}
{
"type": "state",
"scope": "zone",
"time": 1395205200000,
"tags": {
"uuid": "3a380ab0-2568-0131-adba-313110c2abb7",
"organization": "53287e364feb6379d500000b",
"app": "53287e364feb6379d500000b",
"service": "53287e364feb6379d500000b"
},
"state": "down"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment