Skip to content

Instantly share code, notes, and snippets.

@lysebraate
Last active January 29, 2018 10:02
Show Gist options
  • Save lysebraate/8352a7456d028bfbaf933b40e735ef88 to your computer and use it in GitHub Desktop.
Save lysebraate/8352a7456d028bfbaf933b40e735ef88 to your computer and use it in GitHub Desktop.
trace.json
{
"data": [
{
"traceID": "95b8f374e549297f",
"spans": [
{
"traceID": "95b8f374e549297f",
"spanID": "f60e01dad7faf91f",
"flags": 1,
"operationName": "serialize",
"references": [
{
"refType": "CHILD_OF",
"traceID": "95b8f374e549297f",
"spanID": "95b8f374e549297f"
}
],
"startTime": 1517214533883000,
"duration": 456,
"tags": [
{
"key": "entity.type",
"type": "string",
"value": "java.lang.String"
},
{
"key": "media.type",
"type": "string",
"value": "application/json;charset=utf-8"
}
],
"logs": [],
"processID": "p1",
"warnings": null
}
],
"processes": {
"p1": {
"serviceName": "localhost",
"tags": [
{
"key": "hostname",
"type": "string",
"value": "a.local"
},
{
"key": "jaeger.version",
"type": "string",
"value": "Java-0.23.0"
},
{
"key": "ip",
"type": "string",
"value": "xxx.xxx.xxx.xxx"
}
]
}
},
"warnings": null
}
],
"total": 0,
"limit": 0,
"offset": 0,
"errors": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment