snpcp commented on issue #5052:
URL: https://github.com/apache/skywalking/issues/5052#issuecomment-655255193


   This is a correct request, but still has the 90s problem.
   ``` JSON
   {
     "data": {
       "trace": {
         "spans": [
           {
             "traceId": "1594177138929.157271546.55297",
             "segmentId": "1594177138929.157271546.55297",
             "spanId": 0,
             "parentSpanId": -1,
             "refs": [],
             "serviceCode": "ATG-Test",
             "startTime": 1594177138929,
             "endTime": 1594177138939,
             "endpointName": "/a/b/c",
             "type": "Entry",
             "peer": "",
             "component": "Nginx",
             "isError": false,
             "layer": "Http",
             "tags": [
               {
                 "key": "http.method",
                 "value": "GET"
               },
               {
                 "key": "http.params",
                 "value": "http://10.9.1.103/a/b/c";
               }
             ],
             "logs": []
           },
           {
             "traceId": "1594177138929.157271546.55297",
             "segmentId": "1594177138929.157271546.55297",
             "spanId": 1,
             "parentSpanId": 0,
             "refs": [],
             "serviceCode": "ATG-Test",
             "startTime": 1594177138929,
             "endTime": 1594177138939,
             "endpointName": "/a/b/c",
             "type": "Exit",
             "peer": "server-1",
             "component": "Nginx",
             "isError": false,
             "layer": "Http",
             "tags": [],
             "logs": []
           },
           {
             "traceId": "1594177138929.157271546.55297",
             "segmentId": "1594177040786.783462451.77581",
             "spanId": 0,
             "parentSpanId": -1,
             "refs": [
               {
                 "traceId": "1594177138929.157271546.55297",
                 "parentSegmentId": "1594177138929.157271546.55297",
                 "parentSpanId": 1,
                 "type": "CROSS_PROCESS"
               }
             ],
             "serviceCode": "User Service Name 1",
             "startTime": 1594177040786,
             "endTime": 1594177040795,
             "endpointName": "/ingress01",
             "type": "Entry",
             "peer": "",
             "component": "Nginx",
             "isError": false,
             "layer": "Http",
             "tags": [
               {
                 "key": "http.method",
                 "value": "GET"
               },
               {
                 "key": "http.params",
                 "value": "http://10.9.1.103/ingress01";
               }
             ],
             "logs": []
           },
           {
             "traceId": "1594177138929.157271546.55297",
             "segmentId": "1594177040786.783462451.77581",
             "spanId": 1,
             "parentSpanId": 0,
             "refs": [],
             "serviceCode": "User Service Name 1",
             "startTime": 1594177040786,
             "endTime": 1594177040795,
             "endpointName": "/ingress01",
             "type": "Exit",
             "peer": "upstream service 1",
             "component": "Nginx",
             "isError": false,
             "layer": "Http",
             "tags": [],
             "logs": []
           }
         ]
       }
     }
   }


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to