Skip to content

Instantly share code, notes, and snippets.

@jcchavezs
Last active October 13, 2020 09:04
Show Gist options
  • Save jcchavezs/88c4c687e2e82e23bd5cee162f0b5914 to your computer and use it in GitHub Desktop.
Save jcchavezs/88c4c687e2e82e23bd5cee162f0b5914 to your computer and use it in GitHub Desktop.
Span discrepancy

Discrepancy in traces

I found this weird discrepancy in two traces of the same action, both under different instrumentation code: Version 104 includes go agent and Version 77 does not.

Let's have a look at the following HT spans retrieved from GraphQL API:

Traceshop Version 104 from HT

{
    "id": "adf9fe2715f903be",
    "displaySpanName": "hipstershop.CartService.GetCart",
    "duration": 10,
    "endTime": 1602566264256,
    "parentSpanId": "4289cc382ac2f2b2",
    "serviceName": "null",
    "spanTags": {
        "jaeger.servicename": "checkoutservice",
        "failfast": "true",
        "client": "true",
        "status.message": "",
        "status.code": "0",
        "span.status": ""
    },
    "startTime": 1602566264246,
    "type": "EXIT",
    "traceId": "65272b59f5737e8d6b6e382622ab5735",
    "__typename": "Span"
},

Traceshop Version 77 from HT

{
    "id": "bf679b10fc23611c",
    "displaySpanName": "hipstershop.CartService.GetCart",
    "duration": 9,
    "endTime": 1602576975294,
    "parentSpanId": "5a08762f63471677",
    "serviceName": "checkoutservice",
    "spanTags": {
        "jaeger.servicename": "checkoutservice",
        "failfast": "true",
        "client": "true",
        "status.message": "",
        "status.code": "0",
        "span.status": ""
    },
    "startTime": 1602576975285,
    "type": "EXIT",
    "traceId": "a4e0775ad4b88e6f9d30384bac3ebdaa",
    "__typename": "Span"
}

The difference between the spans below is "serviceName": "checkoutservice" in version 77 and "serviceName": "null" in version 104. It could be that go agent isn't reporting the serviceName correctly. However when we look at the same jaeger spans:

Traceshop Version 104 from Jaeger

{
    "traceID": "65272b59f5737e8d6b6e382622ab5735",
    "spanID": "adf9fe2715f903be",
    "operationName": "Sent.hipstershop.CartService.GetCart",
    "references": [
        {
            "refType": "CHILD_OF",
            "traceID": "65272b59f5737e8d6b6e382622ab5735",
            "spanID": "4289cc382ac2f2b2"
        }
    ],
    "startTime": 1602566264246625,
    "duration": 10023,
    "tags": [
        {
            "key": "Client",
            "type": "bool",
            "value": true
        },
        {
            "key": "FailFast",
            "type": "bool",
            "value": true
        },
        {
            "key": "status.code",
            "type": "int64",
            "value": 0
        },
        {
            "key": "status.message",
            "type": "string",
            "value": ""
        },
        {
            "key": "internal.span.format",
            "type": "string",
            "value": "jaeger"
        }
    ],
    "logs": [],
    "processID": "p4",
    "warnings": null
}
"p4": {
    "serviceName": "checkoutservice",
    "tags": []
}

Traceshop Version 77 from Jaeger

{
    "traceID": "a4e0775ad4b88e6f9d30384bac3ebdaa",
    "spanID": "bf679b10fc23611c",
    "operationName": "Sent.hipstershop.CartService.GetCart",
    "references": [
        {
            "refType": "CHILD_OF",
            "traceID": "a4e0775ad4b88e6f9d30384bac3ebdaa",
            "spanID": "5a08762f63471677"
        }
    ],
    "startTime": 1602576975285941,
    "duration": 8192,
    "tags": [
        {
            "key": "Client",
            "type": "bool",
            "value": true
        },
        {
            "key": "FailFast",
            "type": "bool",
            "value": true
        },
        {
            "key": "status.code",
            "type": "int64",
            "value": 0
        },
        {
            "key": "status.message",
            "type": "string",
            "value": ""
        },
        {
            "key": "internal.span.format",
            "type": "string",
            "value": "jaeger"
        }
    ],
    "logs": [],
    "processID": "p5",
    "warnings": null
}
"p5": {
    "serviceName": "checkoutservice",
    "tags": []
},

They look almost the same, no difference in the reported data that could lead us to discover why the HT data is different.

[
{
"data": {
"spans": {
"results": [
{
"id": "6f7c914eb011a110",
"displaySpanName": "POST /cart/checkout",
"duration": 529,
"endTime": 1602566264765,
"parentSpanId": "",
"serviceName": "nginx-traceshop",
"spanTags": {
"jaeger.servicename": "nginx-traceshop",
"upstream.address": "10.125.13.134:8060",
"module": "traceableai",
"http.url": "http://traceshop-staging.traceable.ai/cart/checkout",
"nginx.worker_pid": "29",
"http.protocol": "HTTP/1.1",
"http.host": "traceshop-staging.traceable.ai",
"span.status": "",
"http.status_code": "200",
"component": "nginx",
"http.status_line": "200 OK",
"traceableai.opa.result": "true",
"span.kind": "server",
"proxy.client.addr": "10.60.2.21",
"upstream.name": "traceshop",
"peer.address": "10.60.2.21:39224",
"http.method": "POST",
"session.id": "e0032afa41481294d0bb110426da70df7f078b97e3939b9c0f7181cf338cd5fe5fc1ae84c02521fdd9e870785a7af330dadbd9154893dd832c8331a8d6adb78f"
},
"startTime": 1602566264236,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "463486a7af9fd28e",
"displaySpanName": "POST /cart/checkout",
"duration": 529,
"endTime": 1602566264765,
"parentSpanId": "6f7c914eb011a110",
"serviceName": "nginx-traceshop",
"spanTags": {
"http.status_code": "200",
"jaeger.servicename": "nginx-traceshop",
"component": "nginx",
"http.status_line": "200 OK",
"span.kind": "client",
"upstream.address": "10.125.13.134:8060",
"module": "traceableai",
"upstream.name": "traceshop",
"nginx.worker_pid": "29",
"peer.address": "10.60.2.21:39224",
"http.host": "traceshop-staging.traceable.ai",
"span.status": ""
},
"startTime": 1602566264236,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "82c61c2ab4ac1afc",
"displaySpanName": "POST /cart/checkout",
"duration": 526,
"endTime": 1602566264763,
"parentSpanId": "463486a7af9fd28e",
"serviceName": "traceshop",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "33550",
"http.url": "http://traceshop/cart/checkout",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.2.24",
"response_size": "6058",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"zone": "",
"proxy.client.addr": "10.60.2.24",
"upstream_cluster": "svc_http_8080",
"docker.container_id": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58",
"peer.address": "10.60.2.24",
"request_size": "243",
"http.method": "POST",
"guid:x-request-id": "0aafb98b-a49f-9e8a-a221-546394738d14",
"session.id": "e0032afa41481294d0bb110426da70df7f078b97e3939b9c0f7181cf338cd5fe5fc1ae84c02521fdd9e870785a7af330dadbd9154893dd832c8331a8d6adb78f",
"user_agent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1",
"node_id": ""
},
"startTime": 1602566264237,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "70c356eeecde9395",
"displaySpanName": "POST /cart/checkout",
"duration": 526,
"endTime": 1602566264763,
"parentSpanId": "82c61c2ab4ac1afc",
"serviceName": "traceshop",
"spanTags": {
"http_response_took_ms": "521",
"http.request.header.x-forwarded-proto": "http",
"http.response.size": "6058",
"http.request.header.content-type": "application/x-www-form-urlencoded",
"http.path": "/cart/checkout",
"http.request.body": "email=micaha%40yahoo.com&street_address=3191+County+rd+10&zip_code=14424&city=Canandaigua&state=NY&country=United+States&credit_card_number=5136-3333-3333-3335&credit_card_expiration_month=3&credit_card_expiration_year=2033&credit_card_cvv=345",
"http.url": "/cart/checkout",
"http.request.header.archetype": "purchasing",
"http.request.header.x-forwarded-for": "50.0.1.18",
"http.host": "traceshop",
"http.request.header.content-length": "243",
"status.code": "0",
"http.request.header.accept-encoding": "gzip, deflate",
"http.user_agent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1",
"http.request.header.user-agent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1",
"http.method": "POST",
"http.response.status_code": "200",
"jaeger.servicename": "frontend",
"http.request.cookie.session": "4a153510-a753-434b-8b4c-b8239061e539",
"http.request.header.x-request-id": "0aafb98b-a49f-9e8a-a221-546394738d14",
"http.request.header.name": "barbara anderson",
"status.message": "OK",
"span.status": "OK",
"http.request.header.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-82c61c2ab4ac1afc-01",
"http.request.cookie.shop_session-id": "17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca",
"http.status_code": "200",
"http.request.header.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AYLGHCq0rBr8AgE",
"http.request.header.cookie": "session=4a153510-a753-434b-8b4c-b8239061e539; shop_session-id=17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca",
"http.request.header.email": "micaha@yahoo.com",
"http.request.header.accept": "*/*"
},
"startTime": 1602566264237,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "e14fc8fc12b76fd2",
"displaySpanName": "GET /loginservice/check",
"duration": 5,
"endTime": 1602566264242,
"parentSpanId": "70c356eeecde9395",
"serviceName": "traceshop",
"spanTags": {
"http.status_code": "204",
"jaeger.servicename": "frontend",
"http.path": "/loginservice/check",
"http.url": "http://loginservice:9395/loginservice/check?token=4a153510-a753-434b-8b4c-b8239061e539",
"status.message": "OK",
"http.method": "GET",
"http.host": "loginservice:9395",
"status.code": "0",
"span.status": "OK"
},
"startTime": 1602566264237,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "52dc390b398f4b0f",
"displaySpanName": "hipstershop.CheckoutService.PlaceOrder",
"duration": 344,
"endTime": 1602566264586,
"parentSpanId": "70c356eeecde9395",
"serviceName": "traceshop",
"spanTags": {
"jaeger.servicename": "frontend",
"failfast": "true",
"client": "true",
"status.message": "",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264242,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "c368ab195f67274c",
"displaySpanName": "hipstershop.RecommendationService.ListRecommendations",
"duration": 111,
"endTime": 1602566264697,
"parentSpanId": "70c356eeecde9395",
"serviceName": "traceshop",
"spanTags": {
"jaeger.servicename": "frontend",
"failfast": "true",
"client": "true",
"status.message": "",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264586,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "34f51c28853f0389",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 14,
"endTime": 1602566264712,
"parentSpanId": "70c356eeecde9395",
"serviceName": "traceshop",
"spanTags": {
"jaeger.servicename": "frontend",
"failfast": "true",
"client": "true",
"status.message": "",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264698,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "a5818e36ab17dfc5",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 14,
"endTime": 1602566264726,
"parentSpanId": "70c356eeecde9395",
"serviceName": "traceshop",
"spanTags": {
"jaeger.servicename": "frontend",
"failfast": "true",
"client": "true",
"status.message": "",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264712,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "160e0045d1efba02",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 13,
"endTime": 1602566264739,
"parentSpanId": "70c356eeecde9395",
"serviceName": "traceshop",
"spanTags": {
"jaeger.servicename": "frontend",
"failfast": "true",
"client": "true",
"status.message": "",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264726,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "879a7153f7c7963f",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 9,
"endTime": 1602566264748,
"parentSpanId": "70c356eeecde9395",
"serviceName": "traceshop",
"spanTags": {
"jaeger.servicename": "frontend",
"failfast": "true",
"client": "true",
"status.message": "",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264739,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "f826e3611da0727c",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 9,
"endTime": 1602566264757,
"parentSpanId": "70c356eeecde9395",
"serviceName": "traceshop",
"spanTags": {
"jaeger.servicename": "frontend",
"failfast": "true",
"client": "true",
"status.message": "",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264748,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "69b3547043784eb9",
"displaySpanName": "hipstershop.CartService.EmptyCart",
"duration": 4,
"endTime": 1602566264762,
"parentSpanId": "70c356eeecde9395",
"serviceName": "traceshop",
"spanTags": {
"jaeger.servicename": "frontend",
"failfast": "true",
"client": "true",
"status.message": "",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264758,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "a7b3973e24af3ede",
"displaySpanName": "GET /loginservice/check",
"duration": 4,
"endTime": 1602566264241,
"parentSpanId": "e14fc8fc12b76fd2",
"serviceName": "traceshop",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "37936",
"http.url": "http://loginservice:9395/loginservice/check?token=4a153510-a753-434b-8b4c-b8239061e539",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.2.20",
"response_size": "0",
"span.status": "",
"response_flags": "-",
"http.status_code": "204",
"component": "proxy",
"operationname": "Egress",
"zone": "",
"proxy.client.addr": "10.60.2.20",
"upstream_cluster": "egress_http",
"docker.container_id": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58",
"peer.address": "10.60.2.20",
"request_size": "0",
"http.method": "GET",
"guid:x-request-id": "4bb98d3f-cd95-952a-b4c6-f40109d7c9f9",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264237,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "5f8c319b9f3e2653",
"displaySpanName": "hipstershop.CheckoutService.PlaceOrder",
"duration": 342,
"endTime": 1602566264585,
"parentSpanId": "52dc390b398f4b0f",
"serviceName": "traceshop",
"spanTags": {
"grpc.path": "/hipstershop.CheckoutService/PlaceOrder",
"rpc.request.metadata.shop-session-id": "17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca",
"rpc.request.metadata.:authority": "checkoutservice:5050",
"rpc.service": "hipstershop.CheckoutService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"1\":{\"3\":{\"1\":\"USD\",\"2\":4,\"3\":729999999},\"4\":{\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\",\"3\":\"NY\",\"4\":\"United States\",\"5\":14424},\"5\":{\"1\":{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":1},\"2\":{\"1\":\"USD\",\"2\":2245}},\"6\":{\"3\":729999999,\"1\":\"USD\",\"2\":2249},\"7\":\"8abc819d75201791017520191409001d\",\"1\":\"28\",\"2\":\"BG-34642-173380967\"}}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://checkoutservice:5050/hipstershop.CheckoutService/PlaceOrder",
"downstream_cluster": "-",
"response_size": "207",
"rpc.request.metadata.user-agent": "grpc-go/1.28.0",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "checkoutservice:5050",
"proxy.client.addr": "10.60.2.20",
"rpc.method": "PlaceOrder",
"upstream_cluster": "egress_http2",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58",
"rpc.request.metadata.:path": "/hipstershop.CheckoutService/PlaceOrder",
"peer.address": "10.60.2.20",
"request_size": "149",
"http.method": "POST",
"guid:x-request-id": "ddf25860-651f-9590-a719-d14eb76c1dd9",
"user_agent": "grpc-go/1.28.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "ddf25860-651f-9590-a719-d14eb76c1dd9",
"net.peer.port": "44250",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AVLcOQs5j0sPAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.20",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"rpc.response.metadata.date": "Tue, 13 Oct 2020 05:17:44 GMT",
"grpc.message": "",
"rpc.request.body": "{\"3\":{\"2\":\"Canandaigua\",\"3\":\"NY\",\"4\":\"United States\",\"5\":14424,\"1\":\"3191 County rd 10\"},\"5\":\"micaha@yahoo.com\",\"6\":{\"1\":\"5136-3333-3333-3335\",\"2\":345,\"3\":2033,\"4\":3},\"1\":\"8abc819d75201791017520191409001d\",\"2\":\"USD\"}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264243,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "1cfad498761914c9",
"displaySpanName": "hipstershop.RecommendationService.ListRecommendations",
"duration": 110,
"endTime": 1602566264697,
"parentSpanId": "c368ab195f67274c",
"serviceName": "traceshop",
"spanTags": {
"grpc.path": "/hipstershop.RecommendationService/ListRecommendations",
"rpc.request.metadata.:authority": "recommendationservice:8080",
"rpc.service": "hipstershop.RecommendationService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"1\":[\"da7524f9-247c-4f63-bafc-3429357e14c9\",\"bc1c0e07-49f6-44f9-a8f7-5121e79258c5\",\"4757080d-a939-4971-b6f6-b98053ef2eae\",\"b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1\",\"26996ae5-f161-4790-a791-8b2dc9224fb5\"]}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://recommendationservice:8080/hipstershop.RecommendationService/ListRecommendations",
"downstream_cluster": "-",
"response_size": "195",
"rpc.response.metadata.accept-encoding": "identity,gzip",
"rpc.request.metadata.user-agent": "grpc-go/1.28.0",
"rpc.response.metadata.grpc-accept-encoding": "identity,deflate,gzip",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "recommendationservice:8080",
"proxy.client.addr": "10.60.2.20",
"rpc.method": "ListRecommendations",
"upstream_cluster": "egress_http2",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58",
"rpc.request.metadata.:path": "/hipstershop.RecommendationService/ListRecommendations",
"peer.address": "10.60.2.20",
"request_size": "43",
"http.method": "POST",
"guid:x-request-id": "2398efef-ba02-9b40-b08b-cb22e8de3c20",
"user_agent": "grpc-go/1.28.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "2398efef-ba02-9b40-b08b-cb22e8de3c20",
"net.peer.port": "58302",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AcNoqxlfZydMAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.20",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"rpc.response.metadata.date": "Tue, 13 Oct 2020 05:17:44 GMT",
"grpc.message": "",
"rpc.request.body": "{\"1\":\"17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca\"}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264587,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "2c754d35ec096499",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 11,
"endTime": 1602566264711,
"parentSpanId": "34f51c28853f0389",
"serviceName": "traceshop",
"spanTags": {
"grpc.path": "/hipstershop.ProductCatalogService/GetProduct",
"rpc.request.metadata.:authority": "productcatalogservice:3550",
"rpc.service": "hipstershop.ProductCatalogService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"2\":\"Vintage Camera Lens\",\"3\":\"You won't have a camera to use it and it probably doesn't work anyway.\",\"4\":\"/static/img/products/camera-lens.jpg\",\"5\":{\"2\":12,\"3\":490000000,\"1\":\"USD\"},\"6\":[\"photography\",\"vintage\"],\"1\":\"da7524f9-247c-4f63-bafc-3429357e14c9\"}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/GetProduct",
"downstream_cluster": "-",
"response_size": "211",
"rpc.request.metadata.user-agent": "grpc-go/1.28.0",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "productcatalogservice:3550",
"proxy.client.addr": "10.60.2.20",
"rpc.method": "GetProduct",
"upstream_cluster": "egress_http2",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58",
"rpc.request.metadata.:path": "/hipstershop.ProductCatalogService/GetProduct",
"peer.address": "10.60.2.20",
"request_size": "43",
"http.method": "POST",
"guid:x-request-id": "e35297b5-7aa6-9959-87b7-abc744b5f58f",
"user_agent": "grpc-go/1.28.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "e35297b5-7aa6-9959-87b7-abc744b5f58f",
"net.peer.port": "53948",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1ATT1HCiFPwOJAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.20",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"rpc.response.metadata.date": "Tue, 13 Oct 2020 05:17:44 GMT",
"grpc.message": "",
"rpc.request.body": "{\"1\":\"da7524f9-247c-4f63-bafc-3429357e14c9\"}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264700,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "98004789c06e60a2",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 14,
"endTime": 1602566264726,
"parentSpanId": "a5818e36ab17dfc5",
"serviceName": "traceshop",
"spanTags": {
"grpc.path": "/hipstershop.ProductCatalogService/GetProduct",
"rpc.request.metadata.:authority": "productcatalogservice:3550",
"rpc.service": "hipstershop.ProductCatalogService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"4\":\"/static/img/products/city-bike.jpg\",\"5\":{\"1\":\"USD\",\"2\":789,\"3\":500000000},\"6\":\"cycling\",\"1\":\"bc1c0e07-49f6-44f9-a8f7-5121e79258c5\",\"2\":\"City Bike\",\"3\":\"This single gear bike probably cannot climb the hills of San Francisco.\"}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/GetProduct",
"downstream_cluster": "-",
"response_size": "188",
"rpc.request.metadata.user-agent": "grpc-go/1.28.0",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "productcatalogservice:3550",
"proxy.client.addr": "10.60.2.20",
"rpc.method": "GetProduct",
"upstream_cluster": "egress_http2",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58",
"rpc.request.metadata.:path": "/hipstershop.ProductCatalogService/GetProduct",
"peer.address": "10.60.2.20",
"request_size": "43",
"http.method": "POST",
"guid:x-request-id": "b9ff2dd3-d6c2-9e7a-af37-2da137d4689b",
"user_agent": "grpc-go/1.28.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "b9ff2dd3-d6c2-9e7a-af37-2da137d4689b",
"net.peer.port": "53948",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AaWBjjarF9/FAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.20",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"rpc.response.metadata.date": "Tue, 13 Oct 2020 05:17:44 GMT",
"grpc.message": "",
"rpc.request.body": "{\"1\":\"bc1c0e07-49f6-44f9-a8f7-5121e79258c5\"}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264712,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "34004e12c5db02ed",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 13,
"endTime": 1602566264739,
"parentSpanId": "160e0045d1efba02",
"serviceName": "traceshop",
"spanTags": {
"grpc.path": "/hipstershop.ProductCatalogService/GetProduct",
"rpc.request.metadata.:authority": "productcatalogservice:3550",
"rpc.service": "hipstershop.ProductCatalogService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"3\":\"This terrarium will looks great in your white painted living room.\",\"4\":\"/static/img/products/terrarium.jpg\",\"5\":{\"1\":\"USD\",\"2\":36,\"3\":450000000},\"6\":\"gardening\",\"1\":\"4757080d-a939-4971-b6f6-b98053ef2eae\",\"2\":\"Terrarium\"}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/GetProduct",
"downstream_cluster": "-",
"response_size": "184",
"rpc.request.metadata.user-agent": "grpc-go/1.28.0",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "productcatalogservice:3550",
"proxy.client.addr": "10.60.2.20",
"rpc.method": "GetProduct",
"upstream_cluster": "egress_http2",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58",
"rpc.request.metadata.:path": "/hipstershop.ProductCatalogService/GetProduct",
"peer.address": "10.60.2.20",
"request_size": "43",
"http.method": "POST",
"guid:x-request-id": "d89f688d-cc5f-9b93-9966-8eb8d8a01f71",
"user_agent": "grpc-go/1.28.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "d89f688d-cc5f-9b93-9966-8eb8d8a01f71",
"net.peer.port": "53948",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1ARYOAEXR77oCAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.20",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"rpc.response.metadata.date": "Tue, 13 Oct 2020 05:17:44 GMT",
"grpc.message": "",
"rpc.request.body": "{\"1\":\"4757080d-a939-4971-b6f6-b98053ef2eae\"}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264726,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "c8f50ac4445ccf05",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 9,
"endTime": 1602566264748,
"parentSpanId": "879a7153f7c7963f",
"serviceName": "traceshop",
"spanTags": {
"grpc.path": "/hipstershop.ProductCatalogService/GetProduct",
"rpc.request.metadata.:authority": "productcatalogservice:3550",
"rpc.service": "hipstershop.ProductCatalogService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"1\":\"b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1\",\"2\":\"Film Camera\",\"3\":\"This camera looks like it's a film camera, but it's actually digital.\",\"4\":\"/static/img/products/film-camera.jpg\",\"5\":{\"1\":\"USD\",\"2\":2245},\"6\":[\"photography\",\"vintage\"]}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/GetProduct",
"downstream_cluster": "-",
"response_size": "197",
"rpc.request.metadata.user-agent": "grpc-go/1.28.0",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "productcatalogservice:3550",
"proxy.client.addr": "10.60.2.20",
"rpc.method": "GetProduct",
"upstream_cluster": "egress_http2",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58",
"rpc.request.metadata.:path": "/hipstershop.ProductCatalogService/GetProduct",
"peer.address": "10.60.2.20",
"request_size": "43",
"http.method": "POST",
"guid:x-request-id": "93099805-6ece-9703-b298-5f68dbaf199d",
"user_agent": "grpc-go/1.28.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "93099805-6ece-9703-b298-5f68dbaf199d",
"net.peer.port": "53948",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AYeacVP3x5Y/AgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.20",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"rpc.response.metadata.date": "Tue, 13 Oct 2020 05:17:44 GMT",
"grpc.message": "",
"rpc.request.body": "{\"1\":\"b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1\"}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264739,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "4abb7dd55a4397b0",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 8,
"endTime": 1602566264757,
"parentSpanId": "f826e3611da0727c",
"serviceName": "traceshop",
"spanTags": {
"grpc.path": "/hipstershop.ProductCatalogService/GetProduct",
"rpc.request.metadata.:authority": "productcatalogservice:3550",
"rpc.service": "hipstershop.ProductCatalogService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"3\":\"Always wanted to brew coffee with Chemex and Aeropress at home?\",\"4\":\"/static/img/products/barista-kit.jpg\",\"5\":{\"1\":\"USD\",\"2\":124},\"6\":\"cookware\",\"1\":\"26996ae5-f161-4790-a791-8b2dc9224fb5\",\"2\":\"Home Barista Kit\"}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/GetProduct",
"downstream_cluster": "-",
"response_size": "183",
"rpc.request.metadata.user-agent": "grpc-go/1.28.0",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "productcatalogservice:3550",
"proxy.client.addr": "10.60.2.20",
"rpc.method": "GetProduct",
"upstream_cluster": "egress_http2",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58",
"rpc.request.metadata.:path": "/hipstershop.ProductCatalogService/GetProduct",
"peer.address": "10.60.2.20",
"request_size": "43",
"http.method": "POST",
"guid:x-request-id": "ed892c40-56fe-9a53-bd19-84629b1315eb",
"user_agent": "grpc-go/1.28.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "ed892c40-56fe-9a53-bd19-84629b1315eb",
"net.peer.port": "53948",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1Afgm42EdoHJ8AgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.20",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"rpc.response.metadata.date": "Tue, 13 Oct 2020 05:17:44 GMT",
"grpc.message": "",
"rpc.request.body": "{\"1\":\"26996ae5-f161-4790-a791-8b2dc9224fb5\"}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264749,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "58323d4b410ea7d7",
"displaySpanName": "hipstershop.CartService.EmptyCart",
"duration": 4,
"endTime": 1602566264762,
"parentSpanId": "69b3547043784eb9",
"serviceName": "traceshop",
"spanTags": {
"grpc.path": "/hipstershop.CartService/EmptyCart",
"rpc.request.metadata.:authority": "cartservice:7070",
"rpc.service": "hipstershop.CartService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://cartservice:7070/hipstershop.CartService/EmptyCart",
"downstream_cluster": "-",
"response_size": "5",
"rpc.response.metadata.accept-encoding": "identity,gzip",
"rpc.request.metadata.user-agent": "grpc-go/1.28.0",
"rpc.response.metadata.grpc-accept-encoding": "identity,deflate,gzip",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "cartservice:7070",
"proxy.client.addr": "10.60.2.20",
"rpc.method": "EmptyCart",
"upstream_cluster": "egress_http2",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58",
"rpc.request.metadata.:path": "/hipstershop.CartService/EmptyCart",
"peer.address": "10.60.2.20",
"request_size": "43",
"http.method": "POST",
"guid:x-request-id": "9f7c54dc-685c-96df-a9e8-6599847efe29",
"user_agent": "grpc-go/1.28.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "9f7c54dc-685c-96df-a9e8-6599847efe29",
"net.peer.port": "46534",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AWmzVHBDeE65AgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.20",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"rpc.response.metadata.date": "Tue, 13 Oct 2020 05:17:44 GMT",
"grpc.message": "",
"rpc.request.body": "{\"1\":\"17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca\"}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264758,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "14775c5979fd4024",
"displaySpanName": "GET /loginservice/check",
"duration": 3,
"endTime": 1602566264241,
"parentSpanId": "a7b3973e24af3ede",
"serviceName": "loginservice",
"spanTags": {
"http.url": "http://loginservice:9395/loginservice/check?token=4a153510-a753-434b-8b4c-b8239061e539",
"downstream_cluster": "-",
"http.request.url": "http://loginservice:9395/loginservice/check",
"response_size": "0",
"span.kind": "server",
"zone": "",
"http.request.query_string": "token=4a153510-a753-434b-8b4c-b8239061e539",
"proxy.client.addr": "10.60.2.20",
"upstream_cluster": "svc_http_9395",
"docker.container_id": "3df904ec37bea052f5780e2d798ecd106c283b650905575793b20b26dc732e3b",
"peer.address": "10.60.2.20",
"request_size": "0",
"http.method": "GET",
"http.response.status_code": "204",
"guid:x-request-id": "4bb98d3f-cd95-952a-b4c6-f40109d7c9f9",
"user_agent": "Go-http-client/1.1",
"jaeger.servicename": "proxy",
"net.peer.port": "35478",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.2.20",
"span.status": "",
"response_flags": "-",
"http.status_code": "204",
"component": "proxy",
"operationname": "Ingress",
"node_id": ""
},
"startTime": 1602566264238,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "b8e5fa07c2409a6a",
"displaySpanName": "hipstershop.CheckoutService.PlaceOrder",
"duration": 340,
"endTime": 1602566264585,
"parentSpanId": "5f8c319b9f3e2653",
"serviceName": "checkoutservice",
"spanTags": {
"grpc.path": "/hipstershop.CheckoutService/PlaceOrder",
"rpc.request.metadata.shop-session-id": "17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca",
"rpc.request.metadata.:authority": "checkoutservice:5050",
"rpc.service": "hipstershop.CheckoutService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"1\":{\"6\":{\"1\":\"USD\",\"2\":2249,\"3\":729999999},\"7\":\"8abc819d75201791017520191409001d\",\"1\":\"28\",\"2\":\"BG-34642-173380967\",\"3\":{\"1\":\"USD\",\"2\":4,\"3\":729999999},\"4\":{\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\",\"3\":\"NY\",\"4\":\"United States\",\"5\":14424},\"5\":{\"1\":{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":1},\"2\":{\"1\":\"USD\",\"2\":2245}}}}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://checkoutservice:5050/hipstershop.CheckoutService/PlaceOrder",
"downstream_cluster": "-",
"response_size": "207",
"rpc.request.metadata.user-agent": "grpc-go/1.28.0",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "checkoutservice:5050",
"proxy.client.addr": "10.60.2.20",
"rpc.method": "PlaceOrder",
"upstream_cluster": "svc_http2_5050",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332",
"rpc.request.metadata.:path": "/hipstershop.CheckoutService/PlaceOrder",
"peer.address": "10.60.2.20",
"request_size": "149",
"http.method": "POST",
"guid:x-request-id": "ddf25860-651f-9590-a719-d14eb76c1dd9",
"user_agent": "grpc-go/1.28.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "ddf25860-651f-9590-a719-d14eb76c1dd9",
"net.peer.port": "42402",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AV+MMZufPiZTAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.20",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"rpc.request.metadata.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-5f8c319b9f3e2653-01",
"grpc.message": "",
"rpc.request.body": "{\"2\":\"USD\",\"3\":{\"4\":\"United States\",\"5\":14424,\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\",\"3\":\"NY\"},\"5\":\"micaha@yahoo.com\",\"6\":{\"1\":\"5136-3333-3333-3335\",\"2\":345,\"3\":2033,\"4\":3},\"1\":\"8abc819d75201791017520191409001d\"}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264245,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "7910002b27c056bd",
"displaySpanName": "hipstershop.RecommendationService.ListRecommendations",
"duration": 110,
"endTime": 1602566264697,
"parentSpanId": "1cfad498761914c9",
"serviceName": "recommendationservice",
"spanTags": {
"grpc.path": "/hipstershop.RecommendationService/ListRecommendations",
"rpc.request.metadata.:authority": "recommendationservice:8080",
"rpc.service": "hipstershop.RecommendationService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"1\":[\"da7524f9-247c-4f63-bafc-3429357e14c9\",\"bc1c0e07-49f6-44f9-a8f7-5121e79258c5\",\"4757080d-a939-4971-b6f6-b98053ef2eae\",\"b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1\",\"26996ae5-f161-4790-a791-8b2dc9224fb5\"]}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://recommendationservice:8080/hipstershop.RecommendationService/ListRecommendations",
"downstream_cluster": "-",
"response_size": "195",
"rpc.response.metadata.accept-encoding": "identity,gzip",
"rpc.request.metadata.user-agent": "grpc-go/1.28.0",
"rpc.response.metadata.grpc-accept-encoding": "identity,deflate,gzip",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "recommendationservice:8080",
"proxy.client.addr": "10.60.2.20",
"rpc.method": "ListRecommendations",
"upstream_cluster": "svc_http2_8080",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "5810fd0d3c3c650cd008fa0f80342416c2f5696eecde94541589c81cf9773011",
"rpc.request.metadata.:path": "/hipstershop.RecommendationService/ListRecommendations",
"peer.address": "10.60.2.20",
"request_size": "43",
"http.method": "POST",
"guid:x-request-id": "2398efef-ba02-9b40-b08b-cb22e8de3c20",
"user_agent": "grpc-go/1.28.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "2398efef-ba02-9b40-b08b-cb22e8de3c20",
"net.peer.port": "56302",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1ARz61Jh2GRTJAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.20",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"rpc.request.metadata.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-1cfad498761914c9-01",
"grpc.message": "",
"rpc.request.body": "{\"1\":\"17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca\"}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264587,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "fead218102398e00",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 10,
"endTime": 1602566264711,
"parentSpanId": "2c754d35ec096499",
"serviceName": "productcatalogservice",
"spanTags": {
"grpc.path": "/hipstershop.ProductCatalogService/GetProduct",
"rpc.request.metadata.:authority": "productcatalogservice:3550",
"rpc.service": "hipstershop.ProductCatalogService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"2\":\"Vintage Camera Lens\",\"3\":\"You won't have a camera to use it and it probably doesn't work anyway.\",\"4\":\"/static/img/products/camera-lens.jpg\",\"5\":{\"1\":\"USD\",\"2\":12,\"3\":490000000},\"6\":[\"photography\",\"vintage\"],\"1\":\"da7524f9-247c-4f63-bafc-3429357e14c9\"}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/GetProduct",
"downstream_cluster": "-",
"response_size": "211",
"rpc.request.metadata.user-agent": "grpc-go/1.28.0",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "productcatalogservice:3550",
"proxy.client.addr": "10.60.2.20",
"rpc.method": "GetProduct",
"upstream_cluster": "svc_http2_3550",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "f7132d3c802c353acf04a4b542e75a45cbcbef9d562a6e6ab611cb820f310b2c",
"rpc.request.metadata.:path": "/hipstershop.ProductCatalogService/GetProduct",
"peer.address": "10.60.2.20",
"request_size": "43",
"http.method": "POST",
"guid:x-request-id": "e35297b5-7aa6-9959-87b7-abc744b5f58f",
"user_agent": "grpc-go/1.28.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "e35297b5-7aa6-9959-87b7-abc744b5f58f",
"net.peer.port": "51948",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1ASx1TTXsCWSZAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.20",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"rpc.request.metadata.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-2c754d35ec096499-01",
"grpc.message": "",
"rpc.request.body": "{\"1\":\"da7524f9-247c-4f63-bafc-3429357e14c9\"}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264701,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "a4d565706ac4f62d",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 12,
"endTime": 1602566264725,
"parentSpanId": "98004789c06e60a2",
"serviceName": "productcatalogservice",
"spanTags": {
"grpc.path": "/hipstershop.ProductCatalogService/GetProduct",
"rpc.request.metadata.:authority": "productcatalogservice:3550",
"rpc.service": "hipstershop.ProductCatalogService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"4\":\"/static/img/products/city-bike.jpg\",\"5\":{\"1\":\"USD\",\"2\":789,\"3\":500000000},\"6\":\"cycling\",\"1\":\"bc1c0e07-49f6-44f9-a8f7-5121e79258c5\",\"2\":\"City Bike\",\"3\":\"This single gear bike probably cannot climb the hills of San Francisco.\"}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/GetProduct",
"downstream_cluster": "-",
"response_size": "188",
"rpc.request.metadata.user-agent": "grpc-go/1.28.0",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "productcatalogservice:3550",
"proxy.client.addr": "10.60.2.20",
"rpc.method": "GetProduct",
"upstream_cluster": "svc_http2_3550",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "f7132d3c802c353acf04a4b542e75a45cbcbef9d562a6e6ab611cb820f310b2c",
"rpc.request.metadata.:path": "/hipstershop.ProductCatalogService/GetProduct",
"peer.address": "10.60.2.20",
"request_size": "43",
"http.method": "POST",
"guid:x-request-id": "b9ff2dd3-d6c2-9e7a-af37-2da137d4689b",
"user_agent": "grpc-go/1.28.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "b9ff2dd3-d6c2-9e7a-af37-2da137d4689b",
"net.peer.port": "51948",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AZgAR4nAbmCiAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.20",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"rpc.request.metadata.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-98004789c06e60a2-01",
"grpc.message": "",
"rpc.request.body": "{\"1\":\"bc1c0e07-49f6-44f9-a8f7-5121e79258c5\"}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264713,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "8f07ab295d00bf90",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 11,
"endTime": 1602566264738,
"parentSpanId": "34004e12c5db02ed",
"serviceName": "productcatalogservice",
"spanTags": {
"grpc.path": "/hipstershop.ProductCatalogService/GetProduct",
"rpc.request.metadata.:authority": "productcatalogservice:3550",
"rpc.service": "hipstershop.ProductCatalogService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"3\":\"This terrarium will looks great in your white painted living room.\",\"4\":\"/static/img/products/terrarium.jpg\",\"5\":{\"1\":\"USD\",\"2\":36,\"3\":450000000},\"6\":\"gardening\",\"1\":\"4757080d-a939-4971-b6f6-b98053ef2eae\",\"2\":\"Terrarium\"}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/GetProduct",
"downstream_cluster": "-",
"response_size": "184",
"rpc.request.metadata.user-agent": "grpc-go/1.28.0",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "productcatalogservice:3550",
"proxy.client.addr": "10.60.2.20",
"rpc.method": "GetProduct",
"upstream_cluster": "svc_http2_3550",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "f7132d3c802c353acf04a4b542e75a45cbcbef9d562a6e6ab611cb820f310b2c",
"rpc.request.metadata.:path": "/hipstershop.ProductCatalogService/GetProduct",
"peer.address": "10.60.2.20",
"request_size": "43",
"http.method": "POST",
"guid:x-request-id": "d89f688d-cc5f-9b93-9966-8eb8d8a01f71",
"user_agent": "grpc-go/1.28.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "d89f688d-cc5f-9b93-9966-8eb8d8a01f71",
"net.peer.port": "51948",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1ATQAThLF2wLtAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.20",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"rpc.request.metadata.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-34004e12c5db02ed-01",
"grpc.message": "",
"rpc.request.body": "{\"1\":\"4757080d-a939-4971-b6f6-b98053ef2eae\"}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264727,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "30b0d769ef2930d9",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 8,
"endTime": 1602566264748,
"parentSpanId": "c8f50ac4445ccf05",
"serviceName": "productcatalogservice",
"spanTags": {
"grpc.path": "/hipstershop.ProductCatalogService/GetProduct",
"rpc.request.metadata.:authority": "productcatalogservice:3550",
"rpc.service": "hipstershop.ProductCatalogService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"1\":\"b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1\",\"2\":\"Film Camera\",\"3\":\"This camera looks like it's a film camera, but it's actually digital.\",\"4\":\"/static/img/products/film-camera.jpg\",\"5\":{\"2\":2245,\"1\":\"USD\"},\"6\":[\"photography\",\"vintage\"]}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/GetProduct",
"downstream_cluster": "-",
"response_size": "197",
"rpc.request.metadata.user-agent": "grpc-go/1.28.0",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "productcatalogservice:3550",
"proxy.client.addr": "10.60.2.20",
"rpc.method": "GetProduct",
"upstream_cluster": "svc_http2_3550",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "f7132d3c802c353acf04a4b542e75a45cbcbef9d562a6e6ab611cb820f310b2c",
"rpc.request.metadata.:path": "/hipstershop.ProductCatalogService/GetProduct",
"peer.address": "10.60.2.20",
"request_size": "43",
"http.method": "POST",
"guid:x-request-id": "93099805-6ece-9703-b298-5f68dbaf199d",
"user_agent": "grpc-go/1.28.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "93099805-6ece-9703-b298-5f68dbaf199d",
"net.peer.port": "51948",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1Acj1CsREXM8FAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.20",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"rpc.request.metadata.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-c8f50ac4445ccf05-01",
"grpc.message": "",
"rpc.request.body": "{\"1\":\"b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1\"}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264740,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "ab4e96a5dac8b144",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 8,
"endTime": 1602566264757,
"parentSpanId": "4abb7dd55a4397b0",
"serviceName": "productcatalogservice",
"spanTags": {
"grpc.path": "/hipstershop.ProductCatalogService/GetProduct",
"rpc.request.metadata.:authority": "productcatalogservice:3550",
"rpc.service": "hipstershop.ProductCatalogService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"1\":\"26996ae5-f161-4790-a791-8b2dc9224fb5\",\"2\":\"Home Barista Kit\",\"3\":\"Always wanted to brew coffee with Chemex and Aeropress at home?\",\"4\":\"/static/img/products/barista-kit.jpg\",\"5\":{\"1\":\"USD\",\"2\":124},\"6\":\"cookware\"}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/GetProduct",
"downstream_cluster": "-",
"response_size": "183",
"rpc.request.metadata.user-agent": "grpc-go/1.28.0",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "productcatalogservice:3550",
"proxy.client.addr": "10.60.2.20",
"rpc.method": "GetProduct",
"upstream_cluster": "svc_http2_3550",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "f7132d3c802c353acf04a4b542e75a45cbcbef9d562a6e6ab611cb820f310b2c",
"rpc.request.metadata.:path": "/hipstershop.ProductCatalogService/GetProduct",
"peer.address": "10.60.2.20",
"request_size": "43",
"http.method": "POST",
"guid:x-request-id": "ed892c40-56fe-9a53-bd19-84629b1315eb",
"user_agent": "grpc-go/1.28.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "ed892c40-56fe-9a53-bd19-84629b1315eb",
"net.peer.port": "51948",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AUq7fdVaQ5ewAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.20",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"rpc.request.metadata.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-4abb7dd55a4397b0-01",
"grpc.message": "",
"rpc.request.body": "{\"1\":\"26996ae5-f161-4790-a791-8b2dc9224fb5\"}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264749,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "83f3969c0805bdc4",
"displaySpanName": "hipstershop.CartService.EmptyCart",
"duration": 3,
"endTime": 1602566264761,
"parentSpanId": "58323d4b410ea7d7",
"serviceName": "cartservice",
"spanTags": {
"grpc.path": "/hipstershop.CartService/EmptyCart",
"rpc.request.metadata.:authority": "cartservice:7070",
"rpc.service": "hipstershop.CartService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://cartservice:7070/hipstershop.CartService/EmptyCart",
"downstream_cluster": "-",
"response_size": "5",
"rpc.response.metadata.accept-encoding": "identity,gzip",
"rpc.request.metadata.user-agent": "grpc-go/1.28.0",
"rpc.response.metadata.grpc-accept-encoding": "identity,deflate,gzip",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "cartservice:7070",
"proxy.client.addr": "10.60.2.20",
"rpc.method": "EmptyCart",
"upstream_cluster": "svc_http2_7070",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "630bc3ac5c47886cff186d8cb0de8c2b10d706563d42ac30a1d0b573e914e447",
"rpc.request.metadata.:path": "/hipstershop.CartService/EmptyCart",
"peer.address": "10.60.2.20",
"request_size": "43",
"http.method": "POST",
"guid:x-request-id": "9f7c54dc-685c-96df-a9e8-6599847efe29",
"user_agent": "grpc-go/1.28.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "9f7c54dc-685c-96df-a9e8-6599847efe29",
"net.peer.port": "44520",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AVgyPUtBDqfXAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.20",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"rpc.request.metadata.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-58323d4b410ea7d7-01",
"grpc.message": "",
"rpc.request.body": "{\"1\":\"17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca\"}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264758,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "1d42732cc100470c",
"displaySpanName": "hipstershop.RecommendationService.ListRecommendations",
"duration": 32,
"endTime": 1602566264621,
"parentSpanId": "7910002b27c056bd",
"serviceName": "recommendationservice",
"spanTags": {
"jaeger.servicename": "recommendationservice",
"component": "grpc",
"span.kind": "server",
"grpc.response.body": "product_ids: \"da7524f9-247c-4f63-bafc-3429357e14c9\"\nproduct_ids: \"bc1c0e07-49f6-44f9-a8f7-5121e79258c5\"\nproduct_ids: \"4757080d-a",
"grpc.request.body": "user_id: \"17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca\"\n"
},
"startTime": 1602566264589,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "30c84a4fd43f67a2",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 10,
"endTime": 1602566264711,
"parentSpanId": "fead218102398e00",
"serviceName": "productcatalogservice",
"spanTags": {
"jaeger.servicename": "productcatalogservice",
"failfast": "false",
"client": "false",
"status.message": "",
"grpc.response.body": "{\"id\":\"da7524f9-247c-4f63-bafc-3429357e14c9\",\"name\":\"Vintage Camera Lens\",\"description\":\"You won't have a camera to use it and it probably doesn't work anyway.\",\"picture\":\"/static/img/products/camera-lens.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"12\",\"nanos\":490000000},\"categories\":[\"photography\",\"vintage\"]}",
"grpc.request.body": "{\"id\":\"da7524f9-247c-4f63-bafc-3429357e14c9\"}",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264701,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "4647e702e81a687f",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 12,
"endTime": 1602566264725,
"parentSpanId": "a4d565706ac4f62d",
"serviceName": "productcatalogservice",
"spanTags": {
"jaeger.servicename": "productcatalogservice",
"failfast": "false",
"client": "false",
"status.message": "",
"grpc.response.body": "{\"id\":\"bc1c0e07-49f6-44f9-a8f7-5121e79258c5\",\"name\":\"City Bike\",\"description\":\"This single gear bike probably cannot climb the hills of San Francisco.\",\"picture\":\"/static/img/products/city-bike.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"789\",\"nanos\":500000000},\"categories\":[\"cycling\"]}",
"grpc.request.body": "{\"id\":\"bc1c0e07-49f6-44f9-a8f7-5121e79258c5\"}",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264713,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "5cc683b6fbf5685c",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 10,
"endTime": 1602566264737,
"parentSpanId": "8f07ab295d00bf90",
"serviceName": "productcatalogservice",
"spanTags": {
"jaeger.servicename": "productcatalogservice",
"failfast": "false",
"client": "false",
"status.message": "",
"grpc.response.body": "{\"id\":\"4757080d-a939-4971-b6f6-b98053ef2eae\",\"name\":\"Terrarium\",\"description\":\"This terrarium will looks great in your white painted living room.\",\"picture\":\"/static/img/products/terrarium.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"36\",\"nanos\":450000000},\"categories\":[\"gardening\"]}",
"grpc.request.body": "{\"id\":\"4757080d-a939-4971-b6f6-b98053ef2eae\"}",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264727,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "7245206a0fd16939",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 7,
"endTime": 1602566264747,
"parentSpanId": "30b0d769ef2930d9",
"serviceName": "productcatalogservice",
"spanTags": {
"jaeger.servicename": "productcatalogservice",
"failfast": "false",
"client": "false",
"status.message": "",
"grpc.response.body": "{\"id\":\"b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1\",\"name\":\"Film Camera\",\"description\":\"This camera looks like it's a film camera, but it's actually digital.\",\"picture\":\"/static/img/products/film-camera.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"2245\"},\"categories\":[\"photography\",\"vintage\"]}",
"grpc.request.body": "{\"id\":\"b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1\"}",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264740,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "88c4bc1d23ac6a16",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 7,
"endTime": 1602566264756,
"parentSpanId": "ab4e96a5dac8b144",
"serviceName": "productcatalogservice",
"spanTags": {
"jaeger.servicename": "productcatalogservice",
"failfast": "false",
"client": "false",
"status.message": "",
"grpc.response.body": "{\"id\":\"26996ae5-f161-4790-a791-8b2dc9224fb5\",\"name\":\"Home Barista Kit\",\"description\":\"Always wanted to brew coffee with Chemex and Aeropress at home?\",\"picture\":\"/static/img/products/barista-kit.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"124\"},\"categories\":[\"cookware\"]}",
"grpc.request.body": "{\"id\":\"26996ae5-f161-4790-a791-8b2dc9224fb5\"}",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264749,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "d6c907602882430d",
"displaySpanName": "hipstershop.ProductCatalogService.ListProducts",
"duration": 19,
"endTime": 1602566264608,
"parentSpanId": "1d42732cc100470c",
"serviceName": "recommendationservice",
"spanTags": {
"grpc.method": "/hipstershop.ProductCatalogService/ListProducts",
"jaeger.servicename": "recommendationservice",
"component": "grpc",
"span.kind": "client",
"grpc.host_port": "productcatalogservice:3550",
"grpc.response.body": "products {\n id: \"3af9c9fe-350b-487f-be28-608f6102c5a7\"\n name: \"City Bike\"\n description: \"This single gear bike probably canno",
"grpc.request.body": ""
},
"startTime": 1602566264589,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "bb0719295eade790",
"displaySpanName": "GET /product/{product-id}",
"duration": 8,
"endTime": 1602566264710,
"parentSpanId": "30c84a4fd43f67a2",
"serviceName": "productcatalogservice",
"spanTags": {
"http.status_code": "200",
"jaeger.servicename": "productcatalogservice",
"http.path": "/product/da7524f9-247c-4f63-bafc-3429357e14c9",
"http.url": "http://dataservice:9394/product/da7524f9-247c-4f63-bafc-3429357e14c9",
"status.message": "OK",
"http.method": "GET",
"http.host": "dataservice:9394",
"status.code": "0",
"span.status": "OK"
},
"startTime": 1602566264702,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "d186b5dc7188e86d",
"displaySpanName": "GET /product/{product-id}",
"duration": 10,
"endTime": 1602566264724,
"parentSpanId": "4647e702e81a687f",
"serviceName": "productcatalogservice",
"spanTags": {
"http.status_code": "200",
"jaeger.servicename": "productcatalogservice",
"http.path": "/product/bc1c0e07-49f6-44f9-a8f7-5121e79258c5",
"http.url": "http://dataservice:9394/product/bc1c0e07-49f6-44f9-a8f7-5121e79258c5",
"status.message": "OK",
"http.method": "GET",
"http.host": "dataservice:9394",
"status.code": "0",
"span.status": "OK"
},
"startTime": 1602566264714,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "e70552908563e94a",
"displaySpanName": "GET /product/{product-id}",
"duration": 10,
"endTime": 1602566264737,
"parentSpanId": "5cc683b6fbf5685c",
"serviceName": "productcatalogservice",
"spanTags": {
"http.status_code": "200",
"jaeger.servicename": "productcatalogservice",
"http.path": "/product/4757080d-a939-4971-b6f6-b98053ef2eae",
"http.url": "http://dataservice:9394/product/4757080d-a939-4971-b6f6-b98053ef2eae",
"status.message": "OK",
"http.method": "GET",
"http.host": "dataservice:9394",
"status.code": "0",
"span.status": "OK"
},
"startTime": 1602566264727,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "fd84ee43993eea27",
"displaySpanName": "GET /product/{product-id}",
"duration": 6,
"endTime": 1602566264747,
"parentSpanId": "7245206a0fd16939",
"serviceName": "productcatalogservice",
"spanTags": {
"http.status_code": "200",
"jaeger.servicename": "productcatalogservice",
"http.path": "/product/b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1",
"http.url": "http://dataservice:9394/product/b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1",
"status.message": "OK",
"http.method": "GET",
"http.host": "dataservice:9394",
"status.code": "0",
"span.status": "OK"
},
"startTime": 1602566264741,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "13048bf7ac19eb04",
"displaySpanName": "GET /product/{product-id}",
"duration": 6,
"endTime": 1602566264756,
"parentSpanId": "88c4bc1d23ac6a16",
"serviceName": "productcatalogservice",
"spanTags": {
"http.status_code": "200",
"jaeger.servicename": "productcatalogservice",
"http.path": "/product/26996ae5-f161-4790-a791-8b2dc9224fb5",
"http.url": "http://dataservice:9394/product/26996ae5-f161-4790-a791-8b2dc9224fb5",
"status.message": "OK",
"http.method": "GET",
"http.host": "dataservice:9394",
"status.code": "0",
"span.status": "OK"
},
"startTime": 1602566264750,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "ec5cb33cf422d119",
"displaySpanName": "hipstershop.ProductCatalogService.ListProducts",
"duration": 17,
"endTime": 1602566264607,
"parentSpanId": "d6c907602882430d",
"serviceName": "recommendationservice",
"spanTags": {
"grpc.path": "/hipstershop.ProductCatalogService/ListProducts",
"rpc.request.metadata.accept-encoding": "identity,gzip",
"rpc.request.metadata.:authority": "productcatalogservice:3550",
"rpc.service": "hipstershop.ProductCatalogService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"1\":[{\"6\":\"cycling\",\"1\":\"3af9c9fe-350b-487f-be28-608f6102c5a7\",\"2\":\"City Bike\",\"3\":\"This single gear bike probably cannot climb the hills of San Francisco.\",\"4\":\"/static/img/products/city-bike.jpg\",\"5\":{\"1\":\"USD\",\"2\":789,\"3\":500000000}},{\"3\":\"This camera looks like it's a film camera, but it's actually digital.\",\"4\":\"/static/img/products/film-camera.jpg\",\"5\":{\"1\":\"USD\",\"2\":2245},\"6\":[\"photography\",\"vintage\"],\"1\":\"2c526044-ad18-41a6-bc99-175f14f74b8e\",\"2\":\"Film Camera\"},{\"6\":\"vintage\",\"1\":\"cd503bc0-dcdd-4e5",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/ListProducts",
"downstream_cluster": "-",
"response_size": "9288",
"rpc.request.metadata.user-agent": "grpc-python/1.18.0 grpc-c/7.0.0 (manylinux; chttp2; goose)",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "productcatalogservice:3550",
"proxy.client.addr": "10.60.2.28",
"rpc.method": "ListProducts",
"upstream_cluster": "egress_http2",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "5810fd0d3c3c650cd008fa0f80342416c2f5696eecde94541589c81cf9773011",
"rpc.request.metadata.:path": "/hipstershop.ProductCatalogService/ListProducts",
"peer.address": "10.60.2.28",
"request_size": "5",
"http.method": "POST",
"guid:x-request-id": "f4c91d6a-29c9-9fbc-8df3-2f18cfba15b2",
"user_agent": "grpc-python/1.18.0 grpc-c/7.0.0 (manylinux; chttp2; goose)",
"rpc.request.metadata.grpc-accept-encoding": "identity,deflate,gzip",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "f4c91d6a-29c9-9fbc-8df3-2f18cfba15b2",
"net.peer.port": "47978",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AdbJB2AogkMNAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.28",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"rpc.response.metadata.date": "Tue, 13 Oct 2020 05:17:44 GMT",
"grpc.message": "",
"rpc.request.body": "{}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264590,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "9e42997625baa50c",
"displaySpanName": "GET /product/{product-id}",
"duration": 8,
"endTime": 1602566264710,
"parentSpanId": "bb0719295eade790",
"serviceName": "productcatalogservice",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "44440",
"http.url": "http://dataservice:9394/product/da7524f9-247c-4f63-bafc-3429357e14c9",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.2.27",
"response_size": "312",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"zone": "",
"proxy.client.addr": "10.60.2.27",
"upstream_cluster": "egress_http",
"docker.container_id": "f7132d3c802c353acf04a4b542e75a45cbcbef9d562a6e6ab611cb820f310b2c",
"peer.address": "10.60.2.27",
"request_size": "0",
"http.method": "GET",
"guid:x-request-id": "86534c8a-5cfe-9013-8e0f-c28e422cd59c",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264702,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "7db0beb3b09ca9ab",
"displaySpanName": "GET /product/{product-id}",
"duration": 8,
"endTime": 1602566264723,
"parentSpanId": "d186b5dc7188e86d",
"serviceName": "productcatalogservice",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "44440",
"http.url": "http://dataservice:9394/product/bc1c0e07-49f6-44f9-a8f7-5121e79258c5",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.2.27",
"response_size": "288",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"zone": "",
"proxy.client.addr": "10.60.2.27",
"upstream_cluster": "egress_http",
"docker.container_id": "f7132d3c802c353acf04a4b542e75a45cbcbef9d562a6e6ab611cb820f310b2c",
"peer.address": "10.60.2.27",
"request_size": "0",
"http.method": "GET",
"guid:x-request-id": "e6be122b-dfb6-954c-8b95-84d3051e0706",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264715,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "c3df6f71118ce2cd",
"displaySpanName": "GET /product/{product-id}",
"duration": 9,
"endTime": 1602566264737,
"parentSpanId": "e70552908563e94a",
"serviceName": "productcatalogservice",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "44440",
"http.url": "http://dataservice:9394/product/4757080d-a939-4971-b6f6-b98053ef2eae",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.2.27",
"response_size": "284",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"zone": "",
"proxy.client.addr": "10.60.2.27",
"upstream_cluster": "egress_http",
"docker.container_id": "f7132d3c802c353acf04a4b542e75a45cbcbef9d562a6e6ab611cb820f310b2c",
"peer.address": "10.60.2.27",
"request_size": "0",
"http.method": "GET",
"guid:x-request-id": "d01d1b23-b81e-9a8b-9a97-8a9c5bf8a665",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264728,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "de108f258fe8385b",
"displaySpanName": "GET /product/{product-id}",
"duration": 6,
"endTime": 1602566264747,
"parentSpanId": "fd84ee43993eea27",
"serviceName": "productcatalogservice",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "44440",
"http.url": "http://dataservice:9394/product/b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.2.27",
"response_size": "297",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"zone": "",
"proxy.client.addr": "10.60.2.27",
"upstream_cluster": "egress_http",
"docker.container_id": "f7132d3c802c353acf04a4b542e75a45cbcbef9d562a6e6ab611cb820f310b2c",
"peer.address": "10.60.2.27",
"request_size": "0",
"http.method": "GET",
"guid:x-request-id": "9ae14ee3-da62-9383-9783-e3f193a113e4",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264741,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "ee1d535adc80a471",
"displaySpanName": "GET /product/{product-id}",
"duration": 6,
"endTime": 1602566264756,
"parentSpanId": "13048bf7ac19eb04",
"serviceName": "productcatalogservice",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "44440",
"http.url": "http://dataservice:9394/product/26996ae5-f161-4790-a791-8b2dc9224fb5",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.2.27",
"response_size": "282",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"zone": "",
"proxy.client.addr": "10.60.2.27",
"upstream_cluster": "egress_http",
"docker.container_id": "f7132d3c802c353acf04a4b542e75a45cbcbef9d562a6e6ab611cb820f310b2c",
"peer.address": "10.60.2.27",
"request_size": "0",
"http.method": "GET",
"guid:x-request-id": "2fb6565d-b28a-903c-a79e-939c447e43f4",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264750,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "624eb7a5a82fc96e",
"displaySpanName": "hipstershop.ProductCatalogService.ListProducts",
"duration": 15,
"endTime": 1602566264606,
"parentSpanId": "ec5cb33cf422d119",
"serviceName": "productcatalogservice",
"spanTags": {
"grpc.path": "/hipstershop.ProductCatalogService/ListProducts",
"rpc.request.metadata.accept-encoding": "identity,gzip",
"rpc.request.metadata.:authority": "productcatalogservice:3550",
"rpc.service": "hipstershop.ProductCatalogService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"1\":[{\"3\":\"This single gear bike probably cannot climb the hills of San Francisco.\",\"4\":\"/static/img/products/city-bike.jpg\",\"5\":{\"1\":\"USD\",\"2\":789,\"3\":500000000},\"6\":\"cycling\",\"1\":\"3af9c9fe-350b-487f-be28-608f6102c5a7\",\"2\":\"City Bike\"},{\"5\":{\"1\":\"USD\",\"2\":2245},\"6\":[\"photography\",\"vintage\"],\"1\":\"2c526044-ad18-41a6-bc99-175f14f74b8e\",\"2\":\"Film Camera\",\"3\":\"This camera looks like it's a film camera, but it's actually digital.\",\"4\":\"/static/img/products/film-camera.jpg\"},{\"6\":\"vintage\",\"1\":\"cd503bc0-dcdd-4e5",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/ListProducts",
"downstream_cluster": "-",
"response_size": "9288",
"rpc.request.metadata.user-agent": "grpc-python/1.18.0 grpc-c/7.0.0 (manylinux; chttp2; goose)",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "productcatalogservice:3550",
"proxy.client.addr": "10.60.2.28",
"rpc.method": "ListProducts",
"upstream_cluster": "svc_http2_3550",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "f7132d3c802c353acf04a4b542e75a45cbcbef9d562a6e6ab611cb820f310b2c",
"rpc.request.metadata.:path": "/hipstershop.ProductCatalogService/ListProducts",
"peer.address": "10.60.2.28",
"request_size": "5",
"http.method": "POST",
"guid:x-request-id": "f4c91d6a-29c9-9fbc-8df3-2f18cfba15b2",
"user_agent": "grpc-python/1.18.0 grpc-c/7.0.0 (manylinux; chttp2; goose)",
"rpc.request.metadata.grpc-accept-encoding": "identity,deflate,gzip",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "f4c91d6a-29c9-9fbc-8df3-2f18cfba15b2",
"net.peer.port": "44838",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1Aexcszz0ItEZAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.28",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"rpc.request.metadata.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-ec5cb33cf422d119-01",
"grpc.message": "",
"rpc.request.body": "{}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264591,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "7c9b8b991ccb3157",
"displaySpanName": "GET /product/{product-id}",
"duration": 7,
"endTime": 1602566264709,
"parentSpanId": "9e42997625baa50c",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "40864",
"http.url": "http://dataservice:9394/product/da7524f9-247c-4f63-bafc-3429357e14c9",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.2.27",
"http.request.url": "http://dataservice:9394/product/da7524f9-247c-4f63-bafc-3429357e14c9",
"response_size": "312",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"span.kind": "server",
"zone": "",
"proxy.client.addr": "10.60.2.27",
"upstream_cluster": "svc_http_9394",
"docker.container_id": "a88d9037cc82a060338c1ef829b5d55927b89fc1e0e1dc5ac4f525611e3e692e",
"peer.address": "10.60.2.27",
"request_size": "0",
"http.method": "GET",
"guid:x-request-id": "86534c8a-5cfe-9013-8e0f-c28e422cd59c",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264702,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "b4739d954346ba99",
"displaySpanName": "GET /product/{product-id}",
"duration": 7,
"endTime": 1602566264722,
"parentSpanId": "7db0beb3b09ca9ab",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "40864",
"http.url": "http://dataservice:9394/product/bc1c0e07-49f6-44f9-a8f7-5121e79258c5",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.2.27",
"http.request.url": "http://dataservice:9394/product/bc1c0e07-49f6-44f9-a8f7-5121e79258c5",
"response_size": "288",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"span.kind": "server",
"zone": "",
"proxy.client.addr": "10.60.2.27",
"upstream_cluster": "svc_http_9394",
"docker.container_id": "a88d9037cc82a060338c1ef829b5d55927b89fc1e0e1dc5ac4f525611e3e692e",
"peer.address": "10.60.2.27",
"request_size": "0",
"http.method": "GET",
"guid:x-request-id": "e6be122b-dfb6-954c-8b95-84d3051e0706",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264715,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "a72c6161777b4574",
"displaySpanName": "GET /product/{product-id}",
"duration": 6,
"endTime": 1602566264735,
"parentSpanId": "c3df6f71118ce2cd",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "40864",
"http.url": "http://dataservice:9394/product/4757080d-a939-4971-b6f6-b98053ef2eae",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.2.27",
"http.request.url": "http://dataservice:9394/product/4757080d-a939-4971-b6f6-b98053ef2eae",
"response_size": "284",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"span.kind": "server",
"zone": "",
"proxy.client.addr": "10.60.2.27",
"upstream_cluster": "svc_http_9394",
"docker.container_id": "a88d9037cc82a060338c1ef829b5d55927b89fc1e0e1dc5ac4f525611e3e692e",
"peer.address": "10.60.2.27",
"request_size": "0",
"http.method": "GET",
"guid:x-request-id": "d01d1b23-b81e-9a8b-9a97-8a9c5bf8a665",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264729,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "fda84e2e1014e7cb",
"displaySpanName": "GET /product/{product-id}",
"duration": 6,
"endTime": 1602566264747,
"parentSpanId": "de108f258fe8385b",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "40864",
"http.url": "http://dataservice:9394/product/b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.2.27",
"http.request.url": "http://dataservice:9394/product/b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1",
"response_size": "297",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"span.kind": "server",
"zone": "",
"proxy.client.addr": "10.60.2.27",
"upstream_cluster": "svc_http_9394",
"docker.container_id": "a88d9037cc82a060338c1ef829b5d55927b89fc1e0e1dc5ac4f525611e3e692e",
"peer.address": "10.60.2.27",
"request_size": "0",
"http.method": "GET",
"guid:x-request-id": "9ae14ee3-da62-9383-9783-e3f193a113e4",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264741,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "de239df4189809c6",
"displaySpanName": "GET /product/{product-id}",
"duration": 5,
"endTime": 1602566264755,
"parentSpanId": "ee1d535adc80a471",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "40864",
"http.url": "http://dataservice:9394/product/26996ae5-f161-4790-a791-8b2dc9224fb5",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.2.27",
"http.request.url": "http://dataservice:9394/product/26996ae5-f161-4790-a791-8b2dc9224fb5",
"response_size": "282",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"span.kind": "server",
"zone": "",
"proxy.client.addr": "10.60.2.27",
"upstream_cluster": "svc_http_9394",
"docker.container_id": "a88d9037cc82a060338c1ef829b5d55927b89fc1e0e1dc5ac4f525611e3e692e",
"peer.address": "10.60.2.27",
"request_size": "0",
"http.method": "GET",
"guid:x-request-id": "2fb6565d-b28a-903c-a79e-939c447e43f4",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264750,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "1a49ae9bc06466c5",
"displaySpanName": "hipstershop.ProductCatalogService.ListProducts",
"duration": 15,
"endTime": 1602566264606,
"parentSpanId": "624eb7a5a82fc96e",
"serviceName": "productcatalogservice",
"spanTags": {
"jaeger.servicename": "productcatalogservice",
"failfast": "false",
"client": "false",
"status.message": "",
"grpc.response.body": "{\"products\":[{\"id\":\"3af9c9fe-350b-487f-be28-608f6102c5a7\",\"name\":\"City Bike\",\"description\":\"This single gear bike probably cannot climb the hills of San Francisco.\",\"picture\":\"/static/img/products/city-bike.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"789\",\"nanos\":500000000},\"categories\":[\"cycling\"]},{\"id\":\"2c526044-ad18-41a6-bc99-175f14f74b8e\",\"name\":\"Film Camera\",\"description\":\"This camera looks like it's a film camera, but it's actually digital.\",\"picture\":\"/static/img/products/film-camera.jpg\",\"priceU",
"grpc.request.body": "{}",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264591,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "a83e8be337e10cb7",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264708,
"parentSpanId": "7c9b8b991ccb3157",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_da7524f9-247c-4f63-bafc-3429357e14c9>"
},
"startTime": 1602566264706,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "f7e6f012d8463aed",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264720,
"parentSpanId": "b4739d954346ba99",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_bc1c0e07-49f6-44f9-a8f7-5121e79258c5>"
},
"startTime": 1602566264718,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "dad65347e4881a39",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264733,
"parentSpanId": "a72c6161777b4574",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_4757080d-a939-4971-b6f6-b98053ef2eae>"
},
"startTime": 1602566264731,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "0d975901d7bcd3a9",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264745,
"parentSpanId": "fda84e2e1014e7cb",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1>"
},
"startTime": 1602566264743,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "e5b2b9b219bb075f",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264754,
"parentSpanId": "de239df4189809c6",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_26996ae5-f161-4790-a791-8b2dc9224fb5>"
},
"startTime": 1602566264752,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "a5887c754ad2e6b3",
"displaySpanName": "GET /product",
"duration": 10,
"endTime": 1602566264602,
"parentSpanId": "1a49ae9bc06466c5",
"serviceName": "productcatalogservice",
"spanTags": {
"http.status_code": "200",
"jaeger.servicename": "productcatalogservice",
"http.path": "/product",
"http.url": "http://dataservice:9394/product",
"status.message": "OK",
"http.method": "GET",
"http.host": "dataservice:9394",
"status.code": "0",
"span.status": "OK"
},
"startTime": 1602566264592,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "6016af8146cbc9d4",
"displaySpanName": "GET /product",
"duration": 9,
"endTime": 1602566264601,
"parentSpanId": "a5887c754ad2e6b3",
"serviceName": "productcatalogservice",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "44440",
"http.url": "http://dataservice:9394/product",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.2.27",
"response_size": "14452",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"zone": "",
"proxy.client.addr": "10.60.2.27",
"upstream_cluster": "egress_http",
"docker.container_id": "f7132d3c802c353acf04a4b542e75a45cbcbef9d562a6e6ab611cb820f310b2c",
"peer.address": "10.60.2.27",
"request_size": "0",
"http.method": "GET",
"guid:x-request-id": "ac2a1530-0bfe-9dbf-91d4-b2a375c4b994",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264592,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "67a61dae8cfb8060",
"displaySpanName": "GET /product",
"duration": 8,
"endTime": 1602566264600,
"parentSpanId": "6016af8146cbc9d4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "40864",
"http.url": "http://dataservice:9394/product",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.2.27",
"http.request.url": "http://dataservice:9394/product",
"response_size": "14452",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"span.kind": "server",
"zone": "",
"proxy.client.addr": "10.60.2.27",
"upstream_cluster": "svc_http_9394",
"docker.container_id": "a88d9037cc82a060338c1ef829b5d55927b89fc1e0e1dc5ac4f525611e3e692e",
"peer.address": "10.60.2.27",
"request_size": "0",
"http.method": "GET",
"guid:x-request-id": "ac2a1530-0bfe-9dbf-91d4-b2a375c4b994",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264592,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "63d09b7a9f8a8cf4",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264595,
"parentSpanId": "67a61dae8cfb8060",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "KEYS",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_*>"
},
"startTime": 1602566264593,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "7947c4e795af4f2c",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264596,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_0ac7bf21-65ec-481b-9b50-e31b44eedaae>"
},
"startTime": 1602566264594,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "e17f9b761b2c1d0b",
"displaySpanName": "reactive.redis.exit",
"duration": 1,
"endTime": 1602566264595,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_cd503bc0-dcdd-4e57-8bd2-5ccf38b0b66c>"
},
"startTime": 1602566264594,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "d1ad94c3b0d3524f",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264596,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_3af9c9fe-350b-487f-be28-608f6102c5a7>"
},
"startTime": 1602566264594,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "aec1d5fe6923cfa9",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264596,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_a21bb03d-965d-43fb-945e-a2cdeeeeafa3>"
},
"startTime": 1602566264594,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "4a10437fecf91b76",
"displaySpanName": "reactive.redis.exit",
"duration": 1,
"endTime": 1602566264595,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_0e7208c8-3561-4d50-ba04-faa3bcb1de8f>"
},
"startTime": 1602566264594,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "20f511bc36db7a4e",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264596,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_2c526044-ad18-41a6-bc99-175f14f74b8e>"
},
"startTime": 1602566264594,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "739b0f0c53423aeb",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_95651d91-af48-4d6a-b213-a2668970fb80>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "3a50686ca7ed5e67",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_266aac46-91f9-4215-a5d2-943d92950e32>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "635ff9fc43b6374b",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_1f9c0490-1aeb-4a9b-aca3-bec5ba2ca14a>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "20985b9b688f8463",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_5e388f63-d6f9-4fd8-bd6d-2cd4ba8c246c>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "bf14609262090261",
"displaySpanName": "reactive.redis.exit",
"duration": 3,
"endTime": 1602566264598,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_580a0c29-3854-4983-a661-dcf84aed4dea>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "3685516bc6087bad",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_929c0230-753c-4ddd-a8ea-9b38d4ea6f68>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "c32dafd76786fc96",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_46adfef0-4cea-4914-a43f-dd3fe723688b>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "b618555a5b50a0a9",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_f6f67f1c-fe32-400b-a266-8db5abd20ec0>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "3cd0c543122a220b",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_6330d267-7e72-4987-8a8e-a93cb2fbd8a8>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "9a467a6a2d5debcf",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_96aa4c81-aabd-46c5-aca8-6b61f0479d31>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "cbe1dc0b8215bcd6",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_f0e23054-e0cd-49af-826a-57d505e8527d>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "79e128424d1a5676",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_4563c147-009a-4842-8f4d-3df23916abde>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "db3f1176587e73e6",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_ef110185-5f9b-4fad-b729-7211a27787e3>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "06286392ef03cf57",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_1a5e02ee-5d94-4faa-a5e0-8cdd6926f364>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "ff31c9dad12c52f1",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_bc1c0e07-49f6-44f9-a8f7-5121e79258c5>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "c7b765a8936d3a3d",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_49e4865e-70c2-4ec2-a23f-a4d30df65fe7>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "2fb909b3680f6623",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_e41951bf-e472-442c-bed1-226177ec1945>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "ff974834c12a315c",
"displaySpanName": "reactive.redis.exit",
"duration": 3,
"endTime": 1602566264598,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_5f08efbe-f5b3-4066-801c-984239e62157>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "02a018bfd7931078",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_4757080d-a939-4971-b6f6-b98053ef2eae>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "4e33681469862284",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_1276b3b3-dad4-46a3-ba8f-f492fa487687>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "f1791ba0c5038539",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_39a634cc-7671-46b7-9f4d-a89b3284abf1>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "808f9566508605af",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_75d700fb-5aa1-4f1a-a8fa-73aade69ddcd>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "b00e93161571d579",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_a3d95632-2081-416d-b41b-b315c425f1fc>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "9c98259cd14ef4b8",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_b34b4c9b-e7bc-493a-8360-3e1bbbb17648>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "f93f47eeab2bd047",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_615eb5d9-a5ea-4e2a-bf4b-9b4acda7ae0f>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "4768ac4088d81b5a",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_cef52f43-e3e8-4cca-a4b5-dfb15477c50e>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "d5769dc8f6c9d6d7",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_53a7cc5a-e16e-4907-a93a-74880ff81d0c>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "efb792a15dda1902",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_da7524f9-247c-4f63-bafc-3429357e14c9>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "aa6940fb1e973eab",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_bbafbac4-84e0-4efd-8eaf-c463ee470311>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "d9edcaf5999567d8",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_a77b33dc-7ee1-4a45-9a58-95d93f17324b>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "396a9faeac8e0a97",
"displaySpanName": "reactive.redis.exit",
"duration": 2,
"endTime": 1602566264597,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_ad04c3f2-925e-407e-a90d-f0c554beaaac>"
},
"startTime": 1602566264595,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "f18a34af43dc764f",
"displaySpanName": "reactive.redis.exit",
"duration": 3,
"endTime": 1602566264599,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_839a9115-81fc-4051-a932-10d794a60e0d>"
},
"startTime": 1602566264596,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "913a46f1f0350b53",
"displaySpanName": "reactive.redis.exit",
"duration": 3,
"endTime": 1602566264599,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_578641b7-2cae-40f1-8442-39bbff2987b8>"
},
"startTime": 1602566264596,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "33d74ac72b50009b",
"displaySpanName": "reactive.redis.exit",
"duration": 3,
"endTime": 1602566264599,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1>"
},
"startTime": 1602566264596,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "c9db88d91ab67966",
"displaySpanName": "reactive.redis.exit",
"duration": 3,
"endTime": 1602566264599,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_44b18d65-55b0-4b5a-b6ae-22b4797fa31d>"
},
"startTime": 1602566264596,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "c945d434a93a8775",
"displaySpanName": "reactive.redis.exit",
"duration": 3,
"endTime": 1602566264599,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_26996ae5-f161-4790-a791-8b2dc9224fb5>"
},
"startTime": 1602566264596,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "c78cab4b8125e04e",
"displaySpanName": "reactive.redis.exit",
"duration": 3,
"endTime": 1602566264599,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_f413b5ea-ac2a-4164-a47d-0087bc4b169e>"
},
"startTime": 1602566264596,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "e8178e10a7155849",
"displaySpanName": "reactive.redis.exit",
"duration": 3,
"endTime": 1602566264599,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_8aefe144-d3a3-4be3-b76c-526531d09b19>"
},
"startTime": 1602566264596,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "6329a4a38ebb5d65",
"displaySpanName": "reactive.redis.exit",
"duration": 3,
"endTime": 1602566264599,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_e0b5e29c-fca5-4570-b0d2-f6a9487553bd>"
},
"startTime": 1602566264596,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "9d5de58f8386bd21",
"displaySpanName": "reactive.redis.exit",
"duration": 3,
"endTime": 1602566264599,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_8ae591a7-5816-4feb-b79b-f5b791bdb7a9>"
},
"startTime": 1602566264596,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "a534269605c30d2b",
"displaySpanName": "reactive.redis.exit",
"duration": 3,
"endTime": 1602566264599,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_a75066e8-804e-4619-b438-0299fb79b7bd>"
},
"startTime": 1602566264596,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "d6249ea0e741f9e6",
"displaySpanName": "reactive.redis.exit",
"duration": 3,
"endTime": 1602566264599,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_680eaced-2f5c-4a7b-8eb4-98da9f4adeee>"
},
"startTime": 1602566264596,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "98fe6961adcb8fd4",
"displaySpanName": "reactive.redis.exit",
"duration": 3,
"endTime": 1602566264599,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_e4f8714f-0b62-477c-89f9-4f6a87666643>"
},
"startTime": 1602566264596,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "93d3084e80f319ba",
"displaySpanName": "reactive.redis.exit",
"duration": 4,
"endTime": 1602566264600,
"parentSpanId": "63d09b7a9f8a8cf4",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_ced85f5a-d14f-477b-8e41-4c81e0cee168>"
},
"startTime": 1602566264596,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "adf9fe2715f903be",
"displaySpanName": "hipstershop.CartService.GetCart",
"duration": 10,
"endTime": 1602566264256,
"parentSpanId": "4289cc382ac2f2b2",
"serviceName": "null",
"spanTags": {
"jaeger.servicename": "checkoutservice",
"failfast": "true",
"client": "true",
"status.message": "",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264246,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "e127ab27dc25cf4c",
"displaySpanName": "hipstershop.CartService.GetCart",
"duration": 5,
"endTime": 1602566264256,
"parentSpanId": "adf9fe2715f903be",
"serviceName": "null",
"spanTags": {
"rpc.request.metadata.:authority": "cartservice:7070",
"rpc.service": "hipstershop.CartService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"1\":\"17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca\",\"2\":{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":1}}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://cartservice:7070/hipstershop.CartService/GetCart",
"rpc.response.metadata.grpc-accept-encoding": "identity,deflate,gzip",
"grpc.status_code": "0",
"zone": "",
"grpc.authority": "cartservice:7070",
"proxy.client.addr": "10.60.1.19",
"upstream_cluster": "egress_http2",
"rpc.request.metadata.x-forwarded-proto": "http",
"peer.address": "10.60.1.19",
"request_size": "43",
"grpc.content_type": "application/grpc",
"jaeger.servicename": "proxy",
"rpc.request.metadata.grpc-tags-bin": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy",
"span.status": "",
"rpc.request.metadata.:method": "POST",
"rpc.request.body": "{\"1\":\"17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca\"}",
"rpc.request.metadata.te": "trailers",
"rpc.status_code": "0",
"grpc.path": "/hipstershop.CartService/GetCart",
"downstream_cluster": "-",
"response_size": "85",
"rpc.response.metadata.accept-encoding": "identity,gzip",
"rpc.request.metadata.user-agent": "grpc-go/1.32.0",
"rpc.response.metadata.content-type": "application/grpc",
"rpc.method": "GetCart",
"docker.container_id": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332",
"rpc.request.metadata.:path": "/hipstershop.CartService/GetCart",
"http.method": "POST",
"guid:x-request-id": "8883f340-31d4-9ff9-ac25-e0c58c56ad2b",
"user_agent": "grpc-go/1.32.0",
"rpc.response.metadata.:status": "200",
"rpc.request.metadata.x-request-id": "8883f340-31d4-9ff9-ac25-e0c58c56ad2b",
"net.peer.port": "60306",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1Aa35/icV+QO+AgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.1.19",
"rpc.system": "grpc",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"rpc.response.metadata.date": "Tue, 13 Oct 2020 05:17:44 GMT",
"grpc.message": "",
"node_id": ""
},
"startTime": 1602566264251,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "36379f5f9b86a7f7",
"displaySpanName": "hipstershop.CartService.GetCart",
"duration": 3,
"endTime": 1602566264256,
"parentSpanId": "e127ab27dc25cf4c",
"serviceName": "cartservice",
"spanTags": {
"rpc.request.metadata.:authority": "cartservice:7070",
"rpc.service": "hipstershop.CartService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"1\":\"17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca\",\"2\":{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":1}}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://cartservice:7070/hipstershop.CartService/GetCart",
"rpc.response.metadata.grpc-accept-encoding": "identity,deflate,gzip",
"grpc.status_code": "0",
"zone": "",
"grpc.authority": "cartservice:7070",
"proxy.client.addr": "10.60.1.19",
"upstream_cluster": "svc_http2_7070",
"rpc.request.metadata.x-forwarded-proto": "http",
"peer.address": "10.60.1.19",
"request_size": "43",
"grpc.content_type": "application/grpc",
"jaeger.servicename": "proxy",
"rpc.request.metadata.grpc-tags-bin": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy",
"span.status": "",
"rpc.request.metadata.:method": "POST",
"rpc.request.body": "{\"1\":\"17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca\"}",
"rpc.request.metadata.te": "trailers",
"rpc.status_code": "0",
"grpc.path": "/hipstershop.CartService/GetCart",
"downstream_cluster": "-",
"response_size": "85",
"rpc.response.metadata.accept-encoding": "identity,gzip",
"rpc.request.metadata.user-agent": "grpc-go/1.32.0",
"rpc.response.metadata.content-type": "application/grpc",
"rpc.method": "GetCart",
"docker.container_id": "630bc3ac5c47886cff186d8cb0de8c2b10d706563d42ac30a1d0b573e914e447",
"rpc.request.metadata.:path": "/hipstershop.CartService/GetCart",
"http.method": "POST",
"guid:x-request-id": "8883f340-31d4-9ff9-ac25-e0c58c56ad2b",
"user_agent": "grpc-go/1.32.0",
"rpc.response.metadata.:status": "200",
"rpc.request.metadata.x-request-id": "8883f340-31d4-9ff9-ac25-e0c58c56ad2b",
"net.peer.port": "60308",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AeEnqyfcJc9MAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.1.19",
"rpc.system": "grpc",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"rpc.request.metadata.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-e127ab27dc25cf4c-01",
"grpc.message": "",
"node_id": ""
},
"startTime": 1602566264253,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "186a3117003015c9",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 80,
"endTime": 1602566264336,
"parentSpanId": "4289cc382ac2f2b2",
"serviceName": "null",
"spanTags": {
"jaeger.servicename": "checkoutservice",
"failfast": "true",
"client": "true",
"status.message": "",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264256,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "c48429b3b3aa456d",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 8,
"endTime": 1602566264266,
"parentSpanId": "186a3117003015c9",
"serviceName": "null",
"spanTags": {
"grpc.path": "/hipstershop.ProductCatalogService/GetProduct",
"rpc.request.metadata.:authority": "productcatalogservice:3550",
"rpc.service": "hipstershop.ProductCatalogService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"4\":\"/static/img/products/film-camera.jpg\",\"5\":{\"1\":\"USD\",\"2\":2245},\"6\":[\"photography\",\"vintage\"],\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":\"Film Camera\",\"3\":\"This camera looks like it's a film camera, but it's actually digital.\"}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/GetProduct",
"downstream_cluster": "-",
"response_size": "197",
"rpc.request.metadata.user-agent": "grpc-go/1.32.0",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "productcatalogservice:3550",
"proxy.client.addr": "10.60.1.19",
"rpc.method": "GetProduct",
"upstream_cluster": "egress_http2",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332",
"rpc.request.metadata.:path": "/hipstershop.ProductCatalogService/GetProduct",
"peer.address": "10.60.1.19",
"request_size": "43",
"http.method": "POST",
"guid:x-request-id": "47868698-cfb5-92cb-85f3-24dbaa189214",
"user_agent": "grpc-go/1.32.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "47868698-cfb5-92cb-85f3-24dbaa189214",
"net.peer.port": "55710",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1ARhqMRcAMBXJAgE",
"rpc.request.metadata.grpc-tags-bin": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.1.19",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"rpc.response.metadata.date": "Tue, 13 Oct 2020 05:17:43 GMT",
"grpc.message": "",
"rpc.request.body": "{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\"}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264258,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "711d908750dc32e0",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 5,
"endTime": 1602566264265,
"parentSpanId": "c48429b3b3aa456d",
"serviceName": "productcatalogservice",
"spanTags": {
"grpc.path": "/hipstershop.ProductCatalogService/GetProduct",
"rpc.request.metadata.:authority": "productcatalogservice:3550",
"rpc.service": "hipstershop.ProductCatalogService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"4\":\"/static/img/products/film-camera.jpg\",\"5\":{\"1\":\"USD\",\"2\":2245},\"6\":[\"photography\",\"vintage\"],\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":\"Film Camera\",\"3\":\"This camera looks like it's a film camera, but it's actually digital.\"}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/GetProduct",
"downstream_cluster": "-",
"response_size": "197",
"rpc.request.metadata.user-agent": "grpc-go/1.32.0",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "productcatalogservice:3550",
"proxy.client.addr": "10.60.1.19",
"rpc.method": "GetProduct",
"upstream_cluster": "svc_http2_3550",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "f7132d3c802c353acf04a4b542e75a45cbcbef9d562a6e6ab611cb820f310b2c",
"rpc.request.metadata.:path": "/hipstershop.ProductCatalogService/GetProduct",
"peer.address": "10.60.1.19",
"request_size": "43",
"http.method": "POST",
"guid:x-request-id": "47868698-cfb5-92cb-85f3-24dbaa189214",
"user_agent": "grpc-go/1.32.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "47868698-cfb5-92cb-85f3-24dbaa189214",
"net.peer.port": "55712",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AcSEKbOzqkVtAgE",
"rpc.request.metadata.grpc-tags-bin": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.1.19",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"rpc.request.metadata.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-c48429b3b3aa456d-01",
"grpc.message": "",
"rpc.request.body": "{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\"}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264260,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "04ca11e8ac8965e8",
"displaySpanName": "hipstershop.ProductCatalogService.GetProduct",
"duration": 5,
"endTime": 1602566264265,
"parentSpanId": "711d908750dc32e0",
"serviceName": "productcatalogservice",
"spanTags": {
"jaeger.servicename": "productcatalogservice",
"failfast": "false",
"client": "false",
"status.message": "",
"grpc.response.body": "{\"id\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"name\":\"Film Camera\",\"description\":\"This camera looks like it's a film camera, but it's actually digital.\",\"picture\":\"/static/img/products/film-camera.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"2245\"},\"categories\":[\"photography\",\"vintage\"]}",
"grpc.request.body": "{\"id\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\"}",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264260,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "8f09e0c136f7e5d6",
"displaySpanName": "GET /product/{product-id}",
"duration": 4,
"endTime": 1602566264265,
"parentSpanId": "04ca11e8ac8965e8",
"serviceName": "productcatalogservice",
"spanTags": {
"http.status_code": "200",
"jaeger.servicename": "productcatalogservice",
"http.path": "/product/8aefe144-d3a3-4be3-b76c-526531d09b19",
"http.url": "http://dataservice:9394/product/8aefe144-d3a3-4be3-b76c-526531d09b19",
"status.message": "OK",
"http.method": "GET",
"http.host": "dataservice:9394",
"status.code": "0",
"span.status": "OK"
},
"startTime": 1602566264261,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "9a9ec78415ba67b2",
"displaySpanName": "GET /product/{product-id}",
"duration": 4,
"endTime": 1602566264265,
"parentSpanId": "8f09e0c136f7e5d6",
"serviceName": "productcatalogservice",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "44440",
"http.url": "http://dataservice:9394/product/8aefe144-d3a3-4be3-b76c-526531d09b19",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.2.27",
"response_size": "297",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"zone": "",
"proxy.client.addr": "10.60.2.27",
"upstream_cluster": "egress_http",
"docker.container_id": "f7132d3c802c353acf04a4b542e75a45cbcbef9d562a6e6ab611cb820f310b2c",
"peer.address": "10.60.2.27",
"request_size": "0",
"http.method": "GET",
"guid:x-request-id": "32f861f9-1861-93e9-ac09-6efb92d129d5",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264261,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "b1ea8154e353cda9",
"displaySpanName": "GET /product/{product-id}",
"duration": 2,
"endTime": 1602566264264,
"parentSpanId": "9a9ec78415ba67b2",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "40864",
"http.url": "http://dataservice:9394/product/8aefe144-d3a3-4be3-b76c-526531d09b19",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.2.27",
"http.request.url": "http://dataservice:9394/product/8aefe144-d3a3-4be3-b76c-526531d09b19",
"response_size": "297",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"span.kind": "server",
"zone": "",
"proxy.client.addr": "10.60.2.27",
"upstream_cluster": "svc_http_9394",
"docker.container_id": "a88d9037cc82a060338c1ef829b5d55927b89fc1e0e1dc5ac4f525611e3e692e",
"peer.address": "10.60.2.27",
"request_size": "0",
"http.method": "GET",
"guid:x-request-id": "32f861f9-1861-93e9-ac09-6efb92d129d5",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264262,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "253652659a50910f",
"displaySpanName": "reactive.redis.exit",
"duration": 1,
"endTime": 1602566264264,
"parentSpanId": "b1ea8154e353cda9",
"serviceName": "dataservice",
"spanTags": {
"jaeger.servicename": "dataservice",
"redis.connection": "redis-cart:6379",
"span.kind": "client",
"redis.command": "GET",
"docker.container_id": "56c5f8632a10f21dff36e146c8e58d67d2d15d17a659734947b66af43a8a8e2e",
"redis.args": "key<product_8aefe144-d3a3-4be3-b76c-526531d09b19>"
},
"startTime": 1602566264263,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "ee4a96f5d59d37df",
"displaySpanName": "hipstershop.ShippingService.GetQuote",
"duration": 4,
"endTime": 1602566264347,
"parentSpanId": "4289cc382ac2f2b2",
"serviceName": "null",
"spanTags": {
"jaeger.servicename": "checkoutservice",
"failfast": "true",
"client": "true",
"status.message": "",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264343,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "2e43e1e47f4ecccd",
"displaySpanName": "hipstershop.ShippingService.GetQuote",
"duration": 2,
"endTime": 1602566264347,
"parentSpanId": "ee4a96f5d59d37df",
"serviceName": "null",
"spanTags": {
"grpc.path": "/hipstershop.ShippingService/GetQuote",
"rpc.request.metadata.:authority": "shippingservice:50051",
"rpc.service": "hipstershop.ShippingService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"1\":{\"1\":\"USD\",\"2\":4,\"3\":730000000}}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://shippingservice:50051/hipstershop.ShippingService/GetQuote",
"downstream_cluster": "-",
"response_size": "20",
"rpc.request.metadata.user-agent": "grpc-go/1.32.0",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "shippingservice:50051",
"proxy.client.addr": "10.60.1.19",
"rpc.method": "GetQuote",
"upstream_cluster": "egress_http2",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332",
"rpc.request.metadata.:path": "/hipstershop.ShippingService/GetQuote",
"peer.address": "10.60.1.19",
"request_size": "103",
"http.method": "POST",
"guid:x-request-id": "6f0eba8f-613d-9716-8eac-2f64d1b9556a",
"user_agent": "grpc-go/1.32.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "6f0eba8f-613d-9716-8eac-2f64d1b9556a",
"net.peer.port": "36654",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1Ae5KlvXVnTffAgE",
"rpc.request.metadata.grpc-tags-bin": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.1.19",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"rpc.response.metadata.date": "Tue, 13 Oct 2020 05:17:44 GMT",
"grpc.message": "",
"rpc.request.body": "{\"1\":{\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\",\"3\":\"NY\",\"4\":\"United States\",\"5\":14424},\"2\":{\"2\":1,\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\"}}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264345,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "5acf95e5af0e6a3a",
"displaySpanName": "hipstershop.ShippingService.GetQuote",
"duration": 1,
"endTime": 1602566264347,
"parentSpanId": "2e43e1e47f4ecccd",
"serviceName": "shippingservice",
"spanTags": {
"grpc.path": "/hipstershop.ShippingService/GetQuote",
"rpc.request.metadata.:authority": "shippingservice:50051",
"rpc.service": "hipstershop.ShippingService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"1\":{\"1\":\"USD\",\"2\":4,\"3\":730000000}}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://shippingservice:50051/hipstershop.ShippingService/GetQuote",
"downstream_cluster": "-",
"response_size": "20",
"rpc.request.metadata.user-agent": "grpc-go/1.32.0",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "shippingservice:50051",
"proxy.client.addr": "10.60.1.19",
"rpc.method": "GetQuote",
"upstream_cluster": "svc_http2_50051",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "8ec5b33f27223d3ce99d734d1ba0a81c518bf17270981d5db4c0540ecf36f444",
"rpc.request.metadata.:path": "/hipstershop.ShippingService/GetQuote",
"peer.address": "10.60.1.19",
"request_size": "103",
"http.method": "POST",
"guid:x-request-id": "6f0eba8f-613d-9716-8eac-2f64d1b9556a",
"user_agent": "grpc-go/1.32.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "6f0eba8f-613d-9716-8eac-2f64d1b9556a",
"net.peer.port": "36656",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AS5D4eR/TszNAgE",
"rpc.request.metadata.grpc-tags-bin": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.1.19",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"rpc.request.metadata.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-2e43e1e47f4ecccd-01",
"grpc.message": "",
"rpc.request.body": "{\"2\":{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":1},\"1\":{\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\",\"3\":\"NY\",\"4\":\"United States\",\"5\":14424}}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264346,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "476f02437e66226f",
"displaySpanName": "hipstershop.ShippingService.GetQuote",
"duration": 0,
"endTime": 1602566264346,
"parentSpanId": "5acf95e5af0e6a3a",
"serviceName": "shippingservice",
"spanTags": {
"jaeger.servicename": "shippingservice",
"failfast": "false",
"client": "false",
"status.message": "",
"grpc.response.body": "{\"costUsd\":{\"currencyCode\":\"USD\",\"units\":\"4\",\"nanos\":730000000}}",
"grpc.request.body": "{\"address\":{\"streetAddress\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zipCode\":14424},\"items\":[{\"productId\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"quantity\":1}]}",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264346,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "c42bfbd3ab0b5af5",
"displaySpanName": "hipstershop.PaymentService.Charge",
"duration": 7,
"endTime": 1602566264361,
"parentSpanId": "4289cc382ac2f2b2",
"serviceName": "null",
"spanTags": {
"jaeger.servicename": "checkoutservice",
"failfast": "true",
"client": "true",
"status.message": "",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264354,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "6f4129f0ab9c883f",
"displaySpanName": "hipstershop.PaymentService.Charge",
"duration": 4,
"endTime": 1602566264361,
"parentSpanId": "c42bfbd3ab0b5af5",
"serviceName": "null",
"spanTags": {
"rpc.request.metadata.:authority": "paymentservice:50051",
"rpc.service": "hipstershop.PaymentService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"1\":\"2976eb55-1eb4-4a67-b773-c11460ae5399\"}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://paymentservice:50051/hipstershop.PaymentService/Charge",
"rpc.response.metadata.grpc-accept-encoding": "identity,deflate,gzip",
"grpc.status_code": "0",
"zone": "",
"grpc.authority": "paymentservice:50051",
"proxy.client.addr": "10.60.1.19",
"upstream_cluster": "egress_http2",
"rpc.request.metadata.x-forwarded-proto": "http",
"peer.address": "10.60.1.19",
"request_size": "52",
"grpc.content_type": "application/grpc",
"jaeger.servicename": "proxy",
"rpc.request.metadata.grpc-tags-bin": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy",
"span.status": "",
"rpc.request.metadata.:method": "POST",
"rpc.request.body": "{\"1\":{\"3\":729999999,\"1\":\"USD\",\"2\":2249},\"2\":{\"4\":3,\"1\":\"5136-3333-3333-3335\",\"2\":345,\"3\":2033}}",
"rpc.request.metadata.te": "trailers",
"rpc.status_code": "0",
"grpc.path": "/hipstershop.PaymentService/Charge",
"downstream_cluster": "-",
"response_size": "43",
"rpc.response.metadata.accept-encoding": "identity,gzip",
"rpc.request.metadata.user-agent": "grpc-go/1.32.0",
"rpc.response.metadata.content-type": "application/grpc",
"rpc.method": "Charge",
"docker.container_id": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332",
"rpc.request.metadata.:path": "/hipstershop.PaymentService/Charge",
"http.method": "POST",
"guid:x-request-id": "b2fb67d4-b5fc-9ea5-86ab-e90ef2ca0623",
"user_agent": "grpc-go/1.32.0",
"rpc.response.metadata.:status": "200",
"rpc.request.metadata.x-request-id": "b2fb67d4-b5fc-9ea5-86ab-e90ef2ca0623",
"net.peer.port": "49210",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AcQr+9OrC1r1AgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.1.19",
"rpc.system": "grpc",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"rpc.response.metadata.date": "Tue, 13 Oct 2020 05:17:44 GMT",
"grpc.message": "OK",
"node_id": ""
},
"startTime": 1602566264357,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "21e35a79489640f3",
"displaySpanName": "hipstershop.PaymentService.Charge",
"duration": 2,
"endTime": 1602566264360,
"parentSpanId": "6f4129f0ab9c883f",
"serviceName": "paymentservice",
"spanTags": {
"rpc.request.metadata.:authority": "paymentservice:50051",
"rpc.service": "hipstershop.PaymentService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"1\":\"2976eb55-1eb4-4a67-b773-c11460ae5399\"}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://paymentservice:50051/hipstershop.PaymentService/Charge",
"rpc.response.metadata.grpc-accept-encoding": "identity,deflate,gzip",
"grpc.status_code": "0",
"zone": "",
"grpc.authority": "paymentservice:50051",
"proxy.client.addr": "10.60.1.19",
"upstream_cluster": "svc_http2_50051",
"rpc.request.metadata.x-forwarded-proto": "http",
"peer.address": "10.60.1.19",
"request_size": "52",
"grpc.content_type": "application/grpc",
"jaeger.servicename": "proxy",
"rpc.request.metadata.grpc-tags-bin": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy",
"span.status": "",
"rpc.request.metadata.:method": "POST",
"rpc.request.body": "{\"1\":{\"1\":\"USD\",\"2\":2249,\"3\":729999999},\"2\":{\"1\":\"5136-3333-3333-3335\",\"2\":345,\"3\":2033,\"4\":3}}",
"rpc.request.metadata.te": "trailers",
"rpc.status_code": "0",
"grpc.path": "/hipstershop.PaymentService/Charge",
"downstream_cluster": "-",
"response_size": "43",
"rpc.response.metadata.accept-encoding": "identity,gzip",
"rpc.request.metadata.user-agent": "grpc-go/1.32.0",
"rpc.response.metadata.content-type": "application/grpc",
"rpc.method": "Charge",
"docker.container_id": "41015270381c2e12fdfb83e0a561f64693d4b7a2edc99e7bdb59b4471f04c445",
"rpc.request.metadata.:path": "/hipstershop.PaymentService/Charge",
"http.method": "POST",
"guid:x-request-id": "b2fb67d4-b5fc-9ea5-86ab-e90ef2ca0623",
"user_agent": "grpc-go/1.32.0",
"rpc.response.metadata.:status": "200",
"rpc.request.metadata.x-request-id": "b2fb67d4-b5fc-9ea5-86ab-e90ef2ca0623",
"net.peer.port": "49212",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AW9BKfCrnIg/AgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.1.19",
"rpc.system": "grpc",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"rpc.request.metadata.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-6f4129f0ab9c883f-01",
"grpc.message": "OK",
"node_id": ""
},
"startTime": 1602566264358,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "4cffd8f647582ef5",
"displaySpanName": "hipstershop.PaymentService.Charge",
"duration": 0,
"endTime": 1602566264359,
"parentSpanId": "21e35a79489640f3",
"serviceName": "paymentservice",
"spanTags": {
"grpc.method": "/hipstershop.PaymentService/Charge",
"jaeger.servicename": "paymentservice",
"grpc.status_code": "0",
"span.kind": "server",
"grpc.kind": "1",
"census.status_code": "0",
"grpc.response.body": "{\"transaction_id\":\"2976eb55-1eb4-4a67-b773-c11460ae5399\"}",
"grpc.request.body": "{\"amount\":{\"currency_code\":\"USD\",\"units\":\"2249\",\"nanos\":729999999},\"credit_card\":{\"credit_card_number\":\"5136-3333-3333-3335\",\"credit_card_cvv\":345,\"credit_card_expiration_year\":2033,\"credit_card_expiration_month\":3}}"
},
"startTime": 1602566264359,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "2f9c2dc396426b00",
"displaySpanName": "hipstershop.ShippingService.ShipOrder",
"duration": 25,
"endTime": 1602566264386,
"parentSpanId": "4289cc382ac2f2b2",
"serviceName": "null",
"spanTags": {
"jaeger.servicename": "checkoutservice",
"failfast": "true",
"client": "true",
"status.message": "",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264361,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "eb500e1d1bd9e90a",
"displaySpanName": "hipstershop.ShippingService.ShipOrder",
"duration": 24,
"endTime": 1602566264387,
"parentSpanId": "2f9c2dc396426b00",
"serviceName": "null",
"spanTags": {
"grpc.path": "/hipstershop.ShippingService/ShipOrder",
"rpc.request.metadata.:authority": "shippingservice:50051",
"rpc.service": "hipstershop.ShippingService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"1\":\"BG-34642-173380967\"}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://shippingservice:50051/hipstershop.ShippingService/ShipOrder",
"downstream_cluster": "-",
"response_size": "25",
"rpc.request.metadata.user-agent": "grpc-go/1.32.0",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "shippingservice:50051",
"proxy.client.addr": "10.60.1.19",
"rpc.method": "ShipOrder",
"upstream_cluster": "egress_http2",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332",
"rpc.request.metadata.:path": "/hipstershop.ShippingService/ShipOrder",
"peer.address": "10.60.1.19",
"request_size": "103",
"http.method": "POST",
"guid:x-request-id": "782823f4-5f28-9c23-8697-9b6e3ace23d5",
"user_agent": "grpc-go/1.32.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "782823f4-5f28-9c23-8697-9b6e3ace23d5",
"net.peer.port": "36666",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AS+cLcOWQmsAAgE",
"rpc.request.metadata.grpc-tags-bin": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.1.19",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"rpc.response.metadata.date": "Tue, 13 Oct 2020 05:17:44 GMT",
"grpc.message": "",
"rpc.request.body": "{\"1\":{\"4\":\"United States\",\"5\":14424,\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\",\"3\":\"NY\"},\"2\":{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":1}}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264363,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "88be1ab4a6b89043",
"displaySpanName": "hipstershop.ShippingService.ShipOrder",
"duration": 20,
"endTime": 1602566264385,
"parentSpanId": "eb500e1d1bd9e90a",
"serviceName": "shippingservice",
"spanTags": {
"grpc.path": "/hipstershop.ShippingService/ShipOrder",
"rpc.request.metadata.:authority": "shippingservice:50051",
"rpc.service": "hipstershop.ShippingService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{\"1\":\"BG-34642-173380967\"}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://shippingservice:50051/hipstershop.ShippingService/ShipOrder",
"downstream_cluster": "-",
"response_size": "25",
"rpc.request.metadata.user-agent": "grpc-go/1.32.0",
"grpc.status_code": "0",
"rpc.response.metadata.content-type": "application/grpc",
"zone": "",
"grpc.authority": "shippingservice:50051",
"proxy.client.addr": "10.60.1.19",
"rpc.method": "ShipOrder",
"upstream_cluster": "svc_http2_50051",
"rpc.request.metadata.x-forwarded-proto": "http",
"docker.container_id": "8ec5b33f27223d3ce99d734d1ba0a81c518bf17270981d5db4c0540ecf36f444",
"rpc.request.metadata.:path": "/hipstershop.ShippingService/ShipOrder",
"peer.address": "10.60.1.19",
"request_size": "103",
"http.method": "POST",
"guid:x-request-id": "782823f4-5f28-9c23-8697-9b6e3ace23d5",
"user_agent": "grpc-go/1.32.0",
"grpc.content_type": "application/grpc",
"rpc.response.metadata.:status": "200",
"jaeger.servicename": "proxy",
"rpc.request.metadata.x-request-id": "782823f4-5f28-9c23-8697-9b6e3ace23d5",
"net.peer.port": "36656",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AetQDh0b2ekKAgE",
"rpc.request.metadata.grpc-tags-bin": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.1.19",
"rpc.system": "grpc",
"span.status": "",
"response_flags": "-",
"rpc.request.metadata.:method": "POST",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"rpc.request.metadata.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-eb500e1d1bd9e90a-01",
"grpc.message": "",
"rpc.request.body": "{\"1\":{\"3\":\"NY\",\"4\":\"United States\",\"5\":14424,\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\"},\"2\":{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":1}}",
"rpc.request.metadata.te": "trailers",
"node_id": "",
"rpc.status_code": "0"
},
"startTime": 1602566264365,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "bcb4fb52113e0e24",
"displaySpanName": "hipstershop.ShippingService.ShipOrder",
"duration": 20,
"endTime": 1602566264385,
"parentSpanId": "88be1ab4a6b89043",
"serviceName": "shippingservice",
"spanTags": {
"jaeger.servicename": "shippingservice",
"failfast": "false",
"client": "false",
"status.message": "",
"grpc.response.body": "{\"trackingId\":\"BG-34642-173380967\"}",
"grpc.request.body": "{\"address\":{\"streetAddress\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zipCode\":14424},\"items\":[{\"productId\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"quantity\":1}]}",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264365,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "31faf462a415fad8",
"displaySpanName": "POST /shipit",
"duration": 20,
"endTime": 1602566264385,
"parentSpanId": "bcb4fb52113e0e24",
"serviceName": "shippingservice",
"spanTags": {
"http.status_code": "200",
"jaeger.servicename": "shippingservice",
"http.user_agent": "",
"http.path": "/shipit",
"status.message": "\"OK\"",
"http.method": "POST",
"http.host": "shipitservice:9399",
"status.code": "0",
"span.status": "\"OK\""
},
"startTime": 1602566264365,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "ee761e2bb8830231",
"displaySpanName": "POST /shipit",
"duration": 18,
"endTime": 1602566264384,
"parentSpanId": "31faf462a415fad8",
"serviceName": "shippingservice",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "34410",
"http.url": "http://shipitservice:9399/shipit",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.1.28",
"response_size": "0",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"zone": "",
"proxy.client.addr": "10.60.1.28",
"upstream_cluster": "egress_http",
"docker.container_id": "8ec5b33f27223d3ce99d734d1ba0a81c518bf17270981d5db4c0540ecf36f444",
"peer.address": "10.60.1.28",
"request_size": "204",
"http.method": "POST",
"guid:x-request-id": "7f2993c7-1600-9355-9834-b7eb68012fe7",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264366,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "e613ef2b6c85146a",
"displaySpanName": "POST /shipit",
"duration": 16,
"endTime": 1602566264384,
"parentSpanId": "ee761e2bb8830231",
"serviceName": "shipitservice",
"spanTags": {
"http.url": "http://shipitservice:9399/shipit",
"downstream_cluster": "-",
"http.request.url": "http://shipitservice:9399/shipit",
"response_size": "0",
"span.kind": "server",
"zone": "",
"proxy.client.addr": "10.60.1.28",
"upstream_cluster": "svc_http_9399",
"docker.container_id": "e8fec83f1af18047d6cf98a348287279e707c71d79704661ae4fef188b6aec24",
"peer.address": "10.60.1.28",
"request_size": "204",
"http.method": "POST",
"http.response.status_code": "200",
"guid:x-request-id": "7f2993c7-1600-9355-9834-b7eb68012fe7",
"user_agent": "Go-http-client/1.1",
"jaeger.servicename": "proxy",
"net.peer.port": "36750",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.1.28",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"node_id": ""
},
"startTime": 1602566264368,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "1300e0afc311a757",
"displaySpanName": "RabbitMQ send",
"duration": 0,
"endTime": 1602566264376,
"parentSpanId": "e613ef2b6c85146a",
"serviceName": "shipitservice",
"spanTags": {
"jaeger.servicename": "shipitservice",
"span.kind": "client",
"rabbitmq.message": "{\"address\":{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424},\"items\":[{\"product_id\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"quantity\":1}]}",
"docker.container_id": "b0f865fc4be2df270815c4f888618833e2356fb05a5c3b77ccac91eb23ee6a6c",
"rabbitmq.routing_key": "audit"
},
"startTime": 1602566264376,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "2c672cdac6fa0c39",
"displaySpanName": "hipstershop.EmailService.SendOrderConfirmation",
"duration": 65,
"endTime": 1602566264443,
"parentSpanId": "e613ef2b6c85146a",
"serviceName": "shipitservice",
"spanTags": {
"jaeger.servicename": "shipitservice",
"grpc.status_code": "0",
"span.kind": "client",
"grpc.request.metadata": "Metadata(grpc-accept-encoding=gzip)",
"docker.container_id": "b0f865fc4be2df270815c4f888618833e2356fb05a5c3b77ccac91eb23ee6a6c"
},
"startTime": 1602566264378,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "8462b5b807afdfd4",
"displaySpanName": "hipstershop.EmailService.SendOrderConfirmation",
"duration": 58,
"endTime": 1602566264439,
"parentSpanId": "2c672cdac6fa0c39",
"serviceName": "shipitservice",
"spanTags": {
"rpc.request.metadata.:authority": "emailservice:5000",
"rpc.service": "hipstershop.EmailService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://emailservice:5000/hipstershop.EmailService/SendOrderConfirmation",
"rpc.response.metadata.grpc-accept-encoding": "identity,deflate,gzip",
"grpc.status_code": "0",
"zone": "",
"grpc.authority": "emailservice:5000",
"proxy.client.addr": "10.60.2.29",
"upstream_cluster": "egress_http2",
"rpc.request.metadata.x-forwarded-proto": "http",
"peer.address": "10.60.2.29",
"request_size": "111",
"grpc.content_type": "application/grpc",
"jaeger.servicename": "proxy",
"span.status": "",
"rpc.request.metadata.:method": "POST",
"rpc.request.body": "{\"2\":{\"5\":{\"1\":{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":1},\"2\":{}},\"3\":{},\"4\":{\"4\":\"United States\",\"5\":14424,\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\",\"3\":\"NY\"}}}",
"rpc.request.metadata.te": "trailers",
"rpc.status_code": "0",
"grpc.path": "/hipstershop.EmailService/SendOrderConfirmation",
"downstream_cluster": "-",
"response_size": "5",
"rpc.response.metadata.accept-encoding": "identity,gzip",
"rpc.request.metadata.user-agent": "grpc-java-netty/1.18.0",
"rpc.response.metadata.content-type": "application/grpc",
"rpc.method": "SendOrderConfirmation",
"docker.container_id": "e8fec83f1af18047d6cf98a348287279e707c71d79704661ae4fef188b6aec24",
"rpc.request.metadata.:path": "/hipstershop.EmailService/SendOrderConfirmation",
"http.method": "POST",
"guid:x-request-id": "9e9a1fe4-0a28-935d-8205-39693c043c50",
"user_agent": "grpc-java-netty/1.18.0",
"rpc.request.metadata.grpc-accept-encoding": "gzip",
"rpc.response.metadata.:status": "200",
"rpc.request.metadata.x-request-id": "9e9a1fe4-0a28-935d-8205-39693c043c50",
"net.peer.port": "46304",
"rpc.request.metadata.grpc-trace-bin": "AAC9fK9LMuYq6cmWFVtRA/QnAamtrmzQBKsLAgA",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.29",
"rpc.system": "grpc",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"rpc.request.metadata.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-2c672cdac6fa0c39-00",
"rpc.response.metadata.date": "Tue, 13 Oct 2020 05:17:44 GMT",
"grpc.message": "",
"node_id": ""
},
"startTime": 1602566264381,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "8f13954f86b162a8",
"displaySpanName": "hipstershop.EmailService.SendOrderConfirmation",
"duration": 54,
"endTime": 1602566264439,
"parentSpanId": "8462b5b807afdfd4",
"serviceName": "emailservice",
"spanTags": {
"rpc.request.metadata.:authority": "emailservice:5000",
"rpc.service": "hipstershop.EmailService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://emailservice:5000/hipstershop.EmailService/SendOrderConfirmation",
"rpc.response.metadata.grpc-accept-encoding": "identity,deflate,gzip",
"grpc.status_code": "0",
"zone": "",
"grpc.authority": "emailservice:5000",
"proxy.client.addr": "10.60.2.29",
"upstream_cluster": "svc_http2_8080",
"rpc.request.metadata.x-forwarded-proto": "http",
"peer.address": "10.60.2.29",
"request_size": "111",
"grpc.content_type": "application/grpc",
"jaeger.servicename": "proxy",
"span.status": "",
"rpc.request.metadata.:method": "POST",
"rpc.request.body": "{\"2\":{\"3\":{},\"4\":{\"3\":\"NY\",\"4\":\"United States\",\"5\":14424,\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\"},\"5\":{\"1\":{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":1},\"2\":{}}}}",
"rpc.request.metadata.te": "trailers",
"rpc.status_code": "0",
"grpc.path": "/hipstershop.EmailService/SendOrderConfirmation",
"downstream_cluster": "-",
"response_size": "5",
"rpc.response.metadata.accept-encoding": "identity,gzip",
"rpc.request.metadata.user-agent": "grpc-java-netty/1.18.0",
"rpc.response.metadata.content-type": "application/grpc",
"rpc.method": "SendOrderConfirmation",
"docker.container_id": "dfe3dcc6ce0bef74490611ff7280d44a82a1de2d68d95f4d6088084b5d550570",
"rpc.request.metadata.:path": "/hipstershop.EmailService/SendOrderConfirmation",
"http.method": "POST",
"guid:x-request-id": "9e9a1fe4-0a28-935d-8205-39693c043c50",
"user_agent": "grpc-java-netty/1.18.0",
"rpc.request.metadata.grpc-accept-encoding": "gzip",
"rpc.response.metadata.:status": "200",
"rpc.request.metadata.x-request-id": "9e9a1fe4-0a28-935d-8205-39693c043c50",
"net.peer.port": "38016",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AYRitbgHr9/UAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.2.29",
"rpc.system": "grpc",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"rpc.request.metadata.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-8462b5b807afdfd4-01",
"grpc.message": "",
"node_id": ""
},
"startTime": 1602566264385,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "0e4632d482bc43af",
"displaySpanName": "hipstershop.EmailService.SendOrderConfirmation",
"duration": 11,
"endTime": 1602566264397,
"parentSpanId": "8f13954f86b162a8",
"serviceName": "emailservice",
"spanTags": {
"jaeger.servicename": "emailservice",
"component": "grpc",
"span.kind": "server",
"grpc.response.body": "",
"grpc.request.body": "order {\n shipping_cost {\n }\n shipping_address {\n street_address: \"3191 County rd 10\"\n city: \"Canandaigua\"\n state: \"N"
},
"startTime": 1602566264386,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "790a9976455c4d53",
"displaySpanName": "emailservice.SendOrderConfirmation",
"duration": 0,
"endTime": 1602566264387,
"parentSpanId": "0e4632d482bc43af",
"serviceName": "emailservice",
"spanTags": {
"jaeger.servicename": "emailservice",
"order_id": "",
"email": "",
"tracking_id": ""
},
"startTime": 1602566264387,
"type": "UNKNOWN",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "9a0c60b281797c0b",
"displaySpanName": "hipstershop.CartService.EmptyCart",
"duration": 6,
"endTime": 1602566264392,
"parentSpanId": "4289cc382ac2f2b2",
"serviceName": "null",
"spanTags": {
"jaeger.servicename": "checkoutservice",
"failfast": "true",
"client": "true",
"status.message": "",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264386,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "66291729b73e56e7",
"displaySpanName": "hipstershop.CartService.EmptyCart",
"duration": 4,
"endTime": 1602566264392,
"parentSpanId": "9a0c60b281797c0b",
"serviceName": "null",
"spanTags": {
"rpc.request.metadata.:authority": "cartservice:7070",
"rpc.service": "hipstershop.CartService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://cartservice:7070/hipstershop.CartService/EmptyCart",
"rpc.response.metadata.grpc-accept-encoding": "identity,deflate,gzip",
"grpc.status_code": "0",
"zone": "",
"grpc.authority": "cartservice:7070",
"proxy.client.addr": "10.60.1.19",
"upstream_cluster": "egress_http2",
"rpc.request.metadata.x-forwarded-proto": "http",
"peer.address": "10.60.1.19",
"request_size": "39",
"grpc.content_type": "application/grpc",
"jaeger.servicename": "proxy",
"rpc.request.metadata.grpc-tags-bin": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy",
"span.status": "",
"rpc.request.metadata.:method": "POST",
"rpc.request.body": "{\"1\":\"8abc819d75201791017520191409001d\"}",
"rpc.request.metadata.te": "trailers",
"rpc.status_code": "0",
"grpc.path": "/hipstershop.CartService/EmptyCart",
"downstream_cluster": "-",
"response_size": "5",
"rpc.response.metadata.accept-encoding": "identity,gzip",
"rpc.request.metadata.user-agent": "grpc-go/1.32.0",
"rpc.response.metadata.content-type": "application/grpc",
"rpc.method": "EmptyCart",
"docker.container_id": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332",
"rpc.request.metadata.:path": "/hipstershop.CartService/EmptyCart",
"http.method": "POST",
"guid:x-request-id": "34d804b2-c0c4-9756-b09c-7814ca6a5aee",
"user_agent": "grpc-go/1.32.0",
"rpc.response.metadata.:status": "200",
"rpc.request.metadata.x-request-id": "34d804b2-c0c4-9756-b09c-7814ca6a5aee",
"net.peer.port": "60338",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AZoMYLKBeXwLAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.1.19",
"rpc.system": "grpc",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"rpc.response.metadata.date": "Tue, 13 Oct 2020 05:17:44 GMT",
"grpc.message": "",
"node_id": ""
},
"startTime": 1602566264388,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "512cf23b374cefb3",
"displaySpanName": "hipstershop.CartService.EmptyCart",
"duration": 4,
"endTime": 1602566264392,
"parentSpanId": "66291729b73e56e7",
"serviceName": "cartservice",
"spanTags": {
"rpc.request.metadata.:authority": "cartservice:7070",
"rpc.service": "hipstershop.CartService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://cartservice:7070/hipstershop.CartService/EmptyCart",
"rpc.response.metadata.grpc-accept-encoding": "identity,deflate,gzip",
"grpc.status_code": "0",
"zone": "",
"grpc.authority": "cartservice:7070",
"proxy.client.addr": "10.60.1.19",
"upstream_cluster": "svc_http2_7070",
"rpc.request.metadata.x-forwarded-proto": "http",
"peer.address": "10.60.1.19",
"request_size": "39",
"grpc.content_type": "application/grpc",
"jaeger.servicename": "proxy",
"rpc.request.metadata.grpc-tags-bin": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy",
"span.status": "",
"rpc.request.metadata.:method": "POST",
"rpc.request.body": "{\"1\":\"8abc819d75201791017520191409001d\"}",
"rpc.request.metadata.te": "trailers",
"rpc.status_code": "0",
"grpc.path": "/hipstershop.CartService/EmptyCart",
"downstream_cluster": "-",
"response_size": "5",
"rpc.response.metadata.accept-encoding": "identity,gzip",
"rpc.request.metadata.user-agent": "grpc-go/1.32.0",
"rpc.response.metadata.content-type": "application/grpc",
"rpc.method": "EmptyCart",
"docker.container_id": "630bc3ac5c47886cff186d8cb0de8c2b10d706563d42ac30a1d0b573e914e447",
"rpc.request.metadata.:path": "/hipstershop.CartService/EmptyCart",
"http.method": "POST",
"guid:x-request-id": "34d804b2-c0c4-9756-b09c-7814ca6a5aee",
"user_agent": "grpc-go/1.32.0",
"rpc.response.metadata.:status": "200",
"rpc.request.metadata.x-request-id": "34d804b2-c0c4-9756-b09c-7814ca6a5aee",
"net.peer.port": "60340",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AWYpFym3PlbnAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.1.19",
"rpc.system": "grpc",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"rpc.request.metadata.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-66291729b73e56e7-01",
"grpc.message": "",
"node_id": ""
},
"startTime": 1602566264388,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "057d92a16cb08d16",
"displaySpanName": "POST /order",
"duration": 58,
"endTime": 1602566264451,
"parentSpanId": "4289cc382ac2f2b2",
"serviceName": "null",
"spanTags": {
"jaeger.servicename": "checkoutservice",
"http.request.header.content-type": "application/json",
"http.response.header.date": "Tue, 13 Oct 2020 05:17:44 GMT",
"http.path": "/order",
"http.request.body": "{\"shipping_tracking_id\":\"BG-34642-173380967\",\"shipping_cost\":{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999},\"shipping_address\":{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424},\"total_cost\":{\"currency_code\":\"USD\",\"units\":2249,\"nanos\":729999999},\"user_id\":\"8abc819d75201791017520191409001d\"}",
"http.response.header.content-length": "401",
"http.url": "http://orderservice:4545/order",
"status.message": "OK",
"http.response.header.content-type": "application/json",
"http.response.body": "{\"order_id\":\"28\",\"created\":1602566264411,\"shipping_tracking_id\":\"BG-34642-173380967\",\"shipping_cost\":{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999},\"shipping_address\":{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424},\"total_cost\":{\"currency_code\":\"USD\",\"units\":2249,\"nanos\":729999999},\"user_id\":\"8abc819d75201791017520191409001d\"}",
"http.host": "orderservice:4545",
"status.code": "0",
"span.status": "OK",
"http.request.header.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-057d92a16cb08d16-01",
"http.status_code": "200",
"http.method": "POST",
"container_id": "burstable/pod351d8762-0d07-11eb-a0a0-42010a8a0098/ad2a717da7d2e8471b595e9b8dd71806a81f73f28910534b317f01fdea4d8535"
},
"startTime": 1602566264393,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "ee5a28f810484bb9",
"displaySpanName": "POST /order",
"duration": 58,
"endTime": 1602566264451,
"parentSpanId": "057d92a16cb08d16",
"serviceName": "null",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "57274",
"http.url": "http://orderservice:4545/order",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.1.19",
"response_size": "401",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"zone": "",
"proxy.client.addr": "10.60.1.19",
"upstream_cluster": "egress_http",
"docker.container_id": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332",
"peer.address": "10.60.1.19",
"request_size": "361",
"http.method": "POST",
"guid:x-request-id": "3cacf236-9973-9c9b-b877-d22160675acb",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264393,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "5200d141e7a4dfa8",
"displaySpanName": "POST /order",
"duration": 55,
"endTime": 1602566264450,
"parentSpanId": "ee5a28f810484bb9",
"serviceName": "orderservice",
"spanTags": {
"http.url": "http://orderservice:4545/order",
"downstream_cluster": "-",
"http.request.url": "/order",
"response_size": "401",
"span.kind": "server",
"zone": "",
"proxy.client.addr": "10.60.1.19",
"upstream_cluster": "svc_http_4545",
"docker.container_id": "010b76cc8a48707adc99adc0b58a84648d904533528df23278282dc5d0b7c334",
"http.response.status_message": "OK",
"peer.address": "10.60.1.19",
"request_size": "361",
"http.method": "POST",
"http.response.status_code": "200",
"guid:x-request-id": "3cacf236-9973-9c9b-b877-d22160675acb",
"user_agent": "Go-http-client/1.1",
"jaeger.servicename": "proxy",
"net.peer.port": "59572",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.1.19",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"node_id": ""
},
"startTime": 1602566264395,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "ec9fb0c6288732e8",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264415,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "insert into shop.order (created, shipping_address, shipping_cost, shipping_tracking_id, total_cost, user_id) values (?, ?, ?, ?, ?, ?)"
},
"startTime": 1602566264415,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "18d448bc0dd82302",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264416,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "insert into shop.order (created, shipping_address, shipping_cost, shipping_tracking_id, total_cost, user_id) values (?, ?, ?, ?, ?, ?)",
"sql.params": "{\"1\":\"1602566264411\",\"2\":\"{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999}\",\"4\":\"BG-34642-173380967\",\"5\":\"{\"currency_code\":\"USD\",\"units\":2249,\"nanos\":729999999}\",\"6\":\"8abc819d75201791017520191409001d\"}"
},
"startTime": 1602566264416,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "a0cd5b17e182010b",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264419,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?",
"sql.params": "{\"1\":\"1602561493320\",\"2\":\"{\"street_address\":\"4133 Veterans Memorial Drive\",\"city\":\"Batavia\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14020}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":11,\"nanos\":219999999}\",\"4\":\"MM-41083-204829753\",\"5\":\"{\"currency_code\":\"USD\",\"units\":23,\"nanos\":519999998}\",\"6\":\"8abc819d75201791017520190ecc000c\",\"7\":\"1\"}"
},
"startTime": 1602566264419,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "936030019fa725bd",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264419,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
"startTime": 1602566264419,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "f416fe09a0487849",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264421,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
"startTime": 1602566264421,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "1aa85aaf0c84fa3b",
"displaySpanName": "/shop",
"duration": 1,
"endTime": 1602566264422,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?",
"sql.params": "{\"1\":\"1602561784939\",\"2\":\"{\"street_address\":\"2055 Niagara Falls Blvd\",\"city\":\"Amherst\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14228}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":8,\"nanos\":790000000}\",\"4\":\"TQ-36189-187451170\",\"5\":\"{\"currency_code\":\"USD\",\"units\":74,\"nanos\":290000000}\",\"6\":\"8abc819d75201791017520190f15000d\",\"7\":\"2\"}"
},
"startTime": 1602566264421,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "a5cc9b73b4a96f6f",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264423,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?",
"sql.params": "{\"1\":\"1602562069539\",\"2\":\"{\"street_address\":\"6265 Brockport Spencerport Rd\",\"city\":\"Brockport\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14420}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":8,\"nanos\":790000000}\",\"4\":\"GB-44502-220656773\",\"5\":\"{\"currency_code\":\"USD\",\"units\":76,\"nanos\":780000000}\",\"6\":\"8abc819d75201791017520190f51000e\",\"7\":\"3\"}"
},
"startTime": 1602566264423,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "6789c02cb903e124",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264423,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
"startTime": 1602566264423,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "c8dee48d63414ac7",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264424,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
"startTime": 1602566264424,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "2fc41ae8d372c097",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264424,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?",
"sql.params": "{\"1\":\"1602562349553\",\"2\":\"{\"street_address\":\"30 Catskill\",\"city\":\"Catskill\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":12414}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":37,\"nanos\":0}\",\"4\":\"KE-25084-127765912\",\"5\":\"{\"currency_code\":\"USD\",\"units\":61,\"nanos\":330000000}\",\"6\":\"8abc819d75201791017520190fab000f\",\"7\":\"4\"}"
},
"startTime": 1602566264424,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "3784e2c2722da487",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264426,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?",
"sql.params": "{\"1\":\"1602562629495\",\"2\":\"{\"street_address\":\"13858 Rt 31 W\",\"city\":\"Albion\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14411}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999}\",\"4\":\"MD-25143-128487737\",\"5\":\"{\"currency_code\":\"USD\",\"units\":41,\"nanos\":179999999}\",\"6\":\"8abc819d752017910175201910160010\",\"7\":\"5\"}"
},
"startTime": 1602566264426,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "746bf3230589ea3e",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264426,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
"startTime": 1602566264426,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "8c296b0524588d1c",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264427,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
"startTime": 1602566264427,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "311b71c69debaa0f",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264427,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?",
"sql.params": "{\"1\":\"1602562905835\",\"2\":\"{\"street_address\":\"297 Grant Avenue\",\"city\":\"Auburn\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":13021}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":37,\"nanos\":0}\",\"4\":\"DB-28345-147244388\",\"5\":\"{\"currency_code\":\"USD\",\"units\":2282,\"nanos\":0}\",\"6\":\"8abc819d7520179101752019105e0011\",\"7\":\"6\"}"
},
"startTime": 1602566264427,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "2630afeabecc52b0",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264428,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
"startTime": 1602566264428,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "64184efe6b8d3648",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264428,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?",
"sql.params": "{\"1\":\"1602563190824\",\"2\":\"{\"street_address\":\"13858 Rt 31 W\",\"city\":\"Albion\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14411}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":8,\"nanos\":790000000}\",\"4\":\"MT-25086-125925532\",\"5\":\"{\"currency_code\":\"USD\",\"units\":2253,\"nanos\":790000000}\",\"6\":\"8abc819d752017910175201910bc0012\",\"7\":\"7\"}"
},
"startTime": 1602566264428,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "4ceccbeeca314475",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264429,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
"startTime": 1602566264429,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "60a12b07b43c9430",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264430,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?",
"sql.params": "{\"1\":\"1602563464010\",\"2\":\"{\"street_address\":\"2055 Niagara Falls Blvd\",\"city\":\"Amherst\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14228}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":11,\"nanos\":219999999}\",\"4\":\"PC-36395-186818069\",\"5\":\"{\"currency_code\":\"USD\",\"units\":76,\"nanos\":719999999}\",\"6\":\"8abc819d752017910175201911100013\",\"7\":\"10\"}"
},
"startTime": 1602566264430,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "5a2833cabdd1e979",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264431,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?",
"sql.params": "{\"1\":\"1602563742441\",\"2\":\"{\"street_address\":\"297 Grant Avenue\",\"city\":\"Auburn\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":13021}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":8,\"nanos\":790000000}\",\"4\":\"SB-28707-142606784\",\"5\":\"{\"currency_code\":\"USD\",\"units\":33,\"nanos\":120000000}\",\"6\":\"8abc819d752017910175201911780014\",\"7\":\"12\"}"
},
"startTime": 1602566264431,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "83ef0993369581ce",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264431,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
"startTime": 1602566264431,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "d3e4aa07c6d8f2f2",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264432,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
"startTime": 1602566264432,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "d1d27e5121c1249d",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264432,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?",
"sql.params": "{\"1\":\"1602564031606\",\"2\":\"{\"street_address\":\"2055 Niagara Falls Blvd\",\"city\":\"Amherst\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14228}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":11,\"nanos\":219999999}\",\"4\":\"HJ-36311-183907806\",\"5\":\"{\"currency_code\":\"USD\",\"units\":79,\"nanos\":209999999}\",\"6\":\"8abc819d752017910175201911c70015\",\"7\":\"14\"}"
},
"startTime": 1602566264432,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "17c0aaeea5b03836",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264433,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?",
"sql.params": "{\"1\":\"1602564348386\",\"2\":\"{\"street_address\":\"4133 Veterans Memorial Drive\",\"city\":\"Batavia\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14020}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":37,\"nanos\":0}\",\"4\":\"BD-41129-207802157\",\"5\":\"{\"currency_code\":\"USD\",\"units\":160,\"nanos\":999999999}\",\"6\":\"8abc819d752017910175201912180016\",\"7\":\"18\"}"
},
"startTime": 1602566264433,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "b43b3bad6b10b724",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264433,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
"startTime": 1602566264433,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "c5d554d543f6c228",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264434,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
"startTime": 1602566264434,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "c7fb27a89be5378b",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264435,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?",
"sql.params": "{\"1\":\"1602564644300\",\"2\":\"{\"street_address\":\"6265 Brockport Spencerport Rd\",\"city\":\"Brockport\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14420}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":37,\"nanos\":0}\",\"4\":\"KO-44284-225804837\",\"5\":\"{\"currency_code\":\"USD\",\"units\":49,\"nanos\":299999999}\",\"6\":\"8abc819d7520179101752019125a0017\",\"7\":\"19\"}"
},
"startTime": 1602566264435,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "a7f5b4d4dca1286d",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264436,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?",
"sql.params": "{\"1\":\"1602564915513\",\"2\":\"{\"street_address\":\"13858 Rt 31 W\",\"city\":\"Albion\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14411}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":11,\"nanos\":219999999}\",\"4\":\"FF-25759-129725358\",\"5\":\"{\"currency_code\":\"USD\",\"units\":2256,\"nanos\":219999999}\",\"6\":\"8abc819d752017910175201912ad0018\",\"7\":\"20\"}"
},
"startTime": 1602566264436,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "8009b6cd44b15cf1",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264436,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
"startTime": 1602566264436,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "3c431d1bc4c57d9e",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264437,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
"startTime": 1602566264437,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "32b40ffca5759e44",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264437,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?",
"sql.params": "{\"1\":\"1602565180282\",\"2\":\"{\"street_address\":\"161 Centereach Mall\",\"city\":\"Centereach\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":11720}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":11,\"nanos\":219999999}\",\"4\":\"JT-35291-175201962\",\"5\":\"{\"currency_code\":\"USD\",\"units\":135,\"nanos\":219999998}\",\"6\":\"8abc819d752017910175201912ee0019\",\"7\":\"21\"}"
},
"startTime": 1602566264437,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "85373d0ba9c22aa7",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264438,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
"startTime": 1602566264438,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "ddd3e90925f07264",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264438,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?",
"sql.params": "{\"1\":\"1602565454797\",\"2\":\"{\"street_address\":\"141 Washington Ave Extension\",\"city\":\"Albany\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":12205}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999}\",\"4\":\"PQ-40579-207269136\",\"5\":\"{\"currency_code\":\"USD\",\"units\":72,\"nanos\":719999999}\",\"6\":\"8abc819d75201791017520191330001a\",\"7\":\"23\"}"
},
"startTime": 1602566264438,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "090fb968fe625d53",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264440,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
"startTime": 1602566264440,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "3f5e859d4ada2da4",
"displaySpanName": "/shop",
"duration": 1,
"endTime": 1602566264441,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?",
"sql.params": "{\"1\":\"1602565724188\",\"2\":\"{\"street_address\":\"777 Brockton Avenue\",\"city\":\"Abington\",\"state\":\"MA\",\"country\":\"United States\",\"zip_code\":2351}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999}\",\"4\":\"RI-33137-165833796\",\"5\":\"{\"currency_code\":\"USD\",\"units\":17,\"nanos\":219999998}\",\"6\":\"8abc819d75201791017520191386001b\",\"7\":\"24\"}"
},
"startTime": 1602566264440,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "e2480e8866c6176d",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264442,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
"startTime": 1602566264442,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "ed86b6c057f8f731",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264442,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?",
"sql.params": "{\"1\":\"1602565982284\",\"2\":\"{\"street_address\":\"5399 W Genesse St\",\"city\":\"Camillus\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":13031}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":8,\"nanos\":790000000}\",\"4\":\"OI-31119-157390527\",\"5\":\"{\"currency_code\":\"USD\",\"units\":798,\"nanos\":289999999}\",\"6\":\"8abc819d752017910175201913c1001c\",\"7\":\"26\"}"
},
"startTime": 1602566264442,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "35afba8a6e3aa036",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264446,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
"startTime": 1602566264446,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "4c9e04bd0d131c9f",
"displaySpanName": "/shop",
"duration": 0,
"endTime": 1602566264446,
"parentSpanId": "5200d141e7a4dfa8",
"serviceName": "orderservice",
"spanTags": {
"jaeger.servicename": "orderservice",
"span.kind": "client",
"sql.url": "jdbc:mysql://mysql:3306/shop",
"docker.container_id": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015",
"sql.query": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?",
"sql.params": "{\"1\":\"1602566264411\",\"2\":\"{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999}\",\"4\":\"BG-34642-173380967\",\"5\":\"{\"currency_code\":\"USD\",\"units\":2249,\"nanos\":729999999}\",\"6\":\"8abc819d75201791017520191409001d\",\"7\":\"28\"}"
},
"startTime": 1602566264446,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "70edc49057e79e21",
"displaySpanName": "hipstershop.EmailService.SendOrderConfirmation",
"duration": 27,
"endTime": 1602566264479,
"parentSpanId": "4289cc382ac2f2b2",
"serviceName": "null",
"spanTags": {
"jaeger.servicename": "checkoutservice",
"failfast": "true",
"client": "true",
"status.message": "",
"status.code": "0",
"span.status": ""
},
"startTime": 1602566264452,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "3285c8d811560cad",
"displaySpanName": "hipstershop.EmailService.SendOrderConfirmation",
"duration": 23,
"endTime": 1602566264479,
"parentSpanId": "70edc49057e79e21",
"serviceName": "null",
"spanTags": {
"rpc.request.metadata.:authority": "emailservice:5000",
"rpc.service": "hipstershop.EmailService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://emailservice:5000/hipstershop.EmailService/SendOrderConfirmation",
"rpc.response.metadata.grpc-accept-encoding": "identity,deflate,gzip",
"grpc.status_code": "0",
"zone": "",
"grpc.authority": "emailservice:5000",
"proxy.client.addr": "10.60.1.19",
"upstream_cluster": "egress_http2",
"rpc.request.metadata.x-forwarded-proto": "http",
"peer.address": "10.60.1.19",
"request_size": "225",
"grpc.content_type": "application/grpc",
"jaeger.servicename": "proxy",
"rpc.request.metadata.grpc-tags-bin": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy",
"span.status": "",
"rpc.request.metadata.:method": "POST",
"rpc.request.body": "{\"1\":\"micaha@yahoo.com\",\"2\":{\"1\":\"28\",\"2\":\"BG-34642-173380967\",\"3\":{\"1\":\"USD\",\"2\":4,\"3\":729999999},\"4\":{\"4\":\"United States\",\"5\":14424,\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\",\"3\":\"NY\"},\"5\":{\"1\":{\"2\":1,\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\"},\"2\":{\"1\":\"USD\",\"2\":2245}},\"6\":{\"2\":2249,\"3\":729999999,\"1\":\"USD\"},\"7\":\"8abc819d75201791017520191409001d\"}}",
"rpc.request.metadata.te": "trailers",
"rpc.status_code": "0",
"grpc.path": "/hipstershop.EmailService/SendOrderConfirmation",
"downstream_cluster": "-",
"response_size": "5",
"rpc.response.metadata.accept-encoding": "identity,gzip",
"rpc.request.metadata.user-agent": "grpc-go/1.32.0",
"rpc.response.metadata.content-type": "application/grpc",
"rpc.method": "SendOrderConfirmation",
"docker.container_id": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332",
"rpc.request.metadata.:path": "/hipstershop.EmailService/SendOrderConfirmation",
"http.method": "POST",
"guid:x-request-id": "3f2d7299-5718-9fc6-95dc-f79b3c054d00",
"user_agent": "grpc-go/1.32.0",
"rpc.response.metadata.:status": "200",
"rpc.request.metadata.x-request-id": "3f2d7299-5718-9fc6-95dc-f79b3c054d00",
"net.peer.port": "57360",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1AXDtxJBX554hAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.1.19",
"rpc.system": "grpc",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"rpc.response.metadata.date": "Tue, 13 Oct 2020 05:17:44 GMT",
"grpc.message": "",
"node_id": ""
},
"startTime": 1602566264456,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "868111ad0cd6403f",
"displaySpanName": "hipstershop.EmailService.SendOrderConfirmation",
"duration": 23,
"endTime": 1602566264479,
"parentSpanId": "3285c8d811560cad",
"serviceName": "emailservice",
"spanTags": {
"rpc.request.metadata.:authority": "emailservice:5000",
"rpc.service": "hipstershop.EmailService",
"rpc.request.metadata.:scheme": "http",
"rpc.response.body": "{}",
"rpc.request.metadata.content-type": "application/grpc",
"http.url": "http://emailservice:5000/hipstershop.EmailService/SendOrderConfirmation",
"rpc.response.metadata.grpc-accept-encoding": "identity,deflate,gzip",
"grpc.status_code": "0",
"zone": "",
"grpc.authority": "emailservice:5000",
"proxy.client.addr": "10.60.1.19",
"upstream_cluster": "svc_http2_8080",
"rpc.request.metadata.x-forwarded-proto": "http",
"peer.address": "10.60.1.19",
"request_size": "225",
"grpc.content_type": "application/grpc",
"jaeger.servicename": "proxy",
"rpc.request.metadata.grpc-tags-bin": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy",
"span.status": "",
"rpc.request.metadata.:method": "POST",
"rpc.request.body": "{\"1\":\"micaha@yahoo.com\",\"2\":{\"6\":{\"3\":729999999,\"1\":\"USD\",\"2\":2249},\"7\":\"8abc819d75201791017520191409001d\",\"1\":\"28\",\"2\":\"BG-34642-173380967\",\"3\":{\"1\":\"USD\",\"2\":4,\"3\":729999999},\"4\":{\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\",\"3\":\"NY\",\"4\":\"United States\",\"5\":14424},\"5\":{\"1\":{\"2\":1,\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\"},\"2\":{\"2\":2245,\"1\":\"USD\"}}}}",
"rpc.request.metadata.te": "trailers",
"rpc.status_code": "0",
"grpc.path": "/hipstershop.EmailService/SendOrderConfirmation",
"downstream_cluster": "-",
"response_size": "5",
"rpc.response.metadata.accept-encoding": "identity,gzip",
"rpc.request.metadata.user-agent": "grpc-go/1.32.0",
"rpc.response.metadata.content-type": "application/grpc",
"rpc.method": "SendOrderConfirmation",
"docker.container_id": "dfe3dcc6ce0bef74490611ff7280d44a82a1de2d68d95f4d6088084b5d550570",
"rpc.request.metadata.:path": "/hipstershop.EmailService/SendOrderConfirmation",
"http.method": "POST",
"guid:x-request-id": "3f2d7299-5718-9fc6-95dc-f79b3c054d00",
"user_agent": "grpc-go/1.32.0",
"rpc.response.metadata.:status": "200",
"rpc.request.metadata.x-request-id": "3f2d7299-5718-9fc6-95dc-f79b3c054d00",
"net.peer.port": "57362",
"rpc.request.metadata.grpc-trace-bin": "AABlJytZ9XN+jWtuOCYiq1c1ATKFyNgRVgytAgE",
"http.protocol": "HTTP/2",
"net.peer.ip": "10.60.1.19",
"rpc.system": "grpc",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"rpc.request.metadata.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-3285c8d811560cad-01",
"grpc.message": "",
"node_id": ""
},
"startTime": 1602566264456,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "641c4ac82a914874",
"displaySpanName": "hipstershop.EmailService.SendOrderConfirmation",
"duration": 11,
"endTime": 1602566264470,
"parentSpanId": "868111ad0cd6403f",
"serviceName": "emailservice",
"spanTags": {
"jaeger.servicename": "emailservice",
"component": "grpc",
"span.kind": "server",
"grpc.response.body": "",
"grpc.request.body": "email: \"micaha@yahoo.com\"\norder {\n order_id: \"28\"\n shipping_tracking_id: \"BG-34642-173380967\"\n shipping_cost {\n currency_c"
},
"startTime": 1602566264459,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "af1d202a3746405c",
"displaySpanName": "emailservice.SendOrderConfirmation",
"duration": 0,
"endTime": 1602566264459,
"parentSpanId": "641c4ac82a914874",
"serviceName": "emailservice",
"spanTags": {
"jaeger.servicename": "emailservice",
"order_id": "28",
"email": "micaha@yahoo.com",
"tracking_id": "BG-34642-173380967"
},
"startTime": 1602566264459,
"type": "UNKNOWN",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "db5df77f421eb02c",
"displaySpanName": "POST /integrate",
"duration": 104,
"endTime": 1602566264584,
"parentSpanId": "4289cc382ac2f2b2",
"serviceName": "null",
"spanTags": {
"http.response.header.x-xss-protection": "1; mode=block",
"jaeger.servicename": "checkoutservice",
"http.response.header.x-permitted-cross-domain-policies": "master-only",
"http.request.header.content-type": "application/json",
"http.response.header.date": "Tue, 13 Oct 2020 05:17:44 GMT",
"http.path": "/integrate",
"http.request.body": "{\"order_id\":\"28\",\"shipping_tracking_id\":\"BG-34642-173380967\",\"shipping_cost\":{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999},\"shipping_address\":{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424},\"items\":[{\"item\":{\"product_id\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"quantity\":1},\"cost\":{\"currency_code\":\"USD\",\"units\":2245}}],\"total_cost\":{\"currency_code\":\"USD\",\"units\":2249,\"nanos\":729999999},\"user_id\":\"8abc819d75201791017520191409001d\"}",
"http.response.header.content-length": "0",
"http.url": "http://partnerintegrationservice:9397/integrate",
"status.message": "OK",
"http.response.header.content-type": "text/plain; charset=UTF-8",
"http.host": "partnerintegrationservice:9397",
"http.response.header.referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"status.code": "0",
"span.status": "OK",
"http.request.header.traceparent": "00-65272b59f5737e8d6b6e382622ab5735-db5df77f421eb02c-01",
"http.response.header.x-frame-options": "DENY",
"http.status_code": "200",
"http.response.header.x-content-type-options": "nosniff",
"http.method": "POST",
"container_id": "burstable/pod351d8762-0d07-11eb-a0a0-42010a8a0098/ad2a717da7d2e8471b595e9b8dd71806a81f73f28910534b317f01fdea4d8535"
},
"startTime": 1602566264480,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "cb46bc431d08abef",
"displaySpanName": "POST /integrate",
"duration": 102,
"endTime": 1602566264583,
"parentSpanId": "db5df77f421eb02c",
"serviceName": "null",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "43778",
"http.url": "http://partnerintegrationservice:9397/integrate",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.1.19",
"response_size": "0",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Egress",
"zone": "",
"proxy.client.addr": "10.60.1.19",
"upstream_cluster": "egress_http",
"docker.container_id": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332",
"peer.address": "10.60.1.19",
"request_size": "507",
"http.method": "POST",
"guid:x-request-id": "3eeceb78-ea00-9a04-8ea4-71baf09ce186",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264481,
"type": "EXIT",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
},
{
"id": "a6fb446a3622166a",
"displaySpanName": "POST /integrate",
"duration": 99,
"endTime": 1602566264583,
"parentSpanId": "cb46bc431d08abef",
"serviceName": "partnerintegrationservice",
"spanTags": {
"jaeger.servicename": "proxy",
"net.peer.port": "46038",
"http.url": "http://partnerintegrationservice:9397/integrate",
"downstream_cluster": "-",
"http.protocol": "HTTP/1.1",
"net.peer.ip": "10.60.1.19",
"response_size": "0",
"span.status": "",
"response_flags": "-",
"http.status_code": "200",
"component": "proxy",
"operationname": "Ingress",
"zone": "",
"proxy.client.addr": "10.60.1.19",
"upstream_cluster": "svc_http_9397",
"docker.container_id": "f48f14be1e837e5d17bd4fb0674f4a1c0e7370b0aafa171d0dbb7a418de3393f",
"peer.address": "10.60.1.19",
"request_size": "507",
"http.method": "POST",
"guid:x-request-id": "3eeceb78-ea00-9a04-8ea4-71baf09ce186",
"user_agent": "Go-http-client/1.1",
"node_id": ""
},
"startTime": 1602566264484,
"type": "ENTRY",
"traceId": "65272b59f5737e8d6b6e382622ab5735",
"__typename": "Span"
}
],
"__typename": "SpanResultSet"
}
}
}
]
This file has been truncated, but you can view the full file.
{
"data": [
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spans": [
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "b1ea8154e353cda9",
"operationName": "ingress",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "9a9ec78415ba67b2"
}
],
"startTime": 1602566264262083,
"duration": 2631,
"tags": [
{
"key": "OperationName",
"type": "string",
"value": "Ingress"
},
{
"key": "http.request.header.user-agent",
"type": "string",
"value": "Go-http-client/1.1"
},
{
"key": "http.request.header.accept-encoding",
"type": "string",
"value": "gzip"
},
{
"key": "response_size",
"type": "string",
"value": "297"
},
{
"key": "http.method",
"type": "string",
"value": "GET"
},
{
"key": "http.request.header.x-request-id",
"type": "string",
"value": "32f861f9-1861-93e9-ac09-6efb92d129d5"
},
{
"key": "request_size",
"type": "string",
"value": "0"
},
{
"key": "http.url",
"type": "string",
"value": "http://dataservice:9394/product/8aefe144-d3a3-4be3-b76c-526531d09b19"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.2.27"
},
{
"key": "http.request.header.host",
"type": "string",
"value": "dataservice:9394"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.2.27"
},
{
"key": "docker.container_id",
"type": "string",
"value": "a88d9037cc82a060338c1ef829b5d55927b89fc1e0e1dc5ac4f525611e3e692e"
},
{
"key": "http.request.header.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1AZqex4QVumeyAgE"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "svc_http_9394"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/1.1"
},
{
"key": "net.peer.port",
"type": "string",
"value": "40864"
},
{
"key": "http.response.header.content-length",
"type": "string",
"value": "297"
},
{
"key": "http.request.header.content-length",
"type": "string",
"value": "0"
},
{
"key": "http.response.body",
"type": "string",
"value": "{\"id\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"name\":\"Film Camera\",\"description\":\"This camera looks like it's a film camera, but it's actually digital.\",\"picture\":\"/static/img/products/film-camera.jpg\",\"categories\":[\"photography\",\"vintage\"],\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":2245,\"nanos\":0}}"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.2.27"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "32f861f9-1861-93e9-ac09-6efb92d129d5"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "http.response.header.content-type",
"type": "string",
"value": "application/json;charset=UTF-8"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "user_agent",
"type": "string",
"value": "Go-http-client/1.1"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "http.request.header.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "http.request.header.traceparent",
"type": "string",
"value": "00-65272b59f5737e8d6b6e382622ab5735-9a9ec78415ba67b2-01"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p1",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "790a9976455c4d53",
"operationName": "emailservice.SendOrderConfirmation",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "0e4632d482bc43af"
}
],
"startTime": 1602566264387182,
"duration": 597,
"tags": [
{
"key": "email",
"type": "string",
"value": ""
},
{
"key": "order_id",
"type": "string",
"value": ""
},
{
"key": "tracking_id",
"type": "string",
"value": ""
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p2",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "0e4632d482bc43af",
"operationName": "Recv.hipstershop.EmailService.SendOrderConfirmation",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "8f13954f86b162a8"
}
],
"startTime": 1602566264386934,
"duration": 10622,
"tags": [
{
"key": "grpc.response.body",
"type": "string",
"value": ""
},
{
"key": "component",
"type": "string",
"value": "grpc"
},
{
"key": "grpc.request.body",
"type": "string",
"value": "order {\n shipping_cost {\n }\n shipping_address {\n street_address: \"3191 County rd 10\"\n city: \"Canandaigua\"\n state: \"N"
},
{
"key": "span.kind",
"type": "string",
"value": "server"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p2",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "5755baa2f1c4ea9f",
"operationName": "http.servlet.filter",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "14775c5979fd4024"
}
],
"startTime": 1602566264238000,
"duration": 1731,
"tags": [
{
"key": "http.request.method",
"type": "string",
"value": "GET"
},
{
"key": "http.request.url",
"type": "string",
"value": "http://loginservice:9395/loginservice/check"
},
{
"key": "http.request.query_string",
"type": "string",
"value": "token=4a153510-a753-434b-8b4c-b8239061e539"
},
{
"key": "http.request.param.token",
"type": "string",
"value": "4a153510-a753-434b-8b4c-b8239061e539"
},
{
"key": "http.response.status_code",
"type": "int64",
"value": 204
},
{
"key": "docker.container_id",
"type": "string",
"value": "5fb84757f469037008ed32c87ba72f3f1b769ecf9049074ce880a719967f7772"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "server"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p3",
"warnings": [
"clock skew adjustment disabled; not applying calculated delta of 930µs",
"clock skew adjustment disabled; not applying calculated delta of 930µs",
"clock skew adjustment disabled; not applying calculated delta of 930µs",
"clock skew adjustment disabled; not applying calculated delta of 930µs",
"clock skew adjustment disabled; not applying calculated delta of 930µs",
"clock skew adjustment disabled; not applying calculated delta of 930µs"
]
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "af1d202a3746405c",
"operationName": "emailservice.SendOrderConfirmation",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "641c4ac82a914874"
}
],
"startTime": 1602566264459499,
"duration": 471,
"tags": [
{
"key": "email",
"type": "string",
"value": "micaha@yahoo.com"
},
{
"key": "order_id",
"type": "string",
"value": "28"
},
{
"key": "tracking_id",
"type": "string",
"value": "BG-34642-173380967"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p2",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "641c4ac82a914874",
"operationName": "Recv.hipstershop.EmailService.SendOrderConfirmation",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "868111ad0cd6403f"
}
],
"startTime": 1602566264459299,
"duration": 11388,
"tags": [
{
"key": "grpc.request.body",
"type": "string",
"value": "email: \"micaha@yahoo.com\"\norder {\n order_id: \"28\"\n shipping_tracking_id: \"BG-34642-173380967\"\n shipping_cost {\n currency_c"
},
{
"key": "grpc.response.body",
"type": "string",
"value": ""
},
{
"key": "component",
"type": "string",
"value": "grpc"
},
{
"key": "span.kind",
"type": "string",
"value": "server"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p2",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "2f9c2dc396426b00",
"operationName": "Sent.hipstershop.ShippingService.ShipOrder",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "4289cc382ac2f2b2"
}
],
"startTime": 1602566264361916,
"duration": 24185,
"tags": [
{
"key": "Client",
"type": "bool",
"value": true
},
{
"key": "FailFast",
"type": "bool",
"value": true
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p4",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "adf9fe2715f903be",
"operationName": "Sent.hipstershop.CartService.GetCart",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "4289cc382ac2f2b2"
}
],
"startTime": 1602566264246625,
"duration": 10023,
"tags": [
{
"key": "Client",
"type": "bool",
"value": true
},
{
"key": "FailFast",
"type": "bool",
"value": true
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p4",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "186a3117003015c9",
"operationName": "Sent.hipstershop.ProductCatalogService.GetProduct",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "4289cc382ac2f2b2"
}
],
"startTime": 1602566264256801,
"duration": 79278,
"tags": [
{
"key": "Client",
"type": "bool",
"value": true
},
{
"key": "FailFast",
"type": "bool",
"value": true
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p4",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "ee4a96f5d59d37df",
"operationName": "Sent.hipstershop.ShippingService.GetQuote",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "4289cc382ac2f2b2"
}
],
"startTime": 1602566264343260,
"duration": 4279,
"tags": [
{
"key": "FailFast",
"type": "bool",
"value": true
},
{
"key": "Client",
"type": "bool",
"value": true
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p4",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "c42bfbd3ab0b5af5",
"operationName": "Sent.hipstershop.PaymentService.Charge",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "4289cc382ac2f2b2"
}
],
"startTime": 1602566264354308,
"duration": 6991,
"tags": [
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "Client",
"type": "bool",
"value": true
},
{
"key": "FailFast",
"type": "bool",
"value": true
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p4",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "057d92a16cb08d16",
"operationName": "Sent./order",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "4289cc382ac2f2b2"
}
],
"startTime": 1602566264393075,
"duration": 58530,
"tags": [
{
"key": "http.response.header.Date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "http.response.body",
"type": "string",
"value": "{\"order_id\":\"28\",\"created\":1602566264411,\"shipping_tracking_id\":\"BG-34642-173380967\",\"shipping_cost\":{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999},\"shipping_address\":{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424},\"total_cost\":{\"currency_code\":\"USD\",\"units\":2249,\"nanos\":729999999},\"user_id\":\"8abc819d75201791017520191409001d\"}"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "http.request.body",
"type": "string",
"value": "{\"shipping_tracking_id\":\"BG-34642-173380967\",\"shipping_cost\":{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999},\"shipping_address\":{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424},\"total_cost\":{\"currency_code\":\"USD\",\"units\":2249,\"nanos\":729999999},\"user_id\":\"8abc819d75201791017520191409001d\"}"
},
{
"key": "http.url",
"type": "string",
"value": "http://orderservice:4545/order"
},
{
"key": "http.response.header.Content-Length",
"type": "string",
"value": "401"
},
{
"key": "http.path",
"type": "string",
"value": "/order"
},
{
"key": "http.response.header.Content-Type",
"type": "string",
"value": "application/json"
},
{
"key": "http.request.header.Traceparent",
"type": "string",
"value": "00-65272b59f5737e8d6b6e382622ab5735-057d92a16cb08d16-01"
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": "OK"
},
{
"key": "http.status_code",
"type": "int64",
"value": 200
},
{
"key": "http.host",
"type": "string",
"value": "orderservice:4545"
},
{
"key": "container_id",
"type": "string",
"value": "burstable/pod351d8762-0d07-11eb-a0a0-42010a8a0098/ad2a717da7d2e8471b595e9b8dd71806a81f73f28910534b317f01fdea4d8535"
},
{
"key": "http.request.header.Content-Type",
"type": "string",
"value": "application/json"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p4",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "9a0c60b281797c0b",
"operationName": "Sent.hipstershop.CartService.EmptyCart",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "4289cc382ac2f2b2"
}
],
"startTime": 1602566264386232,
"duration": 6729,
"tags": [
{
"key": "FailFast",
"type": "bool",
"value": true
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "Client",
"type": "bool",
"value": true
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p4",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "70edc49057e79e21",
"operationName": "Sent.hipstershop.EmailService.SendOrderConfirmation",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "4289cc382ac2f2b2"
}
],
"startTime": 1602566264452248,
"duration": 27631,
"tags": [
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "Client",
"type": "bool",
"value": true
},
{
"key": "FailFast",
"type": "bool",
"value": true
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p4",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "db5df77f421eb02c",
"operationName": "Sent./integrate",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "4289cc382ac2f2b2"
}
],
"startTime": 1602566264480227,
"duration": 103840,
"tags": [
{
"key": "http.host",
"type": "string",
"value": "partnerintegrationservice:9397"
},
{
"key": "http.response.header.X-Frame-Options",
"type": "string",
"value": "DENY"
},
{
"key": "http.response.header.X-Permitted-Cross-Domain-Policies",
"type": "string",
"value": "master-only"
},
{
"key": "http.url",
"type": "string",
"value": "http://partnerintegrationservice:9397/integrate"
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "http.response.header.Content-Type",
"type": "string",
"value": "text/plain; charset=UTF-8"
},
{
"key": "http.request.header.Traceparent",
"type": "string",
"value": "00-65272b59f5737e8d6b6e382622ab5735-db5df77f421eb02c-01"
},
{
"key": "http.response.header.Date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "http.request.body",
"type": "string",
"value": "{\"order_id\":\"28\",\"shipping_tracking_id\":\"BG-34642-173380967\",\"shipping_cost\":{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999},\"shipping_address\":{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424},\"items\":[{\"item\":{\"product_id\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"quantity\":1},\"cost\":{\"currency_code\":\"USD\",\"units\":2245}}],\"total_cost\":{\"currency_code\":\"USD\",\"units\":2249,\"nanos\":729999999},\"user_id\":\"8abc819d75201791017520191409001d\"}"
},
{
"key": "container_id",
"type": "string",
"value": "burstable/pod351d8762-0d07-11eb-a0a0-42010a8a0098/ad2a717da7d2e8471b595e9b8dd71806a81f73f28910534b317f01fdea4d8535"
},
{
"key": "http.status_code",
"type": "int64",
"value": 200
},
{
"key": "http.request.header.Content-Type",
"type": "string",
"value": "application/json"
},
{
"key": "http.response.header.Content-Length",
"type": "string",
"value": "0"
},
{
"key": "status.message",
"type": "string",
"value": "OK"
},
{
"key": "http.response.header.X-Xss-Protection",
"type": "string",
"value": "1; mode=block"
},
{
"key": "http.path",
"type": "string",
"value": "/integrate"
},
{
"key": "http.response.header.Referrer-Policy",
"type": "string",
"value": "origin-when-cross-origin, strict-origin-when-cross-origin"
},
{
"key": "http.response.header.X-Content-Type-Options",
"type": "string",
"value": "nosniff"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p4",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "4289cc382ac2f2b2",
"operationName": "Recv.hipstershop.CheckoutService.PlaceOrder",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "b8e5fa07c2409a6a"
}
],
"startTime": 1602566264246041,
"duration": 338310,
"tags": [
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "rpc.method",
"type": "string",
"value": "PlaceOrder"
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "checkoutservice:5050"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.CheckoutService"
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "\u0000\u0000e'+Y\ufffds~\ufffdkn8\u0026\"\ufffdW5\u0001\ufffd\ufffd\ufffd\u0007\ufffd@\ufffdj\u0002\u0001"
},
{
"key": "rpc.request.metadata.traceparent",
"type": "string",
"value": "00-65272b59f5737e8d6b6e382622ab5735-b8e5fa07c2409a6a-01"
},
{
"key": "Client",
"type": "bool",
"value": false
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{\"order\":{\"orderId\":\"28\",\"shippingTrackingId\":\"BG-34642-173380967\",\"shippingCost\":{\"currencyCode\":\"USD\",\"units\":\"4\",\"nanos\":729999999},\"shippingAddress\":{\"streetAddress\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zipCode\":14424},\"items\":[{\"item\":{\"productId\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"quantity\":1},\"cost\":{\"currencyCode\":\"USD\",\"units\":\"2245\"}}],\"totalCost\":{\"currencyCode\":\"USD\",\"units\":\"2249\",\"nanos\":729999999},\"userId\":\"8abc819d75201791017520191409001d\"}}"
},
{
"key": "FailFast",
"type": "bool",
"value": false
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"userId\":\"8abc819d75201791017520191409001d\",\"userCurrency\":\"USD\",\"address\":{\"streetAddress\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zipCode\":14424},\"email\":\"micaha@yahoo.com\",\"creditCard\":{\"creditCardNumber\":\"5136-3333-3333-3335\",\"creditCardCvv\":345,\"creditCardExpirationYear\":2033,\"creditCardExpirationMonth\":3}}"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "ddf25860-651f-9590-a719-d14eb76c1dd9"
},
{
"key": "rpc.request.metadata.shop-session-id",
"type": "string",
"value": "17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca"
},
{
"key": "container_id",
"type": "string",
"value": "burstable/pod351d8762-0d07-11eb-a0a0-42010a8a0098/ad2a717da7d2e8471b595e9b8dd71806a81f73f28910534b317f01fdea4d8535"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p4",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "d6c907602882430d",
"operationName": "Sent.hipstershop.ProductCatalogService.ListProducts",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "1d42732cc100470c"
}
],
"startTime": 1602566264589867,
"duration": 18734,
"tags": [
{
"key": "grpc.host_port",
"type": "string",
"value": "productcatalogservice:3550"
},
{
"key": "grpc.method",
"type": "string",
"value": "/hipstershop.ProductCatalogService/ListProducts"
},
{
"key": "grpc.request.body",
"type": "string",
"value": ""
},
{
"key": "grpc.response.body",
"type": "string",
"value": "products {\n id: \"3af9c9fe-350b-487f-be28-608f6102c5a7\"\n name: \"City Bike\"\n description: \"This single gear bike probably canno"
},
{
"key": "component",
"type": "string",
"value": "grpc"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p5",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "1d42732cc100470c",
"operationName": "Recv.hipstershop.RecommendationService.ListRecommendations",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "7910002b27c056bd"
}
],
"startTime": 1602566264589587,
"duration": 31929,
"tags": [
{
"key": "grpc.request.body",
"type": "string",
"value": "user_id: \"17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca\"\n"
},
{
"key": "grpc.response.body",
"type": "string",
"value": "product_ids: \"da7524f9-247c-4f63-bafc-3429357e14c9\"\nproduct_ids: \"bc1c0e07-49f6-44f9-a8f7-5121e79258c5\"\nproduct_ids: \"4757080d-a"
},
{
"key": "component",
"type": "string",
"value": "grpc"
},
{
"key": "span.kind",
"type": "string",
"value": "server"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p5",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd",
"operationName": "vertx.http.entry",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "5200d141e7a4dfa8"
}
],
"startTime": 1602566264396000,
"duration": 53757,
"tags": [
{
"key": "http.response.status_code",
"type": "int64",
"value": 200
},
{
"key": "http.response.status_message",
"type": "string",
"value": "OK"
},
{
"key": "http.response.body",
"type": "string",
"value": "{\"order_id\":\"28\",\"created\":1602566264411,\"shipping_tracking_id\":\"BG-34642-173380967\",\"shipping_cost\":{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999},\"shipping_address\":{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424},\"total_cost\":{\"currency_code\":\"USD\",\"units\":2249,\"nanos\":729999999},\"user_id\":\"8abc819d75201791017520191409001d\"}"
},
{
"key": "span.kind",
"type": "string",
"value": "server"
},
{
"key": "http.request.method",
"type": "string",
"value": "POST"
},
{
"key": "http.request.url",
"type": "string",
"value": "/order"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "ec9fb0c6288732e8",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264415000,
"duration": 647,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "insert into shop.order (created, shipping_address, shipping_cost, shipping_tracking_id, total_cost, user_id) values (?, ?, ?, ?, ?, ?)"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "18d448bc0dd82302",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264416000,
"duration": 762,
"tags": [
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602566264411\",\"2\":\"{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999}\",\"4\":\"BG-34642-173380967\",\"5\":\"{\"currency_code\":\"USD\",\"units\":2249,\"nanos\":729999999}\",\"6\":\"8abc819d75201791017520191409001d\"}"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "insert into shop.order (created, shipping_address, shipping_cost, shipping_tracking_id, total_cost, user_id) values (?, ?, ?, ?, ?, ?)"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "936030019fa725bd",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264419000,
"duration": 201,
"tags": [
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "a0cd5b17e182010b",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264419000,
"duration": 893,
"tags": [
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602561493320\",\"2\":\"{\"street_address\":\"4133 Veterans Memorial Drive\",\"city\":\"Batavia\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14020}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":11,\"nanos\":219999999}\",\"4\":\"MM-41083-204829753\",\"5\":\"{\"currency_code\":\"USD\",\"units\":23,\"nanos\":519999998}\",\"6\":\"8abc819d75201791017520190ecc000c\",\"7\":\"1\"}"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "f416fe09a0487849",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264421000,
"duration": 115,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "1aa85aaf0c84fa3b",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264421000,
"duration": 1109,
"tags": [
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602561784939\",\"2\":\"{\"street_address\":\"2055 Niagara Falls Blvd\",\"city\":\"Amherst\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14228}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":8,\"nanos\":790000000}\",\"4\":\"TQ-36189-187451170\",\"5\":\"{\"currency_code\":\"USD\",\"units\":74,\"nanos\":290000000}\",\"6\":\"8abc819d75201791017520190f15000d\",\"7\":\"2\"}"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "6789c02cb903e124",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264423000,
"duration": 107,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "a5cc9b73b4a96f6f",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264423000,
"duration": 645,
"tags": [
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602562069539\",\"2\":\"{\"street_address\":\"6265 Brockport Spencerport Rd\",\"city\":\"Brockport\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14420}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":8,\"nanos\":790000000}\",\"4\":\"GB-44502-220656773\",\"5\":\"{\"currency_code\":\"USD\",\"units\":76,\"nanos\":780000000}\",\"6\":\"8abc819d75201791017520190f51000e\",\"7\":\"3\"}"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "c8dee48d63414ac7",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264424000,
"duration": 98,
"tags": [
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "2fc41ae8d372c097",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264424000,
"duration": 638,
"tags": [
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602562349553\",\"2\":\"{\"street_address\":\"30 Catskill\",\"city\":\"Catskill\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":12414}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":37,\"nanos\":0}\",\"4\":\"KE-25084-127765912\",\"5\":\"{\"currency_code\":\"USD\",\"units\":61,\"nanos\":330000000}\",\"6\":\"8abc819d75201791017520190fab000f\",\"7\":\"4\"}"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "746bf3230589ea3e",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264426000,
"duration": 105,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "3784e2c2722da487",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264426000,
"duration": 623,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602562629495\",\"2\":\"{\"street_address\":\"13858 Rt 31 W\",\"city\":\"Albion\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14411}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999}\",\"4\":\"MD-25143-128487737\",\"5\":\"{\"currency_code\":\"USD\",\"units\":41,\"nanos\":179999999}\",\"6\":\"8abc819d752017910175201910160010\",\"7\":\"5\"}"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "8c296b0524588d1c",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264427000,
"duration": 92,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "311b71c69debaa0f",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264427000,
"duration": 540,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602562905835\",\"2\":\"{\"street_address\":\"297 Grant Avenue\",\"city\":\"Auburn\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":13021}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":37,\"nanos\":0}\",\"4\":\"DB-28345-147244388\",\"5\":\"{\"currency_code\":\"USD\",\"units\":2282,\"nanos\":0}\",\"6\":\"8abc819d7520179101752019105e0011\",\"7\":\"6\"}"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "2630afeabecc52b0",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264428000,
"duration": 86,
"tags": [
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "64184efe6b8d3648",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264428000,
"duration": 665,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602563190824\",\"2\":\"{\"street_address\":\"13858 Rt 31 W\",\"city\":\"Albion\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14411}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":8,\"nanos\":790000000}\",\"4\":\"MT-25086-125925532\",\"5\":\"{\"currency_code\":\"USD\",\"units\":2253,\"nanos\":790000000}\",\"6\":\"8abc819d752017910175201910bc0012\",\"7\":\"7\"}"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "4ceccbeeca314475",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264429000,
"duration": 83,
"tags": [
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "60a12b07b43c9430",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264430000,
"duration": 542,
"tags": [
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602563464010\",\"2\":\"{\"street_address\":\"2055 Niagara Falls Blvd\",\"city\":\"Amherst\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14228}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":11,\"nanos\":219999999}\",\"4\":\"PC-36395-186818069\",\"5\":\"{\"currency_code\":\"USD\",\"units\":76,\"nanos\":719999999}\",\"6\":\"8abc819d752017910175201911100013\",\"7\":\"10\"}"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "83ef0993369581ce",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264431000,
"duration": 86,
"tags": [
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "5a2833cabdd1e979",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264431000,
"duration": 703,
"tags": [
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602563742441\",\"2\":\"{\"street_address\":\"297 Grant Avenue\",\"city\":\"Auburn\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":13021}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":8,\"nanos\":790000000}\",\"4\":\"SB-28707-142606784\",\"5\":\"{\"currency_code\":\"USD\",\"units\":33,\"nanos\":120000000}\",\"6\":\"8abc819d752017910175201911780014\",\"7\":\"12\"}"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "d3e4aa07c6d8f2f2",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264432000,
"duration": 87,
"tags": [
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "d1d27e5121c1249d",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264432000,
"duration": 571,
"tags": [
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602564031606\",\"2\":\"{\"street_address\":\"2055 Niagara Falls Blvd\",\"city\":\"Amherst\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14228}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":11,\"nanos\":219999999}\",\"4\":\"HJ-36311-183907806\",\"5\":\"{\"currency_code\":\"USD\",\"units\":79,\"nanos\":209999999}\",\"6\":\"8abc819d752017910175201911c70015\",\"7\":\"14\"}"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "b43b3bad6b10b724",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264433000,
"duration": 84,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "17c0aaeea5b03836",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264433000,
"duration": 671,
"tags": [
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602564348386\",\"2\":\"{\"street_address\":\"4133 Veterans Memorial Drive\",\"city\":\"Batavia\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14020}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":37,\"nanos\":0}\",\"4\":\"BD-41129-207802157\",\"5\":\"{\"currency_code\":\"USD\",\"units\":160,\"nanos\":999999999}\",\"6\":\"8abc819d752017910175201912180016\",\"7\":\"18\"}"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "c5d554d543f6c228",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264434000,
"duration": 172,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "c7fb27a89be5378b",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264435000,
"duration": 475,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602564644300\",\"2\":\"{\"street_address\":\"6265 Brockport Spencerport Rd\",\"city\":\"Brockport\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14420}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":37,\"nanos\":0}\",\"4\":\"KO-44284-225804837\",\"5\":\"{\"currency_code\":\"USD\",\"units\":49,\"nanos\":299999999}\",\"6\":\"8abc819d7520179101752019125a0017\",\"7\":\"19\"}"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "8009b6cd44b15cf1",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264436000,
"duration": 98,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "a7f5b4d4dca1286d",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264436000,
"duration": 605,
"tags": [
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602564915513\",\"2\":\"{\"street_address\":\"13858 Rt 31 W\",\"city\":\"Albion\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14411}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":11,\"nanos\":219999999}\",\"4\":\"FF-25759-129725358\",\"5\":\"{\"currency_code\":\"USD\",\"units\":2256,\"nanos\":219999999}\",\"6\":\"8abc819d752017910175201912ad0018\",\"7\":\"20\"}"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "3c431d1bc4c57d9e",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264437000,
"duration": 85,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "32b40ffca5759e44",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264437000,
"duration": 622,
"tags": [
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602565180282\",\"2\":\"{\"street_address\":\"161 Centereach Mall\",\"city\":\"Centereach\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":11720}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":11,\"nanos\":219999999}\",\"4\":\"JT-35291-175201962\",\"5\":\"{\"currency_code\":\"USD\",\"units\":135,\"nanos\":219999998}\",\"6\":\"8abc819d752017910175201912ee0019\",\"7\":\"21\"}"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "85373d0ba9c22aa7",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264438000,
"duration": 88,
"tags": [
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "ddd3e90925f07264",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264438000,
"duration": 777,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602565454797\",\"2\":\"{\"street_address\":\"141 Washington Ave Extension\",\"city\":\"Albany\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":12205}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999}\",\"4\":\"PQ-40579-207269136\",\"5\":\"{\"currency_code\":\"USD\",\"units\":72,\"nanos\":719999999}\",\"6\":\"8abc819d75201791017520191330001a\",\"7\":\"23\"}"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "090fb968fe625d53",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264440000,
"duration": 91,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "3f5e859d4ada2da4",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264440000,
"duration": 1374,
"tags": [
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602565724188\",\"2\":\"{\"street_address\":\"777 Brockton Avenue\",\"city\":\"Abington\",\"state\":\"MA\",\"country\":\"United States\",\"zip_code\":2351}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999}\",\"4\":\"RI-33137-165833796\",\"5\":\"{\"currency_code\":\"USD\",\"units\":17,\"nanos\":219999998}\",\"6\":\"8abc819d75201791017520191386001b\",\"7\":\"24\"}"
},
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "e2480e8866c6176d",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264442000,
"duration": 96,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "ed86b6c057f8f731",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264442000,
"duration": 612,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602565982284\",\"2\":\"{\"street_address\":\"5399 W Genesse St\",\"city\":\"Camillus\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":13031}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":8,\"nanos\":790000000}\",\"4\":\"OI-31119-157390527\",\"5\":\"{\"currency_code\":\"USD\",\"units\":798,\"nanos\":289999999}\",\"6\":\"8abc819d752017910175201913c1001c\",\"7\":\"26\"}"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "35afba8a6e3aa036",
"operationName": "jdbc.connection.prepare",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264446000,
"duration": 113,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "4c9e04bd0d131c9f",
"operationName": "jdbc.preparedstatement.execute",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "964838d1bde4bbbd"
}
],
"startTime": 1602566264446000,
"duration": 906,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "416f1ef471339c3381a1216c84748c477f4e6e1ab8ebe752146d229165f91015"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "sql.url",
"type": "string",
"value": "jdbc:mysql://mysql:3306/shop"
},
{
"key": "sql.query",
"type": "string",
"value": "update shop.order set created=?, shipping_address=?, shipping_cost=?, shipping_tracking_id=?, total_cost=?, user_id=? where order_id=?"
},
{
"key": "sql.params",
"type": "string",
"value": "{\"1\":\"1602566264411\",\"2\":\"{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424}\",\"3\":\"{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999}\",\"4\":\"BG-34642-173380967\",\"5\":\"{\"currency_code\":\"USD\",\"units\":2249,\"nanos\":729999999}\",\"6\":\"8abc819d75201791017520191409001d\",\"7\":\"28\"}"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p6",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "5cc683b6fbf5685c",
"operationName": "Recv.hipstershop.ProductCatalogService.GetProduct",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "8f07ab295d00bf90"
}
],
"startTime": 1602566264727417,
"duration": 10440,
"tags": [
{
"key": "grpc.response.body",
"type": "string",
"value": "{\"id\":\"4757080d-a939-4971-b6f6-b98053ef2eae\",\"name\":\"Terrarium\",\"description\":\"This terrarium will looks great in your white painted living room.\",\"picture\":\"/static/img/products/terrarium.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"36\",\"nanos\":450000000},\"categories\":[\"gardening\"]}"
},
{
"key": "Client",
"type": "bool",
"value": false
},
{
"key": "FailFast",
"type": "bool",
"value": false
},
{
"key": "grpc.request.body",
"type": "string",
"value": "{\"id\":\"4757080d-a939-4971-b6f6-b98053ef2eae\"}"
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p7",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "8f09e0c136f7e5d6",
"operationName": "Sent./product/8aefe144-d3a3-4be3-b76c-526531d09b19",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "04ca11e8ac8965e8"
}
],
"startTime": 1602566264261485,
"duration": 3661,
"tags": [
{
"key": "status.message",
"type": "string",
"value": "OK"
},
{
"key": "http.method",
"type": "string",
"value": "GET"
},
{
"key": "http.status_code",
"type": "int64",
"value": 200
},
{
"key": "http.path",
"type": "string",
"value": "/product/8aefe144-d3a3-4be3-b76c-526531d09b19"
},
{
"key": "http.url",
"type": "string",
"value": "http://dataservice:9394/product/8aefe144-d3a3-4be3-b76c-526531d09b19"
},
{
"key": "http.host",
"type": "string",
"value": "dataservice:9394"
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p7",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "04ca11e8ac8965e8",
"operationName": "Recv.hipstershop.ProductCatalogService.GetProduct",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "711d908750dc32e0"
}
],
"startTime": 1602566264260958,
"duration": 4490,
"tags": [
{
"key": "Client",
"type": "bool",
"value": false
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "FailFast",
"type": "bool",
"value": false
},
{
"key": "grpc.request.body",
"type": "string",
"value": "{\"id\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\"}"
},
{
"key": "grpc.response.body",
"type": "string",
"value": "{\"id\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"name\":\"Film Camera\",\"description\":\"This camera looks like it's a film camera, but it's actually digital.\",\"picture\":\"/static/img/products/film-camera.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"2245\"},\"categories\":[\"photography\",\"vintage\"]}"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p7",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "a5887c754ad2e6b3",
"operationName": "Sent./product",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "1a49ae9bc06466c5"
}
],
"startTime": 1602566264592143,
"duration": 9938,
"tags": [
{
"key": "http.status_code",
"type": "int64",
"value": 200
},
{
"key": "http.path",
"type": "string",
"value": "/product"
},
{
"key": "http.url",
"type": "string",
"value": "http://dataservice:9394/product"
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": "OK"
},
{
"key": "http.host",
"type": "string",
"value": "dataservice:9394"
},
{
"key": "http.method",
"type": "string",
"value": "GET"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p7",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "1a49ae9bc06466c5",
"operationName": "Recv.hipstershop.ProductCatalogService.ListProducts",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "624eb7a5a82fc96e"
}
],
"startTime": 1602566264591590,
"duration": 14435,
"tags": [
{
"key": "Client",
"type": "bool",
"value": false
},
{
"key": "FailFast",
"type": "bool",
"value": false
},
{
"key": "grpc.request.body",
"type": "string",
"value": "{}"
},
{
"key": "grpc.response.body",
"type": "string",
"value": "{\"products\":[{\"id\":\"3af9c9fe-350b-487f-be28-608f6102c5a7\",\"name\":\"City Bike\",\"description\":\"This single gear bike probably cannot climb the hills of San Francisco.\",\"picture\":\"/static/img/products/city-bike.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"789\",\"nanos\":500000000},\"categories\":[\"cycling\"]},{\"id\":\"2c526044-ad18-41a6-bc99-175f14f74b8e\",\"name\":\"Film Camera\",\"description\":\"This camera looks like it's a film camera, but it's actually digital.\",\"picture\":\"/static/img/products/film-camera.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"2245\"},\"categories\":[\"photography\",\"vintage\"]},{\"id\":\"cd503bc0-dcdd-4e57-8bd2-5ccf38b0b66c\",\"name\":\"Vintage Typewriter\",\"description\":\"This typewriter looks good in your living room.\",\"picture\":\"/static/img/products/typewriter.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"67\",\"nanos\":990000000},\"categories\":[\"vintage\"]},{\"id\":\"0e7208c8-3561-4d50-ba04-faa3bcb1de8f\",\"name\":\"Vintage Typewriter\",\"description\":\"This typewriter looks good in your living room.\",\"picture\":\"/static/img/products/typewriter.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"67\",\"nanos\":990000000},\"categories\":[\"vintage\"]},{\"id\":\"0ac7bf21-65ec-481b-9b50-e31b44eedaae\",\"name\":\"Terrarium\",\"description\":\"This terrarium will looks great in your white painted living room.\",\"picture\":\"/static/img/products/terrarium.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"36\",\"nanos\":450000000},\"categories\":[\"gardening\"]},{\"id\":\"a21bb03d-965d-43fb-945e-a2cdeeeeafa3\",\"name\":\"Air Plant\",\"description\":\"Have you ever wondered whether air plants need water? Buy one and figure out.\",\"picture\":\"/static/img/products/air-plant.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"12\",\"nanos\":300000000},\"categories\":[\"gardening\"]},{\"id\":\"bbafbac4-84e0-4efd-8eaf-c463ee470311\",\"name\":\"Metal Camping Mug\",\"description\":\"You probably don't go camping that often but this is better than plastic cups.\",\"picture\":\"/static/img/products/camp-mug.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"24\",\"nanos\":330000000},\"categories\":[\"cookware\"]},{\"id\":\"cef52f43-e3e8-4cca-a4b5-dfb15477c50e\",\"name\":\"Vintage Camera Lens\",\"description\":\"You won't have a camera to use it and it probably doesn't work anyway.\",\"picture\":\"/static/img/products/camera-lens.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"12\",\"nanos\":490000000},\"categories\":[\"photography\",\"vintage\"]},{\"id\":\"95651d91-af48-4d6a-b213-a2668970fb80\",\"name\":\"Vintage Camera Lens\",\"description\":\"You won't have a camera to use it and it probably doesn't work anyway.\",\"picture\":\"/static/img/products/camera-lens.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"12\",\"nanos\":490000000},\"categories\":[\"photography\",\"vintage\"]},{\"id\":\"53a7cc5a-e16e-4907-a93a-74880ff81d0c\",\"name\":\"City Bike\",\"description\":\"This single gear bike probably cannot climb the hills of San Francisco.\",\"picture\":\"/static/img/products/city-bike.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"789\",\"nanos\":500000000},\"categories\":[\"cycling\"]},{\"id\":\"ef110185-5f9b-4fad-b729-7211a27787e3\",\"name\":\"Home Barista Kit\",\"description\":\"Always wanted to brew coffee with Chemex and Aeropress at home?\",\"picture\":\"/static/img/products/barista-kit.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"124\"},\"categories\":[\"cookware\"]},{\"id\":\"ad04c3f2-925e-407e-a90d-f0c554beaaac\",\"name\":\"Vintage Record Player\",\"description\":\"It still works.\",\"picture\":\"/static/img/products/record-player.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"65\",\"nanos\":500000000},\"categories\":[\"music\",\"vintage\"]},{\"id\":\"f6f67f1c-fe32-400b-a266-8db5abd20ec0\",\"name\":\"Vintage Camera Lens\",\"description\":\"You won't have a camera to use it and it probably doesn't work anyway.\",\"picture\":\"/static/img/products/camera-lens.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"12\",\"nanos\":490000000},\"categories\":[\"photography\",\"vintage\"]},{\"id\":\"f0e23054-e0cd-49af-826a-57d505e8527d\",\"name\":\"Home Barista Kit\",\"description\":\"Always wanted to brew coffee with Chemex and Aeropress at home?\",\"picture\":\"/static/img/products/barista-kit.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"124\"},\"categories\":[\"cookware\"]},{\"id\":\"da7524f9-247c-4f63-bafc-3429357e14c9\",\"name\":\"Vintage Camera Lens\",\"description\":\"You won't have a camera to use it and it probably doesn't work anyway.\",\"picture\":\"/static/img/products/camera-lens.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"12\",\"nanos\":490000000},\"categories\":[\"photography\",\"vintage\"]},{\"id\":\"5e388f63-d6f9-4fd8-bd6d-2cd4ba8c246c\",\"name\":\"Vintage Camera Lens\",\"description\":\"You won't have a camera to use it and it probably doesn't work anyway.\",\"picture\":\"/static/img/products/camera-lens.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"12\",\"nanos\":490000000},\"categories\":[\"photography\",\"vintage\"]},{\"id\":\"4563c147-009a-4842-8f4d-3df23916abde\",\"name\":\"City Bike\",\"description\":\"This single gear bike probably cannot climb the hills of San Francisco.\",\"picture\":\"/static/img/products/city-bike.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"789\",\"nanos\":500000000},\"categories\":[\"cycling\"]},{\"id\":\"b34b4c9b-e7bc-493a-8360-3e1bbbb17648\",\"name\":\"Film Camera\",\"description\":\"This camera looks like it's a film camera, but it's actually digital.\",\"picture\":\"/static/img/products/film-camera.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"2245\"},\"categories\":[\"photography\",\"vintage\"]},{\"id\":\"4757080d-a939-4971-b6f6-b98053ef2eae\",\"name\":\"Terrarium\",\"description\":\"This terrarium will looks great in your white painted living room.\",\"picture\":\"/static/img/products/terrarium.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"36\",\"nanos\":450000000},\"categories\":[\"gardening\"]},{\"id\":\"1f9c0490-1aeb-4a9b-aca3-bec5ba2ca14a\",\"name\":\"Home Barista Kit\",\"description\":\"Always wanted to brew coffee with Chemex and Aeropress at home?\",\"picture\":\"/static/img/products/barista-kit.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"124\"},\"categories\":[\"cookware\"]},{\"id\":\"a77b33dc-7ee1-4a45-9a58-95d93f17324b\",\"name\":\"Air Plant\",\"description\":\"Have you ever wondered whether air plants need water? Buy one and figure out.\",\"picture\":\"/static/img/products/air-plant.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"12\",\"nanos\":300000000},\"categories\":[\"gardening\"]},{\"id\":\"e41951bf-e472-442c-bed1-226177ec1945\",\"name\":\"Home Barista Kit\",\"description\":\"Always wanted to brew coffee with Chemex and Aeropress at home?\",\"picture\":\"/static/img/products/barista-kit.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"124\"},\"categories\":[\"cookware\"]},{\"id\":\"a3d95632-2081-416d-b41b-b315c425f1fc\",\"name\":\"Film Camera\",\"description\":\"This camera looks like it's a film camera, but it's actually digital.\",\"picture\":\"/static/img/products/film-camera.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"2245\"},\"categories\":[\"photography\",\"vintage\"]},{\"id\":\"929c0230-753c-4ddd-a8ea-9b38d4ea6f68\",\"name\":\"Terrarium\",\"description\":\"This terrarium will looks great in your white painted living room.\",\"picture\":\"/static/img/products/terrarium.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"36\",\"nanos\":450000000},\"categories\":[\"gardening\"]},{\"id\":\"615eb5d9-a5ea-4e2a-bf4b-9b4acda7ae0f\",\"name\":\"Vintage Record Player\",\"description\":\"It still works.\",\"picture\":\"/static/img/products/record-player.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"65\",\"nanos\":500000000},\"categories\":[\"music\",\"vintage\"]},{\"id\":\"96aa4c81-aabd-46c5-aca8-6b61f0479d31\",\"name\":\"Terrarium\",\"description\":\"This terrarium will looks great in your white painted living room.\",\"picture\":\"/static/img/products/terrarium.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"36\",\"nanos\":450000000},\"categories\":[\"gardening\"]},{\"id\":\"266aac46-91f9-4215-a5d2-943d92950e32\",\"name\":\"Vintage Typewriter\",\"description\":\"This typewriter looks good in your living room.\",\"picture\":\"/static/img/products/typewriter.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"67\",\"nanos\":990000000},\"categories\":[\"vintage\"]},{\"id\":\"49e4865e-70c2-4ec2-a23f-a4d30df65fe7\",\"name\":\"Home Barista Kit\",\"description\":\"Always wanted to brew coffee with Chemex and Aeropress at home?\",\"picture\":\"/static/img/products/barista-kit.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"124\"},\"categories\":[\"cookware\"]},{\"id\":\"75d700fb-5aa1-4f1a-a8fa-73aade69ddcd\",\"name\":\"Air Plant\",\"description\":\"Have you ever wondered whether air plants need water? Buy one and figure out.\",\"picture\":\"/static/img/products/air-plant.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"12\",\"nanos\":300000000},\"categories\":[\"gardening\"]},{\"id\":\"6330d267-7e72-4987-8a8e-a93cb2fbd8a8\",\"name\":\"Vintage Camera Lens\",\"description\":\"You won't have a camera to use it and it probably doesn't work anyway.\",\"picture\":\"/static/img/products/camera-lens.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"12\",\"nanos\":490000000},\"categories\":[\"photography\",\"vintage\"]},{\"id\":\"1a5e02ee-5d94-4faa-a5e0-8cdd6926f364\",\"name\":\"Metal Camping Mug\",\"description\":\"You probably don't go camping that often but this is better than plastic cups.\",\"picture\":\"/static/img/products/camp-mug.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"24\",\"nanos\":330000000},\"categories\":[\"cookware\"]},{\"id\":\"1276b3b3-dad4-46a3-ba8f-f492fa487687\",\"name\":\"Terrarium\",\"description\":\"This terrarium will looks great in your white painted living room.\",\"picture\":\"/static/img/products/terrarium.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"36\",\"nanos\":450000000},\"categories\":[\"gardening\"]},{\"id\":\"bc1c0e07-49f6-44f9-a8f7-5121e79258c5\",\"name\":\"City Bike\",\"description\":\"This single gear bike probably cannot climb the hills of San Francisco.\",\"picture\":\"/static/img/products/city-bike.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"789\",\"nanos\":500000000},\"categories\":[\"cycling\"]},{\"id\":\"39a634cc-7671-46b7-9f4d-a89b3284abf1\",\"name\":\"City Bike\",\"description\":\"This single gear bike probably cannot climb the hills of San Francisco.\",\"picture\":\"/static/img/products/city-bike.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"789\",\"nanos\":500000000},\"categories\":[\"cycling\"]},{\"id\":\"46adfef0-4cea-4914-a43f-dd3fe723688b\",\"name\":\"Vintage Typewriter\",\"description\":\"This typewriter looks good in your living room.\",\"picture\":\"/static/img/products/typewriter.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"67\",\"nanos\":990000000},\"categories\":[\"vintage\"]},{\"id\":\"5f08efbe-f5b3-4066-801c-984239e62157\",\"name\":\"Film Camera\",\"description\":\"This camera looks like it's a film camera, but it's actually digital.\",\"picture\":\"/static/img/products/film-camera.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"2245\"},\"categories\":[\"photography\",\"vintage\"]},{\"id\":\"580a0c29-3854-4983-a661-dcf84aed4dea\",\"name\":\"Metal Camping Mug\",\"description\":\"You probably don't go camping that often but this is better than plastic cups.\",\"picture\":\"/static/img/products/camp-mug.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"24\",\"nanos\":330000000},\"categories\":[\"cookware\"]},{\"id\":\"f413b5ea-ac2a-4164-a47d-0087bc4b169e\",\"name\":\"Vintage Typewriter\",\"description\":\"This typewriter looks good in your living room.\",\"picture\":\"/static/img/products/typewriter.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"67\",\"nanos\":990000000},\"categories\":[\"vintage\"]},{\"id\":\"8ae591a7-5816-4feb-b79b-f5b791bdb7a9\",\"name\":\"Vintage Record Player\",\"description\":\"It still works.\",\"picture\":\"/static/img/products/record-player.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"65\",\"nanos\":500000000},\"categories\":[\"music\",\"vintage\"]},{\"id\":\"26996ae5-f161-4790-a791-8b2dc9224fb5\",\"name\":\"Home Barista Kit\",\"description\":\"Always wanted to brew coffee with Chemex and Aeropress at home?\",\"picture\":\"/static/img/products/barista-kit.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"124\"},\"categories\":[\"cookware\"]},{\"id\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"name\":\"Film Camera\",\"description\":\"This camera looks like it's a film camera, but it's actually digital.\",\"picture\":\"/static/img/products/film-camera.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"2245\"},\"categories\":[\"photography\",\"vintage\"]},{\"id\":\"578641b7-2cae-40f1-8442-39bbff2987b8\",\"name\":\"Terrarium\",\"description\":\"This terrarium will looks great in your white painted living room.\",\"picture\":\"/static/img/products/terrarium.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"36\",\"nanos\":450000000},\"categories\":[\"gardening\"]},{\"id\":\"a75066e8-804e-4619-b438-0299fb79b7bd\",\"name\":\"Vintage Typewriter\",\"description\":\"This typewriter looks good in your living room.\",\"picture\":\"/static/img/products/typewriter.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"67\",\"nanos\":990000000},\"categories\":[\"vintage\"]},{\"id\":\"e4f8714f-0b62-477c-89f9-4f6a87666643\",\"name\":\"Air Plant\",\"description\":\"Have you ever wondered whether air plants need water? Buy one and figure out.\",\"picture\":\"/static/img/products/air-plant.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"12\",\"nanos\":300000000},\"categories\":[\"gardening\"]},{\"id\":\"e0b5e29c-fca5-4570-b0d2-f6a9487553bd\",\"name\":\"Vintage Record Player\",\"description\":\"It still works.\",\"picture\":\"/static/img/products/record-player.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"65\",\"nanos\":500000000},\"categories\":[\"music\",\"vintage\"]},{\"id\":\"680eaced-2f5c-4a7b-8eb4-98da9f4adeee\",\"name\":\"Vintage Record Player\",\"description\":\"It still works.\",\"picture\":\"/static/img/products/record-player.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"65\",\"nanos\":500000000},\"categories\":[\"music\",\"vintage\"]},{\"id\":\"b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1\",\"name\":\"Film Camera\",\"description\":\"This camera looks like it's a film camera, but it's actually digital.\",\"picture\":\"/static/img/products/film-camera.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"2245\"},\"categories\":[\"photography\",\"vintage\"]},{\"id\":\"839a9115-81fc-4051-a932-10d794a60e0d\",\"name\":\"Air Plant\",\"description\":\"Have you ever wondered whether air plants need water? Buy one and figure out.\",\"picture\":\"/static/img/products/air-plant.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"12\",\"nanos\":300000000},\"categories\":[\"gardening\"]},{\"id\":\"44b18d65-55b0-4b5a-b6ae-22b4797fa31d\",\"name\":\"Metal Camping Mug\",\"description\":\"You probably don't go camping that often but this is better than plastic cups.\",\"picture\":\"/static/img/products/camp-mug.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"24\",\"nanos\":330000000},\"categories\":[\"cookware\"]},{\"id\":\"ced85f5a-d14f-477b-8e41-4c81e0cee168\",\"name\":\"Metal Camping Mug\",\"description\":\"You probably don't go camping that often but this is better than plastic cups.\",\"picture\":\"/static/img/products/camp-mug.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"24\",\"nanos\":330000000},\"categories\":[\"cookware\"]}]}"
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p7",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "bb0719295eade790",
"operationName": "Sent./product/da7524f9-247c-4f63-bafc-3429357e14c9",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "30c84a4fd43f67a2"
}
],
"startTime": 1602566264702208,
"duration": 8571,
"tags": [
{
"key": "http.host",
"type": "string",
"value": "dataservice:9394"
},
{
"key": "http.method",
"type": "string",
"value": "GET"
},
{
"key": "http.status_code",
"type": "int64",
"value": 200
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": "OK"
},
{
"key": "http.path",
"type": "string",
"value": "/product/da7524f9-247c-4f63-bafc-3429357e14c9"
},
{
"key": "http.url",
"type": "string",
"value": "http://dataservice:9394/product/da7524f9-247c-4f63-bafc-3429357e14c9"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p7",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "30c84a4fd43f67a2",
"operationName": "Recv.hipstershop.ProductCatalogService.GetProduct",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "fead218102398e00"
}
],
"startTime": 1602566264701773,
"duration": 9327,
"tags": [
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "grpc.response.body",
"type": "string",
"value": "{\"id\":\"da7524f9-247c-4f63-bafc-3429357e14c9\",\"name\":\"Vintage Camera Lens\",\"description\":\"You won't have a camera to use it and it probably doesn't work anyway.\",\"picture\":\"/static/img/products/camera-lens.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"12\",\"nanos\":490000000},\"categories\":[\"photography\",\"vintage\"]}"
},
{
"key": "Client",
"type": "bool",
"value": false
},
{
"key": "FailFast",
"type": "bool",
"value": false
},
{
"key": "grpc.request.body",
"type": "string",
"value": "{\"id\":\"da7524f9-247c-4f63-bafc-3429357e14c9\"}"
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p7",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "d186b5dc7188e86d",
"operationName": "Sent./product/bc1c0e07-49f6-44f9-a8f7-5121e79258c5",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "4647e702e81a687f"
}
],
"startTime": 1602566264714858,
"duration": 9229,
"tags": [
{
"key": "status.message",
"type": "string",
"value": "OK"
},
{
"key": "http.host",
"type": "string",
"value": "dataservice:9394"
},
{
"key": "http.method",
"type": "string",
"value": "GET"
},
{
"key": "http.status_code",
"type": "int64",
"value": 200
},
{
"key": "http.path",
"type": "string",
"value": "/product/bc1c0e07-49f6-44f9-a8f7-5121e79258c5"
},
{
"key": "http.url",
"type": "string",
"value": "http://dataservice:9394/product/bc1c0e07-49f6-44f9-a8f7-5121e79258c5"
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p7",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "4647e702e81a687f",
"operationName": "Recv.hipstershop.ProductCatalogService.GetProduct",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "a4d565706ac4f62d"
}
],
"startTime": 1602566264713946,
"duration": 11458,
"tags": [
{
"key": "FailFast",
"type": "bool",
"value": false
},
{
"key": "grpc.request.body",
"type": "string",
"value": "{\"id\":\"bc1c0e07-49f6-44f9-a8f7-5121e79258c5\"}"
},
{
"key": "grpc.response.body",
"type": "string",
"value": "{\"id\":\"bc1c0e07-49f6-44f9-a8f7-5121e79258c5\",\"name\":\"City Bike\",\"description\":\"This single gear bike probably cannot climb the hills of San Francisco.\",\"picture\":\"/static/img/products/city-bike.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"789\",\"nanos\":500000000},\"categories\":[\"cycling\"]}"
},
{
"key": "Client",
"type": "bool",
"value": false
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p7",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "e70552908563e94a",
"operationName": "Sent./product/4757080d-a939-4971-b6f6-b98053ef2eae",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "5cc683b6fbf5685c"
}
],
"startTime": 1602566264727946,
"duration": 9658,
"tags": [
{
"key": "http.path",
"type": "string",
"value": "/product/4757080d-a939-4971-b6f6-b98053ef2eae"
},
{
"key": "http.url",
"type": "string",
"value": "http://dataservice:9394/product/4757080d-a939-4971-b6f6-b98053ef2eae"
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": "OK"
},
{
"key": "http.host",
"type": "string",
"value": "dataservice:9394"
},
{
"key": "http.method",
"type": "string",
"value": "GET"
},
{
"key": "http.status_code",
"type": "int64",
"value": 200
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p7",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "a5818e36ab17dfc5",
"operationName": "Sent.hipstershop.ProductCatalogService.GetProduct",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "70c356eeecde9395"
}
],
"startTime": 1602566264712688,
"duration": 13666,
"tags": [
{
"key": "Client",
"type": "bool",
"value": true
},
{
"key": "FailFast",
"type": "bool",
"value": true
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p8",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "e14fc8fc12b76fd2",
"operationName": "Sent./loginservice/check",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "70c356eeecde9395"
}
],
"startTime": 1602566264237654,
"duration": 4444,
"tags": [
{
"key": "http.status_code",
"type": "int64",
"value": 204
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": "OK"
},
{
"key": "http.path",
"type": "string",
"value": "/loginservice/check"
},
{
"key": "http.url",
"type": "string",
"value": "http://loginservice:9395/loginservice/check?token=4a153510-a753-434b-8b4c-b8239061e539"
},
{
"key": "http.host",
"type": "string",
"value": "loginservice:9395"
},
{
"key": "http.method",
"type": "string",
"value": "GET"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [
{
"timestamp": 1602566264237688,
"fields": [
{
"key": "description",
"type": "string",
"value": "GetConn"
},
{
"key": "httptrace.get_connection.host_port",
"type": "string",
"value": "loginservice:9395"
},
{
"key": "message",
"type": "string",
"value": "GetConn"
}
]
},
{
"timestamp": 1602566264237700,
"fields": [
{
"key": "description",
"type": "string",
"value": "GotConn"
},
{
"key": "httptrace.got_connection.idle_time",
"type": "string",
"value": "4.162394944s"
},
{
"key": "httptrace.got_connection.reused",
"type": "bool",
"value": true
},
{
"key": "httptrace.got_connection.was_idle",
"type": "bool",
"value": true
},
{
"key": "message",
"type": "string",
"value": "GotConn"
}
]
},
{
"timestamp": 1602566264237752,
"fields": [
{
"key": "description",
"type": "string",
"value": "WroteRequest"
},
{
"key": "message",
"type": "string",
"value": "WroteRequest"
}
]
},
{
"timestamp": 1602566264241797,
"fields": [
{
"key": "description",
"type": "string",
"value": "GotFirstResponseByte"
},
{
"key": "message",
"type": "string",
"value": "GotFirstResponseByte"
}
]
},
{
"timestamp": 1602566264241979,
"fields": [
{
"key": "description",
"type": "string",
"value": "PutIdleConn"
},
{
"key": "message",
"type": "string",
"value": "PutIdleConn"
}
]
}
],
"processID": "p8",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "52dc390b398f4b0f",
"operationName": "Sent.hipstershop.CheckoutService.PlaceOrder",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "70c356eeecde9395"
}
],
"startTime": 1602566264242895,
"duration": 343249,
"tags": [
{
"key": "Client",
"type": "bool",
"value": true
},
{
"key": "FailFast",
"type": "bool",
"value": true
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p8",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "c368ab195f67274c",
"operationName": "Sent.hipstershop.RecommendationService.ListRecommendations",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "70c356eeecde9395"
}
],
"startTime": 1602566264586813,
"duration": 110832,
"tags": [
{
"key": "FailFast",
"type": "bool",
"value": true
},
{
"key": "Client",
"type": "bool",
"value": true
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p8",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "34f51c28853f0389",
"operationName": "Sent.hipstershop.ProductCatalogService.GetProduct",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "70c356eeecde9395"
}
],
"startTime": 1602566264698182,
"duration": 14431,
"tags": [
{
"key": "Client",
"type": "bool",
"value": true
},
{
"key": "FailFast",
"type": "bool",
"value": true
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p8",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "879a7153f7c7963f",
"operationName": "Sent.hipstershop.ProductCatalogService.GetProduct",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "70c356eeecde9395"
}
],
"startTime": 1602566264739417,
"duration": 9296,
"tags": [
{
"key": "Client",
"type": "bool",
"value": true
},
{
"key": "FailFast",
"type": "bool",
"value": true
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p8",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "160e0045d1efba02",
"operationName": "Sent.hipstershop.ProductCatalogService.GetProduct",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "70c356eeecde9395"
}
],
"startTime": 1602566264726408,
"duration": 12955,
"tags": [
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "FailFast",
"type": "bool",
"value": true
},
{
"key": "Client",
"type": "bool",
"value": true
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p8",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "f826e3611da0727c",
"operationName": "Sent.hipstershop.ProductCatalogService.GetProduct",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "70c356eeecde9395"
}
],
"startTime": 1602566264748788,
"duration": 9188,
"tags": [
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "Client",
"type": "bool",
"value": true
},
{
"key": "FailFast",
"type": "bool",
"value": true
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p8",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "69b3547043784eb9",
"operationName": "Sent.hipstershop.CartService.EmptyCart",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "70c356eeecde9395"
}
],
"startTime": 1602566264758041,
"duration": 4228,
"tags": [
{
"key": "Client",
"type": "bool",
"value": true
},
{
"key": "FailFast",
"type": "bool",
"value": true
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p8",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "70c356eeecde9395",
"operationName": "Recv./cart/checkout",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "82c61c2ab4ac1afc"
}
],
"startTime": 1602566264237481,
"duration": 525818,
"tags": [
{
"key": "http.request.header.Content-Type",
"type": "string",
"value": "application/x-www-form-urlencoded"
},
{
"key": "http.status_code",
"type": "int64",
"value": 200
},
{
"key": "http.request.header.Accept",
"type": "string",
"value": "*/*"
},
{
"key": "http.request.header.Accept-Encoding",
"type": "string",
"value": "gzip, deflate"
},
{
"key": "http.request.header.Name",
"type": "string",
"value": "barbara anderson"
},
{
"key": "http.url",
"type": "string",
"value": "/cart/checkout"
},
{
"key": "status.message",
"type": "string",
"value": "OK"
},
{
"key": "http.host",
"type": "string",
"value": "traceshop"
},
{
"key": "http.user_agent",
"type": "string",
"value": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "http.request.body",
"type": "string",
"value": "email=micaha%40yahoo.com\u0026street_address=3191+County+rd+10\u0026zip_code=14424\u0026city=Canandaigua\u0026state=NY\u0026country=United+States\u0026credit_card_number=5136-3333-3333-3335\u0026credit_card_expiration_month=3\u0026credit_card_expiration_year=2033\u0026credit_card_cvv=345"
},
{
"key": "http.request.header.User-Agent",
"type": "string",
"value": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
},
{
"key": "http.request.header.Archetype",
"type": "string",
"value": "purchasing"
},
{
"key": "http.request.header.Traceparent",
"type": "string",
"value": "00-65272b59f5737e8d6b6e382622ab5735-82c61c2ab4ac1afc-01"
},
{
"key": "http.response.status_code",
"type": "int64",
"value": 200
},
{
"key": "http.response.size",
"type": "int64",
"value": 6058
},
{
"key": "http.request.header.X-Forwarded-For",
"type": "string",
"value": "50.0.1.18"
},
{
"key": "http.request.header.Email",
"type": "string",
"value": "micaha@yahoo.com"
},
{
"key": "http.request.header.Content-Length",
"type": "string",
"value": "243"
},
{
"key": "http.request.cookie.shop_session-id",
"type": "string",
"value": "17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca"
},
{
"key": "http.request.header.X-Forwarded-Proto",
"type": "string",
"value": "http"
},
{
"key": "http.path",
"type": "string",
"value": "/cart/checkout"
},
{
"key": "http.request.header.X-Request-Id",
"type": "string",
"value": "0aafb98b-a49f-9e8a-a221-546394738d14"
},
{
"key": "http.request.header.Cookie",
"type": "string",
"value": "session=4a153510-a753-434b-8b4c-b8239061e539; shop_session-id=17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca"
},
{
"key": "http.request.header.Grpc-Trace-Bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1AYLGHCq0rBr8AgE"
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "http.request.cookie.session",
"type": "string",
"value": "4a153510-a753-434b-8b4c-b8239061e539"
},
{
"key": "HTTP_RESPONSE_TOOK_MS",
"type": "int64",
"value": 521
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p8",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "a6fb446a3622166a",
"operationName": "ingress",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "cb46bc431d08abef"
}
],
"startTime": 1602566264484553,
"duration": 98574,
"tags": [
{
"key": "net.peer.port",
"type": "string",
"value": "46038"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "http.request.header.accept-encoding",
"type": "string",
"value": "gzip"
},
{
"key": "request_size",
"type": "string",
"value": "507"
},
{
"key": "http.request.header.host",
"type": "string",
"value": "partnerintegrationservice:9397"
},
{
"key": "OperationName",
"type": "string",
"value": "Ingress"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "3eeceb78-ea00-9a04-8ea4-71baf09ce186"
},
{
"key": "http.response.header.x-permitted-cross-domain-policies",
"type": "string",
"value": "master-only"
},
{
"key": "http.request.header.x-request-id",
"type": "string",
"value": "3eeceb78-ea00-9a04-8ea4-71baf09ce186"
},
{
"key": "http.request.header.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1ActGvEMdCKvvAgE"
},
{
"key": "http.response.header.x-content-type-options",
"type": "string",
"value": "nosniff"
},
{
"key": "http.response.header.referrer-policy",
"type": "string",
"value": "origin-when-cross-origin, strict-origin-when-cross-origin"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "http.request.header.traceparent",
"type": "string",
"value": "00-65272b59f5737e8d6b6e382622ab5735-cb46bc431d08abef-01"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/1.1"
},
{
"key": "http.response.header.x-xss-protection",
"type": "string",
"value": "1; mode=block"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "svc_http_9397"
},
{
"key": "user_agent",
"type": "string",
"value": "Go-http-client/1.1"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "http.response.header.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "http.request.body",
"type": "string",
"value": "{\"order_id\":\"28\",\"shipping_tracking_id\":\"BG-34642-173380967\",\"shipping_cost\":{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999},\"shipping_address\":{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424},\"items\":[{\"item\":{\"product_id\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"quantity\":1},\"cost\":{\"currency_code\":\"USD\",\"units\":2245}}],\"total_cost\":{\"currency_code\":\"USD\",\"units\":2249,\"nanos\":729999999},\"user_id\":\"8abc819d75201791017520191409001d\"}"
},
{
"key": "http.response.header.x-frame-options",
"type": "string",
"value": "DENY"
},
{
"key": "docker.container_id",
"type": "string",
"value": "f48f14be1e837e5d17bd4fb0674f4a1c0e7370b0aafa171d0dbb7a418de3393f"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "http.request.header.content-length",
"type": "string",
"value": "507"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "http.response.header.content-type",
"type": "string",
"value": "text/plain; charset=UTF-8"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "http.request.header.content-type",
"type": "string",
"value": "application/json"
},
{
"key": "response_size",
"type": "string",
"value": "0"
},
{
"key": "http.url",
"type": "string",
"value": "http://partnerintegrationservice:9397/integrate"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "http.response.header.content-length",
"type": "string",
"value": "0"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "http.request.header.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "http.request.header.user-agent",
"type": "string",
"value": "Go-http-client/1.1"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p9",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "463486a7af9fd28e",
"operationName": "/",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "6f7c914eb011a110"
}
],
"startTime": 1602566264236314,
"duration": 529464,
"tags": [
{
"key": "component",
"type": "string",
"value": "nginx"
},
{
"key": "nginx.worker_pid",
"type": "int64",
"value": 29
},
{
"key": "http.host",
"type": "string",
"value": "traceshop-staging.traceable.ai"
},
{
"key": "http.status_line",
"type": "string",
"value": "200 OK"
},
{
"key": "http.status_code",
"type": "int64",
"value": 200
},
{
"key": "upstream.address",
"type": "string",
"value": "10.125.13.134:8060"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "upstream.name",
"type": "string",
"value": "traceshop"
},
{
"key": "module",
"type": "string",
"value": "traceableai"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.2.21:39224"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [
{
"timestamp": 1602566264236314,
"fields": [
{
"key": "cs",
"type": "string",
"value": "nginx-traceshop"
}
]
},
{
"timestamp": 1602566264765778,
"fields": [
{
"key": "cr",
"type": "string",
"value": "nginx-traceshop"
}
]
}
],
"processID": "p10",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "6f7c914eb011a110",
"operationName": "/",
"references": [],
"startTime": 1602566264236000,
"duration": 529779,
"tags": [
{
"key": "http.request.header.content-length",
"type": "int64",
"value": 243
},
{
"key": "traceable.apidefinition.inspection",
"type": "string",
"value": "OqABCgdzZXNzaW9uEpQBCpEBEo4BCoUBCoABZTAwMzJhZmE0MTQ4MTI5NGQwYmIxMTA0MjZkYTcwZGY3ZjA3OGI5N2UzOTM5YjljMGY3MTgxY2YzMzhjZDVmZTVmYzFhZTg0YzAyNTIxZmRkOWU4NzA3ODVhN2FmMzMwZGFkYmQ5MTU0ODkzZGQ4MzJjODMzMWE4ZDZhZGI3OGYQAhAFGCQiAA=="
},
{
"key": "http.request.header.accept",
"type": "string",
"value": "*/*"
},
{
"key": "http.status_line",
"type": "string",
"value": "200 OK"
},
{
"key": "module",
"type": "string",
"value": "traceableai"
},
{
"key": "http.request.header.content-type",
"type": "string",
"value": "application/x-www-form-urlencoded"
},
{
"key": "http.request.header.accept-encoding",
"type": "string",
"value": "gzip, deflate"
},
{
"key": "http.request.body.size",
"type": "int64",
"value": 243
},
{
"key": "http.request.header.email",
"type": "string",
"value": "micaha@yahoo.com"
},
{
"key": "http.request.header.connection",
"type": "string",
"value": "keep-alive"
},
{
"key": "http.response.header.content-type",
"type": "string",
"value": "text/html; charset=utf-8"
},
{
"key": "http.request.header.host",
"type": "string",
"value": "traceshop-staging.traceable.ai"
},
{
"key": "upstream.address",
"type": "string",
"value": "10.125.13.134:8060"
},
{
"key": "http.host",
"type": "string",
"value": "traceshop-staging.traceable.ai"
},
{
"key": "http.request.header.x-forwarded-for",
"type": "string",
"value": "50.0.1.18"
},
{
"key": "component",
"type": "string",
"value": "nginx"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "http.request.header.cookie",
"type": "string",
"value": "session=e0032afa41481294d0bb110426da70df7f078b97e3939b9c0f7181cf338cd5fe5fc1ae84c02521fdd9e870785a7af330dadbd9154893dd832c8331a8d6adb78f; shop_session-id=17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca"
},
{
"key": "traceable.filter.dlp",
"type": "string",
"value": "[{\"key\":\"http.request.header.cookie\",\"path\":\"session\",\"type\":\"auth\"}]"
},
{
"key": "http.url",
"type": "string",
"value": "http://traceshop-staging.traceable.ai/cart/checkout"
},
{
"key": "http.request.body",
"type": "string",
"value": "email=micaha%40yahoo.com\u0026street_address=3191+County+rd+10\u0026zip_code=14424\u0026city=Canandaigua\u0026state=NY\u0026country=United+States\u0026credit_card_number=5136-3333-3333-3335\u0026credit_card_expiration_month=3\u0026credit_card_expiration_year=2033\u0026credit_card_cvv=345"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.2.21"
},
{
"key": "upstream.name",
"type": "string",
"value": "traceshop"
},
{
"key": "http.status_code",
"type": "int64",
"value": 200
},
{
"key": "http.response.header.transfer-encoding",
"type": "string",
"value": "chunked"
},
{
"key": "nginx.worker_pid",
"type": "int64",
"value": 29
},
{
"key": "http.response.header.server",
"type": "string",
"value": "nginx/1.19.0"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/1.1"
},
{
"key": "http.request.header.archetype",
"type": "string",
"value": "purchasing"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.2.21:39224"
},
{
"key": "http.request.header.user-agent",
"type": "string",
"value": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
},
{
"key": "traceableai.opa.result",
"type": "bool",
"value": true
},
{
"key": "http.response.header.connection",
"type": "string",
"value": "close"
},
{
"key": "span.kind",
"type": "string",
"value": "server"
},
{
"key": "session.id",
"type": "string",
"value": "e0032afa41481294d0bb110426da70df7f078b97e3939b9c0f7181cf338cd5fe5fc1ae84c02521fdd9e870785a7af330dadbd9154893dd832c8331a8d6adb78f"
},
{
"key": "http.request.header.name",
"type": "string",
"value": "barbara anderson"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [
{
"timestamp": 1602566264236000,
"fields": [
{
"key": "sr",
"type": "string",
"value": "nginx-traceshop"
}
]
},
{
"timestamp": 1602566264765779,
"fields": [
{
"key": "ss",
"type": "string",
"value": "nginx-traceshop"
}
]
}
],
"processID": "p10",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "5200d141e7a4dfa8",
"operationName": "ingress",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "ee5a28f810484bb9"
}
],
"startTime": 1602566264395081,
"duration": 55891,
"tags": [
{
"key": "http.request.header.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1Ae5aKPgQSEu5AgE"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "http.response.header.content-type",
"type": "string",
"value": "application/json"
},
{
"key": "net.peer.port",
"type": "string",
"value": "59572"
},
{
"key": "http.response.header.content-length",
"type": "string",
"value": "401"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "http.request.header.traceparent",
"type": "string",
"value": "00-65272b59f5737e8d6b6e382622ab5735-ee5a28f810484bb9-01"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "http.response.body",
"type": "string",
"value": "{\"order_id\":\"28\",\"created\":1602566264411,\"shipping_tracking_id\":\"BG-34642-173380967\",\"shipping_cost\":{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999},\"shipping_address\":{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424},\"total_cost\":{\"currency_code\":\"USD\",\"units\":2249,\"nanos\":729999999},\"user_id\":\"8abc819d75201791017520191409001d\"}"
},
{
"key": "OperationName",
"type": "string",
"value": "Ingress"
},
{
"key": "http.request.header.x-request-id",
"type": "string",
"value": "3cacf236-9973-9c9b-b877-d22160675acb"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "docker.container_id",
"type": "string",
"value": "010b76cc8a48707adc99adc0b58a84648d904533528df23278282dc5d0b7c334"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "response_size",
"type": "string",
"value": "401"
},
{
"key": "http.request.header.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "http.request.body",
"type": "string",
"value": "{\"shipping_tracking_id\":\"BG-34642-173380967\",\"shipping_cost\":{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999},\"shipping_address\":{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424},\"total_cost\":{\"currency_code\":\"USD\",\"units\":2249,\"nanos\":729999999},\"user_id\":\"8abc819d75201791017520191409001d\"}"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/1.1"
},
{
"key": "http.request.header.content-type",
"type": "string",
"value": "application/json"
},
{
"key": "request_size",
"type": "string",
"value": "361"
},
{
"key": "http.url",
"type": "string",
"value": "http://orderservice:4545/order"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "3cacf236-9973-9c9b-b877-d22160675acb"
},
{
"key": "http.request.header.host",
"type": "string",
"value": "orderservice:4545"
},
{
"key": "http.request.header.content-length",
"type": "string",
"value": "361"
},
{
"key": "http.request.header.accept-encoding",
"type": "string",
"value": "gzip"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "svc_http_4545"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "user_agent",
"type": "string",
"value": "Go-http-client/1.1"
},
{
"key": "http.request.header.user-agent",
"type": "string",
"value": "Go-http-client/1.1"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p11",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "21e35a79489640f3",
"operationName": "ingress",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "6f4129f0ab9c883f"
}
],
"startTime": 1602566264358101,
"duration": 2658,
"tags": [
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"1\":{\"1\":\"USD\",\"2\":2249,\"3\":729999999},\"2\":{\"1\":\"5136-3333-3333-3335\",\"2\":345,\"3\":2033,\"4\":3}}"
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "net.peer.port",
"type": "string",
"value": "49212"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.response.metadata.grpc-accept-encoding",
"type": "string",
"value": "identity,deflate,gzip"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.PaymentService/Charge"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "b2fb67d4-b5fc-9ea5-86ab-e90ef2ca0623"
},
{
"key": "rpc.request.metadata.grpc-tags-bin",
"type": "string",
"value": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy"
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{\"1\":\"2976eb55-1eb4-4a67-b773-c11460ae5399\"}"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "rpc.method",
"type": "string",
"value": "Charge"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1AW9BKfCrnIg/AgE"
},
{
"key": "grpc.message",
"type": "string",
"value": "OK"
},
{
"key": "response_size",
"type": "string",
"value": "43"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "OperationName",
"type": "string",
"value": "Ingress"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "paymentservice:50051"
},
{
"key": "request_size",
"type": "string",
"value": "52"
},
{
"key": "rpc.response.metadata.accept-encoding",
"type": "string",
"value": "identity,gzip"
},
{
"key": "rpc.request.metadata.traceparent",
"type": "string",
"value": "00-65272b59f5737e8d6b6e382622ab5735-6f4129f0ab9c883f-01"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "svc_http2_50051"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "grpc.authority",
"type": "string",
"value": "paymentservice:50051"
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.PaymentService/Charge"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "b2fb67d4-b5fc-9ea5-86ab-e90ef2ca0623"
},
{
"key": "docker.container_id",
"type": "string",
"value": "41015270381c2e12fdfb83e0a561f64693d4b7a2edc99e7bdb59b4471f04c445"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.PaymentService"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "http.url",
"type": "string",
"value": "http://paymentservice:50051/hipstershop.PaymentService/Charge"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p12",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "bcb4fb52113e0e24",
"operationName": "Recv.hipstershop.ShippingService.ShipOrder",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "88be1ab4a6b89043"
}
],
"startTime": 1602566264365369,
"duration": 19871,
"tags": [
{
"key": "grpc.response.body",
"type": "string",
"value": "{\"trackingId\":\"BG-34642-173380967\"}"
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "Client",
"type": "bool",
"value": false
},
{
"key": "FailFast",
"type": "bool",
"value": false
},
{
"key": "grpc.request.body",
"type": "string",
"value": "{\"address\":{\"streetAddress\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zipCode\":14424},\"items\":[{\"productId\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"quantity\":1}]}"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p13",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "476f02437e66226f",
"operationName": "Recv.hipstershop.ShippingService.GetQuote",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "5acf95e5af0e6a3a"
}
],
"startTime": 1602566264346429,
"duration": 554,
"tags": [
{
"key": "grpc.request.body",
"type": "string",
"value": "{\"address\":{\"streetAddress\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zipCode\":14424},\"items\":[{\"productId\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"quantity\":1}]}"
},
{
"key": "grpc.response.body",
"type": "string",
"value": "{\"costUsd\":{\"currencyCode\":\"USD\",\"units\":\"4\",\"nanos\":730000000}}"
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "Client",
"type": "bool",
"value": false
},
{
"key": "FailFast",
"type": "bool",
"value": false
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p13",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "31faf462a415fad8",
"operationName": "Sent./shipit",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "bcb4fb52113e0e24"
}
],
"startTime": 1602566264365923,
"duration": 19085,
"tags": [
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": "\"OK\""
},
{
"key": "http.path",
"type": "string",
"value": "/shipit"
},
{
"key": "http.host",
"type": "string",
"value": "shipitservice:9399"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "http.user_agent",
"type": "string",
"value": ""
},
{
"key": "http.status_code",
"type": "int64",
"value": 200
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p13",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "2c754d35ec096499",
"operationName": "egress productcatalogservice:3550",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "34f51c28853f0389"
}
],
"startTime": 1602566264700370,
"duration": 11560,
"tags": [
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "e35297b5-7aa6-9959-87b7-abc744b5f58f"
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "e35297b5-7aa6-9959-87b7-abc744b5f58f"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "response_size",
"type": "string",
"value": "211"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.ProductCatalogService/GetProduct"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.method",
"type": "string",
"value": "GetProduct"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "docker.container_id",
"type": "string",
"value": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58"
},
{
"key": "grpc.authority",
"type": "string",
"value": "productcatalogservice:3550"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.ProductCatalogService/GetProduct"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http2"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "http.url",
"type": "string",
"value": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/GetProduct"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1ATT1HCiFPwOJAgE"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.ProductCatalogService"
},
{
"key": "request_size",
"type": "string",
"value": "43"
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"1\":\"da7524f9-247c-4f63-bafc-3429357e14c9\"}"
},
{
"key": "rpc.response.metadata.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "productcatalogservice:3550"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "net.peer.port",
"type": "string",
"value": "53948"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{\"2\":\"Vintage Camera Lens\",\"3\":\"You won't have a camera to use it and it probably doesn't work anyway.\",\"4\":\"/static/img/products/camera-lens.jpg\",\"5\":{\"2\":12,\"3\":490000000,\"1\":\"USD\"},\"6\":[\"photography\",\"vintage\"],\"1\":\"da7524f9-247c-4f63-bafc-3429357e14c9\"}"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p14",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "a7b3973e24af3ede",
"operationName": "egress loginservice:9395",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "e14fc8fc12b76fd2"
}
],
"startTime": 1602566264237981,
"duration": 3606,
"tags": [
{
"key": "user_agent",
"type": "string",
"value": "Go-http-client/1.1"
},
{
"key": "http.request.header.host",
"type": "string",
"value": "loginservice:9395"
},
{
"key": "http.request.header.accept-encoding",
"type": "string",
"value": "gzip"
},
{
"key": "http.method",
"type": "string",
"value": "GET"
},
{
"key": "net.peer.port",
"type": "string",
"value": "37936"
},
{
"key": "docker.container_id",
"type": "string",
"value": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "response_size",
"type": "string",
"value": "0"
},
{
"key": "http.request.header.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "4bb98d3f-cd95-952a-b4c6-f40109d7c9f9"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "http.request.header.traceparent",
"type": "string",
"value": "00-65272b59f5737e8d6b6e382622ab5735-e14fc8fc12b76fd2-01"
},
{
"key": "http.url",
"type": "string",
"value": "http://loginservice:9395/loginservice/check?token=4a153510-a753-434b-8b4c-b8239061e539"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/1.1"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http"
},
{
"key": "request_size",
"type": "string",
"value": "0"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "http.request.header.x-request-id",
"type": "string",
"value": "4bb98d3f-cd95-952a-b4c6-f40109d7c9f9"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "http.status_code",
"type": "string",
"value": "204"
},
{
"key": "http.response.header.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:43 GMT"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "http.request.header.user-agent",
"type": "string",
"value": "Go-http-client/1.1"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p14",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "5f8c319b9f3e2653",
"operationName": "egress checkoutservice:5050",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "52dc390b398f4b0f"
}
],
"startTime": 1602566264243313,
"duration": 342539,
"tags": [
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "checkoutservice:5050"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "ddf25860-651f-9590-a719-d14eb76c1dd9"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.CheckoutService"
},
{
"key": "net.peer.port",
"type": "string",
"value": "44250"
},
{
"key": "request_size",
"type": "string",
"value": "149"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.method",
"type": "string",
"value": "PlaceOrder"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "rpc.request.metadata.shop-session-id",
"type": "string",
"value": "17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http2"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "response_size",
"type": "string",
"value": "207"
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"3\":{\"2\":\"Canandaigua\",\"3\":\"NY\",\"4\":\"United States\",\"5\":14424,\"1\":\"3191 County rd 10\"},\"5\":\"micaha@yahoo.com\",\"6\":{\"1\":\"5136-3333-3333-3335\",\"2\":345,\"3\":2033,\"4\":3},\"1\":\"8abc819d75201791017520191409001d\",\"2\":\"USD\"}"
},
{
"key": "rpc.response.metadata.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.CheckoutService/PlaceOrder"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{\"1\":{\"3\":{\"1\":\"USD\",\"2\":4,\"3\":729999999},\"4\":{\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\",\"3\":\"NY\",\"4\":\"United States\",\"5\":14424},\"5\":{\"1\":{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":1},\"2\":{\"1\":\"USD\",\"2\":2245}},\"6\":{\"3\":729999999,\"1\":\"USD\",\"2\":2249},\"7\":\"8abc819d75201791017520191409001d\",\"1\":\"28\",\"2\":\"BG-34642-173380967\"}}"
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.CheckoutService/PlaceOrder"
},
{
"key": "grpc.authority",
"type": "string",
"value": "checkoutservice:5050"
},
{
"key": "docker.container_id",
"type": "string",
"value": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "http.url",
"type": "string",
"value": "http://checkoutservice:5050/hipstershop.CheckoutService/PlaceOrder"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1AVLcOQs5j0sPAgE"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "ddf25860-651f-9590-a719-d14eb76c1dd9"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p14",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "82c61c2ab4ac1afc",
"operationName": "ingress",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "463486a7af9fd28e"
}
],
"startTime": 1602566264237097,
"duration": 526779,
"tags": [
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "net.peer.port",
"type": "string",
"value": "33550"
},
{
"key": "user_agent",
"type": "string",
"value": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
},
{
"key": "http.response.header.transfer-encoding",
"type": "string",
"value": "chunked"
},
{
"key": "http.request.header.cookie",
"type": "string",
"value": "session=e0032afa41481294d0bb110426da70df7f078b97e3939b9c0f7181cf338cd5fe5fc1ae84c02521fdd9e870785a7af330dadbd9154893dd832c8331a8d6adb78f; shop_session-id=17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "http.request.header.accept",
"type": "string",
"value": "*/*"
},
{
"key": "http.request.body",
"type": "string",
"value": "email=micaha%40yahoo.com\u0026street_address=3191+County+rd+10\u0026zip_code=14424\u0026city=Canandaigua\u0026state=NY\u0026country=United+States\u0026credit_card_number=5136-3333-3333-3335\u0026credit_card_expiration_month=3\u0026credit_card_expiration_year=2033\u0026credit_card_cvv=345"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "svc_http_8080"
},
{
"key": "http.request.header.traceparent",
"type": "string",
"value": "00-65272b59f5737e8d6b6e382622ab5735-463486a7af9fd28e-01"
},
{
"key": "http.request.header.content-type",
"type": "string",
"value": "application/x-www-form-urlencoded"
},
{
"key": "response_size",
"type": "string",
"value": "6058"
},
{
"key": "request_size",
"type": "string",
"value": "243"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "0aafb98b-a49f-9e8a-a221-546394738d14"
},
{
"key": "http.request.header.content-length",
"type": "string",
"value": "243"
},
{
"key": "http.response.header.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "traceable.apidefinition.inspection",
"type": "string",
"value": "OqABCgdzZXNzaW9uEpQBCpEBEo4BCoUBCoABZTAwMzJhZmE0MTQ4MTI5NGQwYmIxMTA0MjZkYTcwZGY3ZjA3OGI5N2UzOTM5YjljMGY3MTgxY2YzMzhjZDVmZTVmYzFhZTg0YzAyNTIxZmRkOWU4NzA3ODVhN2FmMzMwZGFkYmQ5MTU0ODkzZGQ4MzJjODMzMWE4ZDZhZGI3OGYQAhAFGCQiAA=="
},
{
"key": "session.id",
"type": "string",
"value": "e0032afa41481294d0bb110426da70df7f078b97e3939b9c0f7181cf338cd5fe5fc1ae84c02521fdd9e870785a7af330dadbd9154893dd832c8331a8d6adb78f"
},
{
"key": "http.request.header.user-agent",
"type": "string",
"value": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
},
{
"key": "OperationName",
"type": "string",
"value": "Ingress"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/1.1"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.2.24"
},
{
"key": "http.request.header.name",
"type": "string",
"value": "barbara anderson"
},
{
"key": "http.request.header.x-forwarded-for",
"type": "string",
"value": "50.0.1.18"
},
{
"key": "http.request.header.archetype",
"type": "string",
"value": "purchasing"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.2.24"
},
{
"key": "docker.container_id",
"type": "string",
"value": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58"
},
{
"key": "http.request.header.host",
"type": "string",
"value": "traceshop"
},
{
"key": "http.request.header.email",
"type": "string",
"value": "micaha@yahoo.com"
},
{
"key": "http.request.header.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "traceable.filter.dlp",
"type": "string",
"value": "[{\"key\":\"http.request.header.cookie\",\"path\":\"session\",\"type\":\"auth\"}]"
},
{
"key": "http.url",
"type": "string",
"value": "http://traceshop/cart/checkout"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "http.request.header.accept-encoding",
"type": "string",
"value": "gzip, deflate"
},
{
"key": "http.response.header.content-type",
"type": "string",
"value": "text/html; charset=utf-8"
},
{
"key": "http.request.header.x-request-id",
"type": "string",
"value": "0aafb98b-a49f-9e8a-a221-546394738d14"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.2.24"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p14",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "98004789c06e60a2",
"operationName": "egress productcatalogservice:3550",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "a5818e36ab17dfc5"
}
],
"startTime": 1602566264712970,
"duration": 13236,
"tags": [
{
"key": "http.url",
"type": "string",
"value": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/GetProduct"
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "b9ff2dd3-d6c2-9e7a-af37-2da137d4689b"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "grpc.authority",
"type": "string",
"value": "productcatalogservice:3550"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "request_size",
"type": "string",
"value": "43"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.ProductCatalogService/GetProduct"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http2"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1AaWBjjarF9/FAgE"
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"1\":\"bc1c0e07-49f6-44f9-a8f7-5121e79258c5\"}"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "response_size",
"type": "string",
"value": "188"
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.ProductCatalogService/GetProduct"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "rpc.method",
"type": "string",
"value": "GetProduct"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "docker.container_id",
"type": "string",
"value": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "b9ff2dd3-d6c2-9e7a-af37-2da137d4689b"
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "net.peer.port",
"type": "string",
"value": "53948"
},
{
"key": "rpc.response.metadata.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.ProductCatalogService"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "productcatalogservice:3550"
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{\"4\":\"/static/img/products/city-bike.jpg\",\"5\":{\"1\":\"USD\",\"2\":789,\"3\":500000000},\"6\":\"cycling\",\"1\":\"bc1c0e07-49f6-44f9-a8f7-5121e79258c5\",\"2\":\"City Bike\",\"3\":\"This single gear bike probably cannot climb the hills of San Francisco.\"}"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p14",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "34004e12c5db02ed",
"operationName": "egress productcatalogservice:3550",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "160e0045d1efba02"
}
],
"startTime": 1602566264726701,
"duration": 12409,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58"
},
{
"key": "grpc.authority",
"type": "string",
"value": "productcatalogservice:3550"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.ProductCatalogService/GetProduct"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.response.metadata.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "net.peer.port",
"type": "string",
"value": "53948"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "rpc.method",
"type": "string",
"value": "GetProduct"
},
{
"key": "request_size",
"type": "string",
"value": "43"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http2"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "http.url",
"type": "string",
"value": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/GetProduct"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{\"3\":\"This terrarium will looks great in your white painted living room.\",\"4\":\"/static/img/products/terrarium.jpg\",\"5\":{\"1\":\"USD\",\"2\":36,\"3\":450000000},\"6\":\"gardening\",\"1\":\"4757080d-a939-4971-b6f6-b98053ef2eae\",\"2\":\"Terrarium\"}"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.ProductCatalogService/GetProduct"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "d89f688d-cc5f-9b93-9966-8eb8d8a01f71"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "response_size",
"type": "string",
"value": "184"
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "productcatalogservice:3550"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"1\":\"4757080d-a939-4971-b6f6-b98053ef2eae\"}"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.ProductCatalogService"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "d89f688d-cc5f-9b93-9966-8eb8d8a01f71"
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1ARYOAEXR77oCAgE"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p14",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "c8f50ac4445ccf05",
"operationName": "egress productcatalogservice:3550",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "879a7153f7c7963f"
}
],
"startTime": 1602566264739715,
"duration": 8781,
"tags": [
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "93099805-6ece-9703-b298-5f68dbaf199d"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http2"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.ProductCatalogService/GetProduct"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "response_size",
"type": "string",
"value": "197"
},
{
"key": "net.peer.port",
"type": "string",
"value": "53948"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "http.url",
"type": "string",
"value": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/GetProduct"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1AYeacVP3x5Y/AgE"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "93099805-6ece-9703-b298-5f68dbaf199d"
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.ProductCatalogService/GetProduct"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{\"1\":\"b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1\",\"2\":\"Film Camera\",\"3\":\"This camera looks like it's a film camera, but it's actually digital.\",\"4\":\"/static/img/products/film-camera.jpg\",\"5\":{\"1\":\"USD\",\"2\":2245},\"6\":[\"photography\",\"vintage\"]}"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.ProductCatalogService"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "rpc.response.metadata.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "docker.container_id",
"type": "string",
"value": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "rpc.method",
"type": "string",
"value": "GetProduct"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "grpc.authority",
"type": "string",
"value": "productcatalogservice:3550"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "productcatalogservice:3550"
},
{
"key": "request_size",
"type": "string",
"value": "43"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"1\":\"b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1\"}"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p14",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "4abb7dd55a4397b0",
"operationName": "egress productcatalogservice:3550",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "f826e3611da0727c"
}
],
"startTime": 1602566264749295,
"duration": 8176,
"tags": [
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http2"
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.ProductCatalogService/GetProduct"
},
{
"key": "grpc.authority",
"type": "string",
"value": "productcatalogservice:3550"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "docker.container_id",
"type": "string",
"value": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58"
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "request_size",
"type": "string",
"value": "43"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.response.metadata.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "rpc.method",
"type": "string",
"value": "GetProduct"
},
{
"key": "response_size",
"type": "string",
"value": "183"
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"1\":\"26996ae5-f161-4790-a791-8b2dc9224fb5\"}"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{\"3\":\"Always wanted to brew coffee with Chemex and Aeropress at home?\",\"4\":\"/static/img/products/barista-kit.jpg\",\"5\":{\"1\":\"USD\",\"2\":124},\"6\":\"cookware\",\"1\":\"26996ae5-f161-4790-a791-8b2dc9224fb5\",\"2\":\"Home Barista Kit\"}"
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "productcatalogservice:3550"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.ProductCatalogService/GetProduct"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1Afgm42EdoHJ8AgE"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "net.peer.port",
"type": "string",
"value": "53948"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "ed892c40-56fe-9a53-bd19-84629b1315eb"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "ed892c40-56fe-9a53-bd19-84629b1315eb"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.ProductCatalogService"
},
{
"key": "http.url",
"type": "string",
"value": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/GetProduct"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p14",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "58323d4b410ea7d7",
"operationName": "egress cartservice:7070",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "69b3547043784eb9"
}
],
"startTime": 1602566264758357,
"duration": 3697,
"tags": [
{
"key": "response_size",
"type": "string",
"value": "5"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1AWmzVHBDeE65AgE"
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "net.peer.port",
"type": "string",
"value": "46534"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "rpc.response.metadata.grpc-accept-encoding",
"type": "string",
"value": "identity,deflate,gzip"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "9f7c54dc-685c-96df-a9e8-6599847efe29"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "rpc.response.metadata.accept-encoding",
"type": "string",
"value": "identity,gzip"
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{}"
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "cartservice:7070"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.CartService/EmptyCart"
},
{
"key": "grpc.authority",
"type": "string",
"value": "cartservice:7070"
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"1\":\"17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca\"}"
},
{
"key": "request_size",
"type": "string",
"value": "43"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.CartService/EmptyCart"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "rpc.method",
"type": "string",
"value": "EmptyCart"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "9f7c54dc-685c-96df-a9e8-6599847efe29"
},
{
"key": "rpc.response.metadata.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "docker.container_id",
"type": "string",
"value": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "http.url",
"type": "string",
"value": "http://cartservice:7070/hipstershop.CartService/EmptyCart"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http2"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.CartService"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p14",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "1cfad498761914c9",
"operationName": "egress recommendationservice:8080",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "c368ab195f67274c"
}
],
"startTime": 1602566264587282,
"duration": 110198,
"tags": [
{
"key": "rpc.response.metadata.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "response_size",
"type": "string",
"value": "195"
},
{
"key": "rpc.response.metadata.accept-encoding",
"type": "string",
"value": "identity,gzip"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http2"
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "2398efef-ba02-9b40-b08b-cb22e8de3c20"
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.RecommendationService/ListRecommendations"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{\"1\":[\"da7524f9-247c-4f63-bafc-3429357e14c9\",\"bc1c0e07-49f6-44f9-a8f7-5121e79258c5\",\"4757080d-a939-4971-b6f6-b98053ef2eae\",\"b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1\",\"26996ae5-f161-4790-a791-8b2dc9224fb5\"]}"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "net.peer.port",
"type": "string",
"value": "58302"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.RecommendationService/ListRecommendations"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.RecommendationService"
},
{
"key": "rpc.response.metadata.grpc-accept-encoding",
"type": "string",
"value": "identity,deflate,gzip"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "recommendationservice:8080"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "http.url",
"type": "string",
"value": "http://recommendationservice:8080/hipstershop.RecommendationService/ListRecommendations"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "2398efef-ba02-9b40-b08b-cb22e8de3c20"
},
{
"key": "docker.container_id",
"type": "string",
"value": "71b0c5a15fe278500e0b5bf072872a185785715841ed9c69df8d67d5a7913e58"
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"1\":\"17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca\"}"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "grpc.authority",
"type": "string",
"value": "recommendationservice:8080"
},
{
"key": "rpc.method",
"type": "string",
"value": "ListRecommendations"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1AcNoqxlfZydMAgE"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "request_size",
"type": "string",
"value": "43"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p14",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "2c672cdac6fa0c39",
"operationName": "Sent.hipstershop.EmailService/SendOrderConfirmation",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "5a1d37f81f023340"
}
],
"startTime": 1602566264378000,
"duration": 65220,
"tags": [
{
"key": "docker.container_id",
"type": "string",
"value": "b0f865fc4be2df270815c4f888618833e2356fb05a5c3b77ccac91eb23ee6a6c"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "grpc.request.metadata",
"type": "string",
"value": "Metadata(grpc-accept-encoding=gzip)"
},
{
"key": "grpc.status_code",
"type": "int64",
"value": 0
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p15",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "1300e0afc311a757",
"operationName": "RabbitMQ send",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "5a1d37f81f023340"
}
],
"startTime": 1602566264376000,
"duration": 664,
"tags": [
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "client"
},
{
"key": "rabbitmq.routing_key",
"type": "string",
"value": "audit"
},
{
"key": "rabbitmq.message",
"type": "string",
"value": "{\"address\":{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424},\"items\":[{\"product_id\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"quantity\":1}]}"
},
{
"key": "docker.container_id",
"type": "string",
"value": "b0f865fc4be2df270815c4f888618833e2356fb05a5c3b77ccac91eb23ee6a6c"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p15",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "5a1d37f81f023340",
"operationName": "http.servlet.filter",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "e613ef2b6c85146a"
}
],
"startTime": 1602566264370000,
"duration": 12274,
"tags": [
{
"key": "http.request.method",
"type": "string",
"value": "POST"
},
{
"key": "http.request.url",
"type": "string",
"value": "http://shipitservice:9399/shipit"
},
{
"key": "http.response.status_code",
"type": "int64",
"value": 200
},
{
"key": "docker.container_id",
"type": "string",
"value": "b0f865fc4be2df270815c4f888618833e2356fb05a5c3b77ccac91eb23ee6a6c"
},
{
"key": "tracer.type",
"type": "string",
"value": "java_agent"
},
{
"key": "span.kind",
"type": "string",
"value": "server"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p15",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "fd84ee43993eea27",
"operationName": "Sent./product/b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "7245206a0fd16939"
}
],
"startTime": 1602566264741030,
"duration": 6583,
"tags": [
{
"key": "http.method",
"type": "string",
"value": "GET"
},
{
"key": "http.status_code",
"type": "int64",
"value": 200
},
{
"key": "http.path",
"type": "string",
"value": "/product/b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1"
},
{
"key": "http.url",
"type": "string",
"value": "http://dataservice:9394/product/b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1"
},
{
"key": "http.host",
"type": "string",
"value": "dataservice:9394"
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": "OK"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p7",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "7245206a0fd16939",
"operationName": "Recv.hipstershop.ProductCatalogService.GetProduct",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "30b0d769ef2930d9"
}
],
"startTime": 1602566264740625,
"duration": 7224,
"tags": [
{
"key": "grpc.response.body",
"type": "string",
"value": "{\"id\":\"b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1\",\"name\":\"Film Camera\",\"description\":\"This camera looks like it's a film camera, but it's actually digital.\",\"picture\":\"/static/img/products/film-camera.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"2245\"},\"categories\":[\"photography\",\"vintage\"]}"
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "Client",
"type": "bool",
"value": false
},
{
"key": "FailFast",
"type": "bool",
"value": false
},
{
"key": "grpc.request.body",
"type": "string",
"value": "{\"id\":\"b0f9d969-4f21-4a40-b8f8-2ad1c8442cc1\"}"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p7",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "13048bf7ac19eb04",
"operationName": "Sent./product/26996ae5-f161-4790-a791-8b2dc9224fb5",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "88c4bc1d23ac6a16"
}
],
"startTime": 1602566264750235,
"duration": 6335,
"tags": [
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": "OK"
},
{
"key": "http.url",
"type": "string",
"value": "http://dataservice:9394/product/26996ae5-f161-4790-a791-8b2dc9224fb5"
},
{
"key": "http.host",
"type": "string",
"value": "dataservice:9394"
},
{
"key": "http.method",
"type": "string",
"value": "GET"
},
{
"key": "http.status_code",
"type": "int64",
"value": 200
},
{
"key": "http.path",
"type": "string",
"value": "/product/26996ae5-f161-4790-a791-8b2dc9224fb5"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p7",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "88c4bc1d23ac6a16",
"operationName": "Recv.hipstershop.ProductCatalogService.GetProduct",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "ab4e96a5dac8b144"
}
],
"startTime": 1602566264749877,
"duration": 6906,
"tags": [
{
"key": "grpc.request.body",
"type": "string",
"value": "{\"id\":\"26996ae5-f161-4790-a791-8b2dc9224fb5\"}"
},
{
"key": "status.code",
"type": "int64",
"value": 0
},
{
"key": "status.message",
"type": "string",
"value": ""
},
{
"key": "grpc.response.body",
"type": "string",
"value": "{\"id\":\"26996ae5-f161-4790-a791-8b2dc9224fb5\",\"name\":\"Home Barista Kit\",\"description\":\"Always wanted to brew coffee with Chemex and Aeropress at home?\",\"picture\":\"/static/img/products/barista-kit.jpg\",\"priceUsd\":{\"currencyCode\":\"USD\",\"units\":\"124\"},\"categories\":[\"cookware\"]}"
},
{
"key": "Client",
"type": "bool",
"value": false
},
{
"key": "FailFast",
"type": "bool",
"value": false
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p7",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "e127ab27dc25cf4c",
"operationName": "egress cartservice:7070",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "adf9fe2715f903be"
}
],
"startTime": 1602566264251675,
"duration": 4824,
"tags": [
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.CartService"
},
{
"key": "request_size",
"type": "string",
"value": "43"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "http.url",
"type": "string",
"value": "http://cartservice:7070/hipstershop.CartService/GetCart"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "cartservice:7070"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.CartService/GetCart"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.response.metadata.grpc-accept-encoding",
"type": "string",
"value": "identity,deflate,gzip"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "8883f340-31d4-9ff9-ac25-e0c58c56ad2b"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1Aa35/icV+QO+AgE"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "docker.container_id",
"type": "string",
"value": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "8883f340-31d4-9ff9-ac25-e0c58c56ad2b"
},
{
"key": "grpc.authority",
"type": "string",
"value": "cartservice:7070"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "rpc.method",
"type": "string",
"value": "GetCart"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{\"1\":\"17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca\",\"2\":{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":1}}"
},
{
"key": "rpc.request.metadata.grpc-tags-bin",
"type": "string",
"value": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "rpc.response.metadata.accept-encoding",
"type": "string",
"value": "identity,gzip"
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "rpc.response.metadata.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"1\":\"17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca\"}"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http2"
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.CartService/GetCart"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "net.peer.port",
"type": "string",
"value": "60306"
},
{
"key": "response_size",
"type": "string",
"value": "85"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p16",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "6f4129f0ab9c883f",
"operationName": "egress paymentservice:50051",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "c42bfbd3ab0b5af5"
}
],
"startTime": 1602566264357356,
"duration": 3835,
"tags": [
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"1\":{\"3\":729999999,\"1\":\"USD\",\"2\":2249},\"2\":{\"4\":3,\"1\":\"5136-3333-3333-3335\",\"2\":345,\"3\":2033}}"
},
{
"key": "request_size",
"type": "string",
"value": "52"
},
{
"key": "rpc.response.metadata.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "grpc.message",
"type": "string",
"value": "OK"
},
{
"key": "docker.container_id",
"type": "string",
"value": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "rpc.response.metadata.grpc-accept-encoding",
"type": "string",
"value": "identity,deflate,gzip"
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{\"1\":\"2976eb55-1eb4-4a67-b773-c11460ae5399\"}"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "net.peer.port",
"type": "string",
"value": "49210"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "b2fb67d4-b5fc-9ea5-86ab-e90ef2ca0623"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.method",
"type": "string",
"value": "Charge"
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.PaymentService/Charge"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "b2fb67d4-b5fc-9ea5-86ab-e90ef2ca0623"
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "response_size",
"type": "string",
"value": "43"
},
{
"key": "rpc.response.metadata.accept-encoding",
"type": "string",
"value": "identity,gzip"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.PaymentService"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "rpc.request.metadata.grpc-tags-bin",
"type": "string",
"value": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy"
},
{
"key": "grpc.authority",
"type": "string",
"value": "paymentservice:50051"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "paymentservice:50051"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http2"
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.PaymentService/Charge"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1AcQr+9OrC1r1AgE"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "http.url",
"type": "string",
"value": "http://paymentservice:50051/hipstershop.PaymentService/Charge"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p16",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "c48429b3b3aa456d",
"operationName": "egress productcatalogservice:3550",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "186a3117003015c9"
}
],
"startTime": 1602566264258583,
"duration": 7558,
"tags": [
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "47868698-cfb5-92cb-85f3-24dbaa189214"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "productcatalogservice:3550"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "request_size",
"type": "string",
"value": "43"
},
{
"key": "net.peer.port",
"type": "string",
"value": "55710"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\"}"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.ProductCatalogService/GetProduct"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "docker.container_id",
"type": "string",
"value": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.ProductCatalogService/GetProduct"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http2"
},
{
"key": "rpc.response.metadata.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:43 GMT"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "response_size",
"type": "string",
"value": "197"
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{\"4\":\"/static/img/products/film-camera.jpg\",\"5\":{\"1\":\"USD\",\"2\":2245},\"6\":[\"photography\",\"vintage\"],\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":\"Film Camera\",\"3\":\"This camera looks like it's a film camera, but it's actually digital.\"}"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1ARhqMRcAMBXJAgE"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "grpc.authority",
"type": "string",
"value": "productcatalogservice:3550"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "rpc.request.metadata.grpc-tags-bin",
"type": "string",
"value": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy"
},
{
"key": "http.url",
"type": "string",
"value": "http://productcatalogservice:3550/hipstershop.ProductCatalogService/GetProduct"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.ProductCatalogService"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "rpc.method",
"type": "string",
"value": "GetProduct"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "47868698-cfb5-92cb-85f3-24dbaa189214"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p16",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "2e43e1e47f4ecccd",
"operationName": "egress shippingservice:50051",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "ee4a96f5d59d37df"
}
],
"startTime": 1602566264345355,
"duration": 2097,
"tags": [
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1Ae5KlvXVnTffAgE"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "net.peer.port",
"type": "string",
"value": "36654"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{\"1\":{\"1\":\"USD\",\"2\":4,\"3\":730000000}}"
},
{
"key": "rpc.method",
"type": "string",
"value": "GetQuote"
},
{
"key": "rpc.response.metadata.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "request_size",
"type": "string",
"value": "103"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http2"
},
{
"key": "response_size",
"type": "string",
"value": "20"
},
{
"key": "grpc.authority",
"type": "string",
"value": "shippingservice:50051"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "6f0eba8f-613d-9716-8eac-2f64d1b9556a"
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.ShippingService/GetQuote"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "6f0eba8f-613d-9716-8eac-2f64d1b9556a"
},
{
"key": "docker.container_id",
"type": "string",
"value": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332"
},
{
"key": "rpc.request.metadata.grpc-tags-bin",
"type": "string",
"value": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.ShippingService"
},
{
"key": "http.url",
"type": "string",
"value": "http://shippingservice:50051/hipstershop.ShippingService/GetQuote"
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"1\":{\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\",\"3\":\"NY\",\"4\":\"United States\",\"5\":14424},\"2\":{\"2\":1,\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\"}}"
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "shippingservice:50051"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.ShippingService/GetQuote"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p16",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "ee5a28f810484bb9",
"operationName": "egress orderservice:4545",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "057d92a16cb08d16"
}
],
"startTime": 1602566264393427,
"duration": 57927,
"tags": [
{
"key": "http.request.header.user-agent",
"type": "string",
"value": "Go-http-client/1.1"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "user_agent",
"type": "string",
"value": "Go-http-client/1.1"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http"
},
{
"key": "http.response.header.content-length",
"type": "string",
"value": "401"
},
{
"key": "http.url",
"type": "string",
"value": "http://orderservice:4545/order"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "http.response.header.content-type",
"type": "string",
"value": "application/json"
},
{
"key": "http.response.header.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "request_size",
"type": "string",
"value": "361"
},
{
"key": "http.request.header.accept-encoding",
"type": "string",
"value": "gzip"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "3cacf236-9973-9c9b-b877-d22160675acb"
},
{
"key": "http.request.header.content-length",
"type": "string",
"value": "361"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "docker.container_id",
"type": "string",
"value": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332"
},
{
"key": "http.request.header.host",
"type": "string",
"value": "orderservice:4545"
},
{
"key": "http.request.header.content-type",
"type": "string",
"value": "application/json"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "http.request.header.traceparent",
"type": "string",
"value": "00-65272b59f5737e8d6b6e382622ab5735-057d92a16cb08d16-01"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/1.1"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "http.request.header.x-request-id",
"type": "string",
"value": "3cacf236-9973-9c9b-b877-d22160675acb"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "response_size",
"type": "string",
"value": "401"
},
{
"key": "http.request.body",
"type": "string",
"value": "{\"shipping_tracking_id\":\"BG-34642-173380967\",\"shipping_cost\":{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999},\"shipping_address\":{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424},\"total_cost\":{\"currency_code\":\"USD\",\"units\":2249,\"nanos\":729999999},\"user_id\":\"8abc819d75201791017520191409001d\"}"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "net.peer.port",
"type": "string",
"value": "57274"
},
{
"key": "http.response.body",
"type": "string",
"value": "{\"order_id\":\"28\",\"created\":1602566264411,\"shipping_tracking_id\":\"BG-34642-173380967\",\"shipping_cost\":{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999},\"shipping_address\":{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424},\"total_cost\":{\"currency_code\":\"USD\",\"units\":2249,\"nanos\":729999999},\"user_id\":\"8abc819d75201791017520191409001d\"}"
},
{
"key": "http.request.header.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p16",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "eb500e1d1bd9e90a",
"operationName": "egress shippingservice:50051",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "2f9c2dc396426b00"
}
],
"startTime": 1602566264363976,
"duration": 23024,
"tags": [
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.ShippingService/ShipOrder"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.ShippingService"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "782823f4-5f28-9c23-8697-9b6e3ace23d5"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http2"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "782823f4-5f28-9c23-8697-9b6e3ace23d5"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "docker.container_id",
"type": "string",
"value": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332"
},
{
"key": "grpc.authority",
"type": "string",
"value": "shippingservice:50051"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "rpc.method",
"type": "string",
"value": "ShipOrder"
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "shippingservice:50051"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"1\":{\"4\":\"United States\",\"5\":14424,\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\",\"3\":\"NY\"},\"2\":{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":1}}"
},
{
"key": "request_size",
"type": "string",
"value": "103"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1AS+cLcOWQmsAAgE"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.response.metadata.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.ShippingService/ShipOrder"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "net.peer.port",
"type": "string",
"value": "36666"
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{\"1\":\"BG-34642-173380967\"}"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.request.metadata.grpc-tags-bin",
"type": "string",
"value": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy"
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "http.url",
"type": "string",
"value": "http://shippingservice:50051/hipstershop.ShippingService/ShipOrder"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "response_size",
"type": "string",
"value": "25"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p16",
"warnings": [
"clock skew adjustment disabled; not applying calculated delta of -1.4795ms",
"clock skew adjustment disabled; not applying calculated delta of -1.4795ms",
"clock skew adjustment disabled; not applying calculated delta of -1.4795ms",
"clock skew adjustment disabled; not applying calculated delta of -1.4795ms",
"clock skew adjustment disabled; not applying calculated delta of -1.4795ms",
"clock skew adjustment disabled; not applying calculated delta of -1.4795ms"
]
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "66291729b73e56e7",
"operationName": "egress cartservice:7070",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "9a0c60b281797c0b"
}
],
"startTime": 1602566264388155,
"duration": 4353,
"tags": [
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "cartservice:7070"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "34d804b2-c0c4-9756-b09c-7814ca6a5aee"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{}"
},
{
"key": "rpc.request.metadata.grpc-tags-bin",
"type": "string",
"value": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1AZoMYLKBeXwLAgE"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "34d804b2-c0c4-9756-b09c-7814ca6a5aee"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.CartService/EmptyCart"
},
{
"key": "request_size",
"type": "string",
"value": "39"
},
{
"key": "net.peer.port",
"type": "string",
"value": "60338"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "docker.container_id",
"type": "string",
"value": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332"
},
{
"key": "response_size",
"type": "string",
"value": "5"
},
{
"key": "rpc.response.metadata.grpc-accept-encoding",
"type": "string",
"value": "identity,deflate,gzip"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.CartService/EmptyCart"
},
{
"key": "rpc.response.metadata.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.CartService"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "grpc.authority",
"type": "string",
"value": "cartservice:7070"
},
{
"key": "rpc.response.metadata.accept-encoding",
"type": "string",
"value": "identity,gzip"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "http.url",
"type": "string",
"value": "http://cartservice:7070/hipstershop.CartService/EmptyCart"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http2"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "rpc.method",
"type": "string",
"value": "EmptyCart"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"1\":\"8abc819d75201791017520191409001d\"}"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p16",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "3285c8d811560cad",
"operationName": "egress emailservice:5000",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "70edc49057e79e21"
}
],
"startTime": 1602566264456118,
"duration": 23573,
"tags": [
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "emailservice:5000"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "grpc.authority",
"type": "string",
"value": "emailservice:5000"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "request_size",
"type": "string",
"value": "225"
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{}"
},
{
"key": "docker.container_id",
"type": "string",
"value": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332"
},
{
"key": "http.url",
"type": "string",
"value": "http://emailservice:5000/hipstershop.EmailService/SendOrderConfirmation"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "3f2d7299-5718-9fc6-95dc-f79b3c054d00"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.EmailService"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http2"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "3f2d7299-5718-9fc6-95dc-f79b3c054d00"
},
{
"key": "net.peer.port",
"type": "string",
"value": "57360"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.EmailService/SendOrderConfirmation"
},
{
"key": "rpc.response.metadata.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.method",
"type": "string",
"value": "SendOrderConfirmation"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1AXDtxJBX554hAgE"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "response_size",
"type": "string",
"value": "5"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "rpc.response.metadata.accept-encoding",
"type": "string",
"value": "identity,gzip"
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"1\":\"micaha@yahoo.com\",\"2\":{\"1\":\"28\",\"2\":\"BG-34642-173380967\",\"3\":{\"1\":\"USD\",\"2\":4,\"3\":729999999},\"4\":{\"4\":\"United States\",\"5\":14424,\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\",\"3\":\"NY\"},\"5\":{\"1\":{\"2\":1,\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\"},\"2\":{\"1\":\"USD\",\"2\":2245}},\"6\":{\"2\":2249,\"3\":729999999,\"1\":\"USD\"},\"7\":\"8abc819d75201791017520191409001d\"}}"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.EmailService/SendOrderConfirmation"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.response.metadata.grpc-accept-encoding",
"type": "string",
"value": "identity,deflate,gzip"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "rpc.request.metadata.grpc-tags-bin",
"type": "string",
"value": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p16",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "cb46bc431d08abef",
"operationName": "egress partnerintegrationservice:9397",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "db5df77f421eb02c"
}
],
"startTime": 1602566264481684,
"duration": 102066,
"tags": [
{
"key": "http.request.header.content-length",
"type": "string",
"value": "507"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "http.request.body",
"type": "string",
"value": "{\"order_id\":\"28\",\"shipping_tracking_id\":\"BG-34642-173380967\",\"shipping_cost\":{\"currency_code\":\"USD\",\"units\":4,\"nanos\":729999999},\"shipping_address\":{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424},\"items\":[{\"item\":{\"product_id\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"quantity\":1},\"cost\":{\"currency_code\":\"USD\",\"units\":2245}}],\"total_cost\":{\"currency_code\":\"USD\",\"units\":2249,\"nanos\":729999999},\"user_id\":\"8abc819d75201791017520191409001d\"}"
},
{
"key": "http.response.header.x-frame-options",
"type": "string",
"value": "DENY"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "response_size",
"type": "string",
"value": "0"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "http.response.header.x-permitted-cross-domain-policies",
"type": "string",
"value": "master-only"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/1.1"
},
{
"key": "http.response.header.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "http.response.header.x-xss-protection",
"type": "string",
"value": "1; mode=block"
},
{
"key": "request_size",
"type": "string",
"value": "507"
},
{
"key": "http.response.header.content-length",
"type": "string",
"value": "0"
},
{
"key": "user_agent",
"type": "string",
"value": "Go-http-client/1.1"
},
{
"key": "http.url",
"type": "string",
"value": "http://partnerintegrationservice:9397/integrate"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "3eeceb78-ea00-9a04-8ea4-71baf09ce186"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "http.response.header.content-type",
"type": "string",
"value": "text/plain; charset=UTF-8"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "http.request.header.traceparent",
"type": "string",
"value": "00-65272b59f5737e8d6b6e382622ab5735-db5df77f421eb02c-01"
},
{
"key": "http.request.header.x-request-id",
"type": "string",
"value": "3eeceb78-ea00-9a04-8ea4-71baf09ce186"
},
{
"key": "http.request.header.content-type",
"type": "string",
"value": "application/json"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "http.request.header.user-agent",
"type": "string",
"value": "Go-http-client/1.1"
},
{
"key": "http.response.header.x-content-type-options",
"type": "string",
"value": "nosniff"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "http.response.header.referrer-policy",
"type": "string",
"value": "origin-when-cross-origin, strict-origin-when-cross-origin"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "http.request.header.host",
"type": "string",
"value": "partnerintegrationservice:9397"
},
{
"key": "http.request.header.accept-encoding",
"type": "string",
"value": "gzip"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "http.request.header.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "docker.container_id",
"type": "string",
"value": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332"
},
{
"key": "net.peer.port",
"type": "string",
"value": "43778"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p16",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "b8e5fa07c2409a6a",
"operationName": "ingress",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "5f8c319b9f3e2653"
}
],
"startTime": 1602566264245620,
"duration": 339639,
"tags": [
{
"key": "rpc.request.metadata.traceparent",
"type": "string",
"value": "00-65272b59f5737e8d6b6e382622ab5735-5f8c319b9f3e2653-01"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1AV+MMZufPiZTAgE"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "request_size",
"type": "string",
"value": "149"
},
{
"key": "rpc.request.metadata.shop-session-id",
"type": "string",
"value": "17fbe34b-b25d-4ed3-a041-cd4a83bfc2ca"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "response_size",
"type": "string",
"value": "207"
},
{
"key": "OperationName",
"type": "string",
"value": "Ingress"
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"2\":\"USD\",\"3\":{\"4\":\"United States\",\"5\":14424,\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\",\"3\":\"NY\"},\"5\":\"micaha@yahoo.com\",\"6\":{\"1\":\"5136-3333-3333-3335\",\"2\":345,\"3\":2033,\"4\":3},\"1\":\"8abc819d75201791017520191409001d\"}"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.CheckoutService/PlaceOrder"
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "checkoutservice:5050"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.CheckoutService"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "svc_http2_5050"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "ddf25860-651f-9590-a719-d14eb76c1dd9"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "docker.container_id",
"type": "string",
"value": "a9066d0f694d7d195a1dc2a190194935bbc03083066ecf11649aff4e1a6a3332"
},
{
"key": "net.peer.port",
"type": "string",
"value": "42402"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.28.0"
},
{
"key": "http.url",
"type": "string",
"value": "http://checkoutservice:5050/hipstershop.CheckoutService/PlaceOrder"
},
{
"key": "rpc.method",
"type": "string",
"value": "PlaceOrder"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "ddf25860-651f-9590-a719-d14eb76c1dd9"
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.CheckoutService/PlaceOrder"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.2.20"
},
{
"key": "grpc.authority",
"type": "string",
"value": "checkoutservice:5050"
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{\"1\":{\"6\":{\"1\":\"USD\",\"2\":2249,\"3\":729999999},\"7\":\"8abc819d75201791017520191409001d\",\"1\":\"28\",\"2\":\"BG-34642-173380967\",\"3\":{\"1\":\"USD\",\"2\":4,\"3\":729999999},\"4\":{\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\",\"3\":\"NY\",\"4\":\"United States\",\"5\":14424},\"5\":{\"1\":{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":1},\"2\":{\"1\":\"USD\",\"2\":2245}}}}"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p16",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "8f13954f86b162a8",
"operationName": "ingress",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "8462b5b807afdfd4"
}
],
"startTime": 1602566264385351,
"duration": 53939,
"tags": [
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.response.metadata.grpc-accept-encoding",
"type": "string",
"value": "identity,deflate,gzip"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "emailservice:5000"
},
{
"key": "response_size",
"type": "string",
"value": "5"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "9e9a1fe4-0a28-935d-8205-39693c043c50"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.2.29"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"2\":{\"3\":{},\"4\":{\"3\":\"NY\",\"4\":\"United States\",\"5\":14424,\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\"},\"5\":{\"1\":{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":1},\"2\":{}}}}"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.EmailService"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1AYRitbgHr9/UAgE"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "http.url",
"type": "string",
"value": "http://emailservice:5000/hipstershop.EmailService/SendOrderConfirmation"
},
{
"key": "OperationName",
"type": "string",
"value": "Ingress"
},
{
"key": "rpc.response.metadata.accept-encoding",
"type": "string",
"value": "identity,gzip"
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.EmailService/SendOrderConfirmation"
},
{
"key": "grpc.authority",
"type": "string",
"value": "emailservice:5000"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.EmailService/SendOrderConfirmation"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.2.29"
},
{
"key": "docker.container_id",
"type": "string",
"value": "dfe3dcc6ce0bef74490611ff7280d44a82a1de2d68d95f4d6088084b5d550570"
},
{
"key": "rpc.request.metadata.grpc-accept-encoding",
"type": "string",
"value": "gzip"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "9e9a1fe4-0a28-935d-8205-39693c043c50"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-java-netty/1.18.0"
},
{
"key": "request_size",
"type": "string",
"value": "111"
},
{
"key": "net.peer.port",
"type": "string",
"value": "38016"
},
{
"key": "rpc.method",
"type": "string",
"value": "SendOrderConfirmation"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.2.29"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "svc_http2_8080"
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{}"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "rpc.request.metadata.traceparent",
"type": "string",
"value": "00-65272b59f5737e8d6b6e382622ab5735-8462b5b807afdfd4-01"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-java-netty/1.18.0"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p17",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "868111ad0cd6403f",
"operationName": "ingress",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "3285c8d811560cad"
}
],
"startTime": 1602566264456999,
"duration": 22399,
"tags": [
{
"key": "http.url",
"type": "string",
"value": "http://emailservice:5000/hipstershop.EmailService/SendOrderConfirmation"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "rpc.request.metadata.grpc-tags-bin",
"type": "string",
"value": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.EmailService/SendOrderConfirmation"
},
{
"key": "response_size",
"type": "string",
"value": "5"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.EmailService"
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "emailservice:5000"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "grpc.authority",
"type": "string",
"value": "emailservice:5000"
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.EmailService/SendOrderConfirmation"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "OperationName",
"type": "string",
"value": "Ingress"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "rpc.response.metadata.accept-encoding",
"type": "string",
"value": "identity,gzip"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{}"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "rpc.method",
"type": "string",
"value": "SendOrderConfirmation"
},
{
"key": "rpc.request.metadata.traceparent",
"type": "string",
"value": "00-65272b59f5737e8d6b6e382622ab5735-3285c8d811560cad-01"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "3f2d7299-5718-9fc6-95dc-f79b3c054d00"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "request_size",
"type": "string",
"value": "225"
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1ATKFyNgRVgytAgE"
},
{
"key": "docker.container_id",
"type": "string",
"value": "dfe3dcc6ce0bef74490611ff7280d44a82a1de2d68d95f4d6088084b5d550570"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "svc_http2_8080"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"1\":\"micaha@yahoo.com\",\"2\":{\"6\":{\"3\":729999999,\"1\":\"USD\",\"2\":2249},\"7\":\"8abc819d75201791017520191409001d\",\"1\":\"28\",\"2\":\"BG-34642-173380967\",\"3\":{\"1\":\"USD\",\"2\":4,\"3\":729999999},\"4\":{\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\",\"3\":\"NY\",\"4\":\"United States\",\"5\":14424},\"5\":{\"1\":{\"2\":1,\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\"},\"2\":{\"2\":2245,\"1\":\"USD\"}}}}"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "net.peer.port",
"type": "string",
"value": "57362"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "3f2d7299-5718-9fc6-95dc-f79b3c054d00"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "rpc.response.metadata.grpc-accept-encoding",
"type": "string",
"value": "identity,deflate,gzip"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p17",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "5acf95e5af0e6a3a",
"operationName": "ingress",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "2e43e1e47f4ecccd"
}
],
"startTime": 1602566264346095,
"duration": 1196,
"tags": [
{
"key": "rpc.method",
"type": "string",
"value": "GetQuote"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "6f0eba8f-613d-9716-8eac-2f64d1b9556a"
},
{
"key": "OperationName",
"type": "string",
"value": "Ingress"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "docker.container_id",
"type": "string",
"value": "8ec5b33f27223d3ce99d734d1ba0a81c518bf17270981d5db4c0540ecf36f444"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "rpc.request.metadata.traceparent",
"type": "string",
"value": "00-65272b59f5737e8d6b6e382622ab5735-2e43e1e47f4ecccd-01"
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "shippingservice:50051"
},
{
"key": "net.peer.port",
"type": "string",
"value": "36656"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "svc_http2_50051"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "rpc.request.metadata.grpc-tags-bin",
"type": "string",
"value": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "response_size",
"type": "string",
"value": "20"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.ShippingService/GetQuote"
},
{
"key": "http.url",
"type": "string",
"value": "http://shippingservice:50051/hipstershop.ShippingService/GetQuote"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"2\":{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":1},\"1\":{\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\",\"3\":\"NY\",\"4\":\"United States\",\"5\":14424}}"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.ShippingService"
},
{
"key": "grpc.authority",
"type": "string",
"value": "shippingservice:50051"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "6f0eba8f-613d-9716-8eac-2f64d1b9556a"
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{\"1\":{\"1\":\"USD\",\"2\":4,\"3\":730000000}}"
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.ShippingService/GetQuote"
},
{
"key": "request_size",
"type": "string",
"value": "103"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1AS5D4eR/TszNAgE"
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p18",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "ee761e2bb8830231",
"operationName": "egress shipitservice:9399",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "31faf462a415fad8"
}
],
"startTime": 1602566264366155,
"duration": 18425,
"tags": [
{
"key": "http.response.header.content-length",
"type": "string",
"value": "0"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.1.28"
},
{
"key": "http.request.header.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "response_size",
"type": "string",
"value": "0"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "user_agent",
"type": "string",
"value": "Go-http-client/1.1"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.1.28"
},
{
"key": "http.request.header.traceparent",
"type": "string",
"value": "00-65272b59f5737e8d6b6e382622ab5735-31faf462a415fad8-01"
},
{
"key": "http.response.header.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:43 GMT"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.1.28"
},
{
"key": "http.request.header.content-length",
"type": "string",
"value": "204"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "http.request.header.content-type",
"type": "string",
"value": "application/json"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/1.1"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "docker.container_id",
"type": "string",
"value": "8ec5b33f27223d3ce99d734d1ba0a81c518bf17270981d5db4c0540ecf36f444"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "7f2993c7-1600-9355-9834-b7eb68012fe7"
},
{
"key": "http.url",
"type": "string",
"value": "http://shipitservice:9399/shipit"
},
{
"key": "http.request.header.user-agent",
"type": "string",
"value": "Go-http-client/1.1"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "net.peer.port",
"type": "string",
"value": "34410"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "egress_http"
},
{
"key": "OperationName",
"type": "string",
"value": "Egress"
},
{
"key": "request_size",
"type": "string",
"value": "204"
},
{
"key": "http.request.body",
"type": "string",
"value": "{\"address\":{\"street_address\":\"3191 County rd 10\",\"city\":\"Canandaigua\",\"state\":\"NY\",\"country\":\"United States\",\"zip_code\":14424},\"items\":[{\"product_id\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"quantity\":1}]}"
},
{
"key": "http.request.header.accept-encoding",
"type": "string",
"value": "gzip"
},
{
"key": "http.request.header.host",
"type": "string",
"value": "shipitservice:9399"
},
{
"key": "http.request.header.x-request-id",
"type": "string",
"value": "7f2993c7-1600-9355-9834-b7eb68012fe7"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p18",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "88be1ab4a6b89043",
"operationName": "ingress",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "eb500e1d1bd9e90a"
}
],
"startTime": 1602566264365090,
"duration": 20500,
"tags": [
{
"key": "rpc.request.metadata.:path",
"type": "string",
"value": "/hipstershop.ShippingService/ShipOrder"
},
{
"key": "user_agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "http.status_code",
"type": "string",
"value": "200"
},
{
"key": "grpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.method",
"type": "string",
"value": "ShipOrder"
},
{
"key": "rpc.request.metadata.:method",
"type": "string",
"value": "POST"
},
{
"key": "grpc.content_type",
"type": "string",
"value": "application/grpc"
},
{
"key": "http.protocol",
"type": "string",
"value": "HTTP/2"
},
{
"key": "rpc.service",
"type": "string",
"value": "hipstershop.ShippingService"
},
{
"key": "grpc.message",
"type": "string",
"value": ""
},
{
"key": "rpc.response.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "grpc.path",
"type": "string",
"value": "/hipstershop.ShippingService/ShipOrder"
},
{
"key": "response_flags",
"type": "string",
"value": "-"
},
{
"key": "zone",
"type": "string",
"value": ""
},
{
"key": "docker.container_id",
"type": "string",
"value": "8ec5b33f27223d3ce99d734d1ba0a81c518bf17270981d5db4c0540ecf36f444"
},
{
"key": "rpc.request.body",
"type": "string",
"value": "{\"1\":{\"3\":\"NY\",\"4\":\"United States\",\"5\":14424,\"1\":\"3191 County rd 10\",\"2\":\"Canandaigua\"},\"2\":{\"1\":\"8aefe144-d3a3-4be3-b76c-526531d09b19\",\"2\":1}}"
},
{
"key": "rpc.response.body",
"type": "string",
"value": "{\"1\":\"BG-34642-173380967\"}"
},
{
"key": "http.url",
"type": "string",
"value": "http://shippingservice:50051/hipstershop.ShippingService/ShipOrder"
},
{
"key": "http.method",
"type": "string",
"value": "POST"
},
{
"key": "upstream_cluster",
"type": "string",
"value": "svc_http2_50051"
},
{
"key": "rpc.status_code",
"type": "string",
"value": "0"
},
{
"key": "rpc.request.metadata.x-request-id",
"type": "string",
"value": "782823f4-5f28-9c23-8697-9b6e3ace23d5"
},
{
"key": "rpc.request.metadata.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "downstream_cluster",
"type": "string",
"value": "-"
},
{
"key": "rpc.request.metadata.:scheme",
"type": "string",
"value": "http"
},
{
"key": "request_size",
"type": "string",
"value": "103"
},
{
"key": "grpc.authority",
"type": "string",
"value": "shippingservice:50051"
},
{
"key": "rpc.request.metadata.traceparent",
"type": "string",
"value": "00-65272b59f5737e8d6b6e382622ab5735-eb500e1d1bd9e90a-01"
},
{
"key": "rpc.request.metadata.grpc-trace-bin",
"type": "string",
"value": "AABlJytZ9XN+jWtuOCYiq1c1AetQDh0b2ekKAgE"
},
{
"key": "net.peer.ip",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "OperationName",
"type": "string",
"value": "Ingress"
},
{
"key": "rpc.request.metadata.:authority",
"type": "string",
"value": "shippingservice:50051"
},
{
"key": "rpc.response.metadata.:status",
"type": "string",
"value": "200"
},
{
"key": "rpc.request.metadata.grpc-tags-bin",
"type": "string",
"value": "AAASZ3JwY19zZXJ2ZXJfbWV0aG9kJmhpcHN0ZXJzaG9wLkNoZWNrb3V0U2VydmljZS9QbGFjZU9yZGVy"
},
{
"key": "rpc.system",
"type": "string",
"value": "grpc"
},
{
"key": "peer.address",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "node_id",
"type": "string",
"value": ""
},
{
"key": "rpc.request.metadata.content-type",
"type": "string",
"value": "application/grpc"
},
{
"key": "rpc.request.metadata.user-agent",
"type": "string",
"value": "grpc-go/1.32.0"
},
{
"key": "tracer.type",
"type": "string",
"value": "traceable_proxy"
},
{
"key": "rpc.request.metadata.te",
"type": "string",
"value": "trailers"
},
{
"key": "proxy.client.addr",
"type": "string",
"value": "10.60.1.19"
},
{
"key": "guid:x-request-id",
"type": "string",
"value": "782823f4-5f28-9c23-8697-9b6e3ace23d5"
},
{
"key": "response_size",
"type": "string",
"value": "25"
},
{
"key": "net.peer.port",
"type": "string",
"value": "36656"
},
{
"key": "component",
"type": "string",
"value": "proxy"
},
{
"key": "internal.span.format",
"type": "string",
"value": "jaeger"
}
],
"logs": [],
"processID": "p18",
"warnings": null
},
{
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "e613ef2b6c85146a",
"operationName": "ingress",
"references": [
{
"refType": "CHILD_OF",
"traceID": "65272b59f5737e8d6b6e382622ab5735",
"spanID": "ee761e2bb8830231"
}
],
"startTime": 1602566264368124,
"duration": 16083,
"tags": [
{
"key": "guid:x-request-id",
"type": "string",
"value": "7f2993c7-1600-9355-9834-b7eb68012fe7"
},
{
"key": "http.request.header.content-length",
"type": "string",
"value": "204"
},
{
"key": "http.request.header.x-forwarded-proto",
"type": "string",
"value": "http"
},
{
"key": "http.response.header.content-length",
"type": "string",
"value": "0"
},
{
"key": "http.response.header.date",
"type": "string",
"value": "Tue, 13 Oct 2020 05:17:44 GMT"
},
{
"key": "http.request.header.content-type",
"type": "string",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment