Last active
August 9, 2017 11:06
-
-
Save codesword/0a6b370b8ec79a3808863042f8b5737c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"eventTime": "ISO DateTime String", | |
"serviceContext": { | |
"service": "Kubernetes deployment name eg user", | |
"version": "replica set number eg 3493650161" | |
}, | |
"message": "stackTrace", | |
"context": { | |
"httpRequest": { | |
"method": "POST", | |
"url": "RPC method name", | |
}, | |
"user": "user email", | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment