Skip to content

Instantly share code, notes, and snippets.

@twonds
Created September 18, 2014 23:10
Show Gist options
  • Save twonds/1a65c7cfc3ffd7cd1602 to your computer and use it in GitHub Desktop.
Save twonds/1a65c7cfc3ffd7cd1602 to your computer and use it in GitHub Desktop.
datadog debugging events
2014-09-18 22:57:54+0000 [DispatcherFromUDPLogProtocol (UDP)] {
"category": "hullabaloo_chaos",
"node": "rte_v1_v2_test@ip-10-33-16-217",
"nodes": [
"rte_v1_v2_test@ip-10-33-16-217",
"rte_v1_v2_test@ip-10-41-64-106"
],
"result": true,
"timestamp": 1411081075,
"what": "kill_process"
}
2014-09-18 22:57:54+0000 [DispatcherFromUDPLogProtocol (UDP)] Starting factory <twisted.web.client._HTTP11ClientFactory instance at 0x7f090fd892d8>
2014-09-18 22:57:55+0000 [Uninitialized] RAW JSON:{"priority": "normal", "text": "{\"node\": \"rte_v1_v2_test@ip-10-33-16-217\", \"category\": \"hullabaloo_chaos\", \"what\": \"kill_process\", \"timestamp\": 1411081075, \"result\": true, \"nodes\": [\"rte_v1_v2_test@ip-10-33-16-217\", \"rte_v1_v2_test@ip-10-41-64-106\"]}", "tags": "node:rte_v1_v2_test@ip-10-33-16-217,category:hullabaloo_chaos,timestamp:1411081075,emitter:udplog", "title": "hullabaloo_chaos", "date_happened": 1411081075}
2014-09-18 22:57:55+0000 [HTTP11ClientProtocol (TLSMemoryBIOProtocol),client] Response version:('HTTP', 1, 1)
2014-09-18 22:57:55+0000 [HTTP11ClientProtocol (TLSMemoryBIOProtocol),client] Response code:202
2014-09-18 22:57:55+0000 [HTTP11ClientProtocol (TLSMemoryBIOProtocol),client] Response phrase:Accepted
2014-09-18 22:57:55+0000 [HTTP11ClientProtocol (TLSMemoryBIOProtocol),client] Response headers:[('Date', ['Thu, 18 Sep 2014 22:57:55 GMT']), ('Content-Type', ['text/json; charset=UTF-8']), ('Server', ['dogdispatcher/5.1.1'])]
2014-09-18 22:57:55+0000 [HTTP11ClientProtocol (TLSMemoryBIOProtocol),client] Some data received:{"status": "ok", "event": {"priority": "normal", "date_happened": 1411081075, "handle": null, "title": "hullabaloo_chaos", "url": "https://app.datadoghq.com/event/jump_to?event_id=2463200807811454711", "text": "{\"node\": \"rte_v1_v2_test@ip-10-33-16-217\", \"category\": \"hullabaloo_chaos\", \"what\": \"kill_process\", \"timestamp\": 1411081075, \"result\": true, \"nodes\": [\"rte_v1_v2_test@ip-10-33-16-217\", \"rte_v1_v2_test@ip-10-41-64-106\"]}", "tags": "node:rte_v1_v2_test@ip-10-33-16-217,category:hullabaloo_chaos,timestamp:1411081075,emitter:udplog", "related_event_id": null, "id": 2463200807811454711}}
2014-09-18 22:57:55+0000 [HTTP11ClientProtocol (TLSMemoryBIOProtocol),client] Finished receiving body:Response body fully received
2014-09-18 22:57:55+0000 [HTTP11ClientProtocol (TLSMemoryBIOProtocol),client] Stopping factory <twisted.web.client._HTTP11ClientFactory instance at 0x7f090fd892d8>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment