Skip to content

Instantly share code, notes, and snippets.

@pguelpa
Last active August 28, 2015 16:56
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 pguelpa/4d1ee633a43df9ba52b7 to your computer and use it in GitHub Desktop.
Save pguelpa/4d1ee633a43df9ba52b7 to your computer and use it in GitHub Desktop.
Event Schema
{
"$schema": "https://gist.githubusercontent.com/pguelpa/4d1ee633a43df9ba52b7/raw/6ff330bad658f9543d296589e23828310d6e8f4f/schema.json",
"title": "v0_platform_request_traces",
"description": "A schema to track events through a system",
"properties": {
"request_id": {
"type": "string",
"minLength": 36,
"maxLength": 36
},
"service_id": {
"type": "string"
},
"start_time": {
"type": "string"
},
"end_time": {
"type": "string"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment