Skip to content

Instantly share code, notes, and snippets.

@takezoe
Created September 15, 2017 04:26
Show Gist options
  • Save takezoe/616e7097127317af1accaccf50c8308e to your computer and use it in GitHub Desktop.
Save takezoe/616e7097127317af1accaccf50c8308e to your computer and use it in GitHub Desktop.
{
"took": 2,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
},
"hits": {
"total": 8,
"max_score": 1,
"hits": [
{
"_index": "zipkin-2017-09-15",
"_type": "servicespan",
"_id": "zipkin-akka-actor|child-actor",
"_score": 1,
"_source": {
"serviceName": "zipkin-akka-actor",
"spanName": "child-actor"
}
},
{
"_index": "zipkin-2017-09-15",
"_type": "servicespan",
"_id": "zipkin-akka-actor|! - child-actor",
"_score": 1,
"_source": {
"serviceName": "zipkin-akka-actor",
"spanName": "! - child-actor"
}
},
{
"_index": "zipkin-2017-09-15",
"_type": "span",
"_id": "AV6DxCUt1lXcfYRA_gW9",
"_score": 1,
"_source": {
"timestamp_millis": 1505449221231,
"traceId": "d9a5b347e53306a7",
"id": "a8b40aa821535967",
"name": "parent-actor",
"parentId": "d9a5b347e53306a7",
"timestamp": 1505449221231197,
"duration": 519199,
"annotations": [
{
"timestamp": 1505449221231197,
"value": "sr",
"endpoint": {
"serviceName": "zipkin-akka-actor",
"ipv4": "10.198.80.33"
}
},
{
"timestamp": 1505449221750396,
"value": "ss",
"endpoint": {
"serviceName": "zipkin-akka-actor",
"ipv4": "10.198.80.33"
}
}
]
}
},
{
"_index": "zipkin-2017-09-15",
"_type": "servicespan",
"_id": "zipkin-akka-actor|? - parent-actor",
"_score": 1,
"_source": {
"serviceName": "zipkin-akka-actor",
"spanName": "? - parent-actor"
}
},
{
"_index": "zipkin-2017-09-15",
"_type": "servicespan",
"_id": "zipkin-akka-actor|parent-actor",
"_score": 1,
"_source": {
"serviceName": "zipkin-akka-actor",
"spanName": "parent-actor"
}
},
{
"_index": "zipkin-2017-09-15",
"_type": "span",
"_id": "AV6DxCUt1lXcfYRA_gW7",
"_score": 1,
"_source": {
"timestamp_millis": 1505449221735,
"traceId": "d9a5b347e53306a7",
"id": "a47044445213fc83",
"name": "! - child-actor",
"parentId": "a8b40aa821535967",
"annotations": [
{
"timestamp": 1505449221735484,
"value": "cs",
"endpoint": {
"serviceName": "zipkin-akka-actor",
"ipv4": "10.198.80.33"
}
}
]
}
},
{
"_index": "zipkin-2017-09-15",
"_type": "span",
"_id": "AV6DxCUt1lXcfYRA_gW8",
"_score": 1,
"_source": {
"timestamp_millis": 1505449221231,
"traceId": "d9a5b347e53306a7",
"id": "d9a5b347e53306a7",
"name": "? - parent-actor",
"timestamp": 1505449221231062,
"duration": 519397,
"annotations": [
{
"timestamp": 1505449221231062,
"value": "cs",
"endpoint": {
"serviceName": "zipkin-akka-actor",
"ipv4": "10.198.80.33"
}
},
{
"timestamp": 1505449221750459,
"value": "cr",
"endpoint": {
"serviceName": "zipkin-akka-actor",
"ipv4": "10.198.80.33"
}
}
]
}
},
{
"_index": "zipkin-2017-09-15",
"_type": "span",
"_id": "AV6DxCUt1lXcfYRA_gW-",
"_score": 1,
"_source": {
"timestamp_millis": 1505449221735,
"traceId": "d9a5b347e53306a7",
"id": "4216d921c1351314",
"name": "child-actor",
"parentId": "a47044445213fc83",
"timestamp": 1505449221735595,
"duration": 103374,
"annotations": [
{
"timestamp": 1505449221735595,
"value": "sr",
"endpoint": {
"serviceName": "zipkin-akka-actor",
"ipv4": "10.198.80.33"
}
},
{
"timestamp": 1505449221838969,
"value": "ss",
"endpoint": {
"serviceName": "zipkin-akka-actor",
"ipv4": "10.198.80.33"
}
}
]
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment