Skip to content

Instantly share code, notes, and snippets.

@lysebraate
Created January 3, 2018 13:50
Show Gist options
  • Save lysebraate/705c768e4c7fb66e148c853635309d58 to your computer and use it in GitHub Desktop.
Save lysebraate/705c768e4c7fb66e148c853635309d58 to your computer and use it in GitHub Desktop.
Jaeger Query loadfail
{
"data": [
{
"traceID": "9b1096b48ef64ce2",
"spans": [
{
"traceID": "9b1096b48ef64ce2",
"spanID": "9b1096b48ef64ce2",
"flags": 1,
"operationName": "triggerEvent",
"references": [],
"startTime": 1514987137273000,
"duration": 25510,
"tags": [
{
"key": "span.kind",
"type": "string",
"value": "server"
},
{
"key": "sampler.type",
"type": "string",
"value": "probabilistic"
},
{
"key": "sampler.param",
"type": "float64",
"value": 1
}
],
"logs": [],
"processID": "p1",
"warnings": null
},
{
"traceID": "9b1096b48ef64ce2",
"spanID": "3f7575b26622ef03",
"flags": 1,
"operationName": "deserialize",
"references": [
{
"refType": "CHILD_OF",
"traceID": "9b1096b48ef64ce2",
"spanID": "9b1096b48ef64ce2"
}
],
"startTime": 1514987137279000,
"duration": 593,
"tags": [],
"logs": [],
"processID": "p1",
"warnings": null
},
{
"traceID": "9b1096b48ef64ce2",
"spanID": "b09c80f18a5dc8b",
"flags": 1,
"operationName": "serialize",
"references": [
{
"refType": "FOLLOWS_FROM",
"traceID": "9b1096b48ef64ce2",
"spanID": "9b1096b48ef64ce2"
}
],
"startTime": 1514987137301000,
"duration": 408,
"tags": [],
"logs": [],
"processID": "p1",
"warnings": null
}
],
"processes": {
"p1": {
"serviceName": "devRx10",
"tags": [
{
"key": "hostname",
"type": "string",
"value": "dev.local"
},
{
"key": "ip",
"type": "string",
"value": "127.0.0.1"
},
{
"key": "jaeger.version",
"type": "string",
"value": "Java-0.21.0"
}
]
}
},
"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