github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/webapp/traces/traceSample.json (about)

     1  {
     2    "data": [
     3      {
     4        "traceID": "68f464e5bf3714b6",
     5        "spans": [
     6          {
     7            "traceID": "68f464e5bf3714b6",
     8            "spanID": "112052eebc933005",
     9            "flags": 1,
    10            "operationName": "/driver.DriverService/FindNearest",
    11            "references": [
    12              {
    13                "refType": "CHILD_OF",
    14                "traceID": "68f464e5bf3714b6",
    15                "spanID": "7f1e9a9b718ae1f0"
    16              }
    17            ],
    18            "startTime": 1657053117821682,
    19            "duration": 200138,
    20            "tags": [
    21              {
    22                "key": "span.kind",
    23                "type": "string",
    24                "value": "server"
    25              },
    26              {
    27                "key": "component",
    28                "type": "string",
    29                "value": "gRPC"
    30              },
    31              {
    32                "key": "internal.span.format",
    33                "type": "string",
    34                "value": "proto"
    35              }
    36            ],
    37            "logs": [
    38              {
    39                "timestamp": 1657053117821708,
    40                "fields": [
    41                  {
    42                    "key": "event",
    43                    "type": "string",
    44                    "value": "Searching for nearby drivers"
    45                  },
    46                  {
    47                    "key": "level",
    48                    "type": "string",
    49                    "value": "info"
    50                  },
    51                  {
    52                    "key": "location",
    53                    "type": "string",
    54                    "value": "728,326"
    55                  }
    56                ]
    57              },
    58              {
    59                "timestamp": 1657053117900109,
    60                "fields": [
    61                  {
    62                    "key": "event",
    63                    "type": "string",
    64                    "value": "Retrying GetDriver after error"
    65                  },
    66                  {
    67                    "key": "error",
    68                    "type": "string",
    69                    "value": "redis timeout"
    70                  },
    71                  {
    72                    "key": "level",
    73                    "type": "string",
    74                    "value": "error"
    75                  },
    76                  {
    77                    "key": "retry_no",
    78                    "type": "int64",
    79                    "value": 1
    80                  }
    81                ]
    82              },
    83              {
    84                "timestamp": 1657053117974146,
    85                "fields": [
    86                  {
    87                    "key": "event",
    88                    "type": "string",
    89                    "value": "Retrying GetDriver after error"
    90                  },
    91                  {
    92                    "key": "error",
    93                    "type": "string",
    94                    "value": "redis timeout"
    95                  },
    96                  {
    97                    "key": "level",
    98                    "type": "string",
    99                    "value": "error"
   100                  },
   101                  {
   102                    "key": "retry_no",
   103                    "type": "int64",
   104                    "value": 1
   105                  }
   106                ]
   107              },
   108              {
   109                "timestamp": 1657053118021660,
   110                "fields": [
   111                  {
   112                    "key": "event",
   113                    "type": "string",
   114                    "value": "Search successful"
   115                  },
   116                  {
   117                    "key": "level",
   118                    "type": "string",
   119                    "value": "info"
   120                  },
   121                  {
   122                    "key": "num_drivers",
   123                    "type": "int64",
   124                    "value": 10
   125                  }
   126                ]
   127              }
   128            ],
   129            "processID": "p1",
   130            "warnings": null
   131          },
   132          {
   133            "traceID": "68f464e5bf3714b6",
   134            "spanID": "744a8efd50ea90ce",
   135            "flags": 1,
   136            "operationName": "HTTP GET /customer",
   137            "references": [
   138              {
   139                "refType": "CHILD_OF",
   140                "traceID": "68f464e5bf3714b6",
   141                "spanID": "4c3fc8341776759c"
   142              }
   143            ],
   144            "startTime": 1657053117198664,
   145            "duration": 622290,
   146            "tags": [
   147              {
   148                "key": "span.kind",
   149                "type": "string",
   150                "value": "server"
   151              },
   152              {
   153                "key": "http.method",
   154                "type": "string",
   155                "value": "GET"
   156              },
   157              {
   158                "key": "http.url",
   159                "type": "string",
   160                "value": "/customer?customer=731"
   161              },
   162              {
   163                "key": "component",
   164                "type": "string",
   165                "value": "net/http"
   166              },
   167              {
   168                "key": "http.status_code",
   169                "type": "int64",
   170                "value": 200
   171              },
   172              {
   173                "key": "internal.span.format",
   174                "type": "string",
   175                "value": "proto"
   176              }
   177            ],
   178            "logs": [
   179              {
   180                "timestamp": 1657053117198681,
   181                "fields": [
   182                  {
   183                    "key": "event",
   184                    "type": "string",
   185                    "value": "HTTP request received"
   186                  },
   187                  {
   188                    "key": "level",
   189                    "type": "string",
   190                    "value": "info"
   191                  },
   192                  {
   193                    "key": "method",
   194                    "type": "string",
   195                    "value": "GET"
   196                  },
   197                  {
   198                    "key": "url",
   199                    "type": "string",
   200                    "value": "/customer?customer=731"
   201                  }
   202                ]
   203              },
   204              {
   205                "timestamp": 1657053117198841,
   206                "fields": [
   207                  {
   208                    "key": "event",
   209                    "type": "string",
   210                    "value": "Loading customer"
   211                  },
   212                  {
   213                    "key": "customer_id",
   214                    "type": "string",
   215                    "value": "731"
   216                  },
   217                  {
   218                    "key": "level",
   219                    "type": "string",
   220                    "value": "info"
   221                  }
   222                ]
   223              }
   224            ],
   225            "processID": "p2",
   226            "warnings": null
   227          },
   228          {
   229            "traceID": "68f464e5bf3714b6",
   230            "spanID": "1d61e407b8daf4e6",
   231            "flags": 1,
   232            "operationName": "HTTP GET /route",
   233            "references": [
   234              {
   235                "refType": "CHILD_OF",
   236                "traceID": "68f464e5bf3714b6",
   237                "spanID": "121a3c72e39f5854"
   238              }
   239            ],
   240            "startTime": 1657053118093292,
   241            "duration": 53154,
   242            "tags": [
   243              {
   244                "key": "span.kind",
   245                "type": "string",
   246                "value": "server"
   247              },
   248              {
   249                "key": "http.method",
   250                "type": "string",
   251                "value": "GET"
   252              },
   253              {
   254                "key": "http.url",
   255                "type": "string",
   256                "value": "/route?dropoff=728%2C326&pickup=412%2C772"
   257              },
   258              {
   259                "key": "component",
   260                "type": "string",
   261                "value": "net/http"
   262              },
   263              {
   264                "key": "http.status_code",
   265                "type": "int64",
   266                "value": 200
   267              },
   268              {
   269                "key": "internal.span.format",
   270                "type": "string",
   271                "value": "proto"
   272              }
   273            ],
   274            "logs": [
   275              {
   276                "timestamp": 1657053118093308,
   277                "fields": [
   278                  {
   279                    "key": "event",
   280                    "type": "string",
   281                    "value": "HTTP request received"
   282                  },
   283                  {
   284                    "key": "level",
   285                    "type": "string",
   286                    "value": "info"
   287                  },
   288                  {
   289                    "key": "method",
   290                    "type": "string",
   291                    "value": "GET"
   292                  },
   293                  {
   294                    "key": "url",
   295                    "type": "string",
   296                    "value": "/route?dropoff=728%2C326&pickup=412%2C772"
   297                  }
   298                ]
   299              }
   300            ],
   301            "processID": "p3",
   302            "warnings": null
   303          },
   304          {
   305            "traceID": "68f464e5bf3714b6",
   306            "spanID": "325a42e5de6b0f80",
   307            "flags": 1,
   308            "operationName": "HTTP GET /route",
   309            "references": [
   310              {
   311                "refType": "CHILD_OF",
   312                "traceID": "68f464e5bf3714b6",
   313                "spanID": "32d8d8c3b908a2ca"
   314              }
   315            ],
   316            "startTime": 1657053118125378,
   317            "duration": 44376,
   318            "tags": [
   319              {
   320                "key": "span.kind",
   321                "type": "string",
   322                "value": "server"
   323              },
   324              {
   325                "key": "http.method",
   326                "type": "string",
   327                "value": "GET"
   328              },
   329              {
   330                "key": "http.url",
   331                "type": "string",
   332                "value": "/route?dropoff=728%2C326&pickup=212%2C736"
   333              },
   334              {
   335                "key": "component",
   336                "type": "string",
   337                "value": "net/http"
   338              },
   339              {
   340                "key": "http.status_code",
   341                "type": "int64",
   342                "value": 200
   343              },
   344              {
   345                "key": "internal.span.format",
   346                "type": "string",
   347                "value": "proto"
   348              }
   349            ],
   350            "logs": [
   351              {
   352                "timestamp": 1657053118125394,
   353                "fields": [
   354                  {
   355                    "key": "event",
   356                    "type": "string",
   357                    "value": "HTTP request received"
   358                  },
   359                  {
   360                    "key": "level",
   361                    "type": "string",
   362                    "value": "info"
   363                  },
   364                  {
   365                    "key": "method",
   366                    "type": "string",
   367                    "value": "GET"
   368                  },
   369                  {
   370                    "key": "url",
   371                    "type": "string",
   372                    "value": "/route?dropoff=728%2C326&pickup=212%2C736"
   373                  }
   374                ]
   375              }
   376            ],
   377            "processID": "p3",
   378            "warnings": null
   379          },
   380          {
   381            "traceID": "68f464e5bf3714b6",
   382            "spanID": "77c208fe8ab7aeb4",
   383            "flags": 1,
   384            "operationName": "HTTP GET /route",
   385            "references": [
   386              {
   387                "refType": "CHILD_OF",
   388                "traceID": "68f464e5bf3714b6",
   389                "spanID": "6dc8d6be57df9285"
   390              }
   391            ],
   392            "startTime": 1657053118143005,
   393            "duration": 44505,
   394            "tags": [
   395              {
   396                "key": "span.kind",
   397                "type": "string",
   398                "value": "server"
   399              },
   400              {
   401                "key": "http.method",
   402                "type": "string",
   403                "value": "GET"
   404              },
   405              {
   406                "key": "http.url",
   407                "type": "string",
   408                "value": "/route?dropoff=728%2C326&pickup=308%2C18"
   409              },
   410              {
   411                "key": "component",
   412                "type": "string",
   413                "value": "net/http"
   414              },
   415              {
   416                "key": "http.status_code",
   417                "type": "int64",
   418                "value": 200
   419              },
   420              {
   421                "key": "internal.span.format",
   422                "type": "string",
   423                "value": "proto"
   424              }
   425            ],
   426            "logs": [
   427              {
   428                "timestamp": 1657053118143020,
   429                "fields": [
   430                  {
   431                    "key": "event",
   432                    "type": "string",
   433                    "value": "HTTP request received"
   434                  },
   435                  {
   436                    "key": "level",
   437                    "type": "string",
   438                    "value": "info"
   439                  },
   440                  {
   441                    "key": "method",
   442                    "type": "string",
   443                    "value": "GET"
   444                  },
   445                  {
   446                    "key": "url",
   447                    "type": "string",
   448                    "value": "/route?dropoff=728%2C326&pickup=308%2C18"
   449                  }
   450                ]
   451              }
   452            ],
   453            "processID": "p3",
   454            "warnings": null
   455          },
   456          {
   457            "traceID": "68f464e5bf3714b6",
   458            "spanID": "5d2a32aa4a976ca5",
   459            "flags": 1,
   460            "operationName": "HTTP GET /route",
   461            "references": [
   462              {
   463                "refType": "CHILD_OF",
   464                "traceID": "68f464e5bf3714b6",
   465                "spanID": "035eee4cc1eb3808"
   466              }
   467            ],
   468            "startTime": 1657053118170194,
   469            "duration": 36117,
   470            "tags": [
   471              {
   472                "key": "span.kind",
   473                "type": "string",
   474                "value": "server"
   475              },
   476              {
   477                "key": "http.method",
   478                "type": "string",
   479                "value": "GET"
   480              },
   481              {
   482                "key": "http.url",
   483                "type": "string",
   484                "value": "/route?dropoff=728%2C326&pickup=674%2C112"
   485              },
   486              {
   487                "key": "component",
   488                "type": "string",
   489                "value": "net/http"
   490              },
   491              {
   492                "key": "http.status_code",
   493                "type": "int64",
   494                "value": 200
   495              },
   496              {
   497                "key": "internal.span.format",
   498                "type": "string",
   499                "value": "proto"
   500              }
   501            ],
   502            "logs": [
   503              {
   504                "timestamp": 1657053118170209,
   505                "fields": [
   506                  {
   507                    "key": "event",
   508                    "type": "string",
   509                    "value": "HTTP request received"
   510                  },
   511                  {
   512                    "key": "level",
   513                    "type": "string",
   514                    "value": "info"
   515                  },
   516                  {
   517                    "key": "method",
   518                    "type": "string",
   519                    "value": "GET"
   520                  },
   521                  {
   522                    "key": "url",
   523                    "type": "string",
   524                    "value": "/route?dropoff=728%2C326&pickup=674%2C112"
   525                  }
   526                ]
   527              }
   528            ],
   529            "processID": "p3",
   530            "warnings": null
   531          },
   532          {
   533            "traceID": "68f464e5bf3714b6",
   534            "spanID": "2fef796e9e5e9bd2",
   535            "flags": 1,
   536            "operationName": "HTTP GET /route",
   537            "references": [
   538              {
   539                "refType": "CHILD_OF",
   540                "traceID": "68f464e5bf3714b6",
   541                "spanID": "0636a05b1994f23e"
   542              }
   543            ],
   544            "startTime": 1657053118146907,
   545            "duration": 77084,
   546            "tags": [
   547              {
   548                "key": "span.kind",
   549                "type": "string",
   550                "value": "server"
   551              },
   552              {
   553                "key": "http.method",
   554                "type": "string",
   555                "value": "GET"
   556              },
   557              {
   558                "key": "http.url",
   559                "type": "string",
   560                "value": "/route?dropoff=728%2C326&pickup=497%2C164"
   561              },
   562              {
   563                "key": "component",
   564                "type": "string",
   565                "value": "net/http"
   566              },
   567              {
   568                "key": "http.status_code",
   569                "type": "int64",
   570                "value": 200
   571              },
   572              {
   573                "key": "internal.span.format",
   574                "type": "string",
   575                "value": "proto"
   576              }
   577            ],
   578            "logs": [
   579              {
   580                "timestamp": 1657053118146922,
   581                "fields": [
   582                  {
   583                    "key": "event",
   584                    "type": "string",
   585                    "value": "HTTP request received"
   586                  },
   587                  {
   588                    "key": "level",
   589                    "type": "string",
   590                    "value": "info"
   591                  },
   592                  {
   593                    "key": "method",
   594                    "type": "string",
   595                    "value": "GET"
   596                  },
   597                  {
   598                    "key": "url",
   599                    "type": "string",
   600                    "value": "/route?dropoff=728%2C326&pickup=497%2C164"
   601                  }
   602                ]
   603              }
   604            ],
   605            "processID": "p3",
   606            "warnings": null
   607          },
   608          {
   609            "traceID": "68f464e5bf3714b6",
   610            "spanID": "1f0929e09181749d",
   611            "flags": 1,
   612            "operationName": "HTTP GET /route",
   613            "references": [
   614              {
   615                "refType": "CHILD_OF",
   616                "traceID": "68f464e5bf3714b6",
   617                "spanID": "704ea6215ee08f43"
   618              }
   619            ],
   620            "startTime": 1657053118023772,
   621            "duration": 52847,
   622            "tags": [
   623              {
   624                "key": "span.kind",
   625                "type": "string",
   626                "value": "server"
   627              },
   628              {
   629                "key": "http.method",
   630                "type": "string",
   631                "value": "GET"
   632              },
   633              {
   634                "key": "http.url",
   635                "type": "string",
   636                "value": "/route?dropoff=728%2C326&pickup=476%2C411"
   637              },
   638              {
   639                "key": "component",
   640                "type": "string",
   641                "value": "net/http"
   642              },
   643              {
   644                "key": "http.status_code",
   645                "type": "int64",
   646                "value": 200
   647              },
   648              {
   649                "key": "internal.span.format",
   650                "type": "string",
   651                "value": "proto"
   652              }
   653            ],
   654            "logs": [
   655              {
   656                "timestamp": 1657053118023786,
   657                "fields": [
   658                  {
   659                    "key": "event",
   660                    "type": "string",
   661                    "value": "HTTP request received"
   662                  },
   663                  {
   664                    "key": "level",
   665                    "type": "string",
   666                    "value": "info"
   667                  },
   668                  {
   669                    "key": "method",
   670                    "type": "string",
   671                    "value": "GET"
   672                  },
   673                  {
   674                    "key": "url",
   675                    "type": "string",
   676                    "value": "/route?dropoff=728%2C326&pickup=476%2C411"
   677                  }
   678                ]
   679              }
   680            ],
   681            "processID": "p3",
   682            "warnings": null
   683          },
   684          {
   685            "traceID": "68f464e5bf3714b6",
   686            "spanID": "2cb0eafd65cec65d",
   687            "flags": 1,
   688            "operationName": "HTTP GET /route",
   689            "references": [
   690              {
   691                "refType": "CHILD_OF",
   692                "traceID": "68f464e5bf3714b6",
   693                "spanID": "4df819ea0e6cf0eb"
   694              }
   695            ],
   696            "startTime": 1657053118022885,
   697            "duration": 38155,
   698            "tags": [
   699              {
   700                "key": "span.kind",
   701                "type": "string",
   702                "value": "server"
   703              },
   704              {
   705                "key": "http.method",
   706                "type": "string",
   707                "value": "GET"
   708              },
   709              {
   710                "key": "http.url",
   711                "type": "string",
   712                "value": "/route?dropoff=728%2C326&pickup=806%2C7"
   713              },
   714              {
   715                "key": "component",
   716                "type": "string",
   717                "value": "net/http"
   718              },
   719              {
   720                "key": "http.status_code",
   721                "type": "int64",
   722                "value": 200
   723              },
   724              {
   725                "key": "internal.span.format",
   726                "type": "string",
   727                "value": "proto"
   728              }
   729            ],
   730            "logs": [
   731              {
   732                "timestamp": 1657053118022899,
   733                "fields": [
   734                  {
   735                    "key": "event",
   736                    "type": "string",
   737                    "value": "HTTP request received"
   738                  },
   739                  {
   740                    "key": "level",
   741                    "type": "string",
   742                    "value": "info"
   743                  },
   744                  {
   745                    "key": "method",
   746                    "type": "string",
   747                    "value": "GET"
   748                  },
   749                  {
   750                    "key": "url",
   751                    "type": "string",
   752                    "value": "/route?dropoff=728%2C326&pickup=806%2C7"
   753                  }
   754                ]
   755              }
   756            ],
   757            "processID": "p3",
   758            "warnings": null
   759          },
   760          {
   761            "traceID": "68f464e5bf3714b6",
   762            "spanID": "478ade94c9061f4a",
   763            "flags": 1,
   764            "operationName": "HTTP GET /route",
   765            "references": [
   766              {
   767                "refType": "CHILD_OF",
   768                "traceID": "68f464e5bf3714b6",
   769                "spanID": "3d2240c454065688"
   770              }
   771            ],
   772            "startTime": 1657053118022904,
   773            "duration": 69706,
   774            "tags": [
   775              {
   776                "key": "span.kind",
   777                "type": "string",
   778                "value": "server"
   779              },
   780              {
   781                "key": "http.method",
   782                "type": "string",
   783                "value": "GET"
   784              },
   785              {
   786                "key": "http.url",
   787                "type": "string",
   788                "value": "/route?dropoff=728%2C326&pickup=41%2C539"
   789              },
   790              {
   791                "key": "component",
   792                "type": "string",
   793                "value": "net/http"
   794              },
   795              {
   796                "key": "http.status_code",
   797                "type": "int64",
   798                "value": 200
   799              },
   800              {
   801                "key": "internal.span.format",
   802                "type": "string",
   803                "value": "proto"
   804              }
   805            ],
   806            "logs": [
   807              {
   808                "timestamp": 1657053118022920,
   809                "fields": [
   810                  {
   811                    "key": "event",
   812                    "type": "string",
   813                    "value": "HTTP request received"
   814                  },
   815                  {
   816                    "key": "level",
   817                    "type": "string",
   818                    "value": "info"
   819                  },
   820                  {
   821                    "key": "method",
   822                    "type": "string",
   823                    "value": "GET"
   824                  },
   825                  {
   826                    "key": "url",
   827                    "type": "string",
   828                    "value": "/route?dropoff=728%2C326&pickup=41%2C539"
   829                  }
   830                ]
   831              }
   832            ],
   833            "processID": "p3",
   834            "warnings": null
   835          },
   836          {
   837            "traceID": "68f464e5bf3714b6",
   838            "spanID": "5e655614aae91336",
   839            "flags": 1,
   840            "operationName": "HTTP GET /route",
   841            "references": [
   842              {
   843                "refType": "CHILD_OF",
   844                "traceID": "68f464e5bf3714b6",
   845                "spanID": "543b889958d76834"
   846              }
   847            ],
   848            "startTime": 1657053118061923,
   849            "duration": 62826,
   850            "tags": [
   851              {
   852                "key": "span.kind",
   853                "type": "string",
   854                "value": "server"
   855              },
   856              {
   857                "key": "http.method",
   858                "type": "string",
   859                "value": "GET"
   860              },
   861              {
   862                "key": "http.url",
   863                "type": "string",
   864                "value": "/route?dropoff=728%2C326&pickup=309%2C347"
   865              },
   866              {
   867                "key": "component",
   868                "type": "string",
   869                "value": "net/http"
   870              },
   871              {
   872                "key": "http.status_code",
   873                "type": "int64",
   874                "value": 200
   875              },
   876              {
   877                "key": "internal.span.format",
   878                "type": "string",
   879                "value": "proto"
   880              }
   881            ],
   882            "logs": [
   883              {
   884                "timestamp": 1657053118062023,
   885                "fields": [
   886                  {
   887                    "key": "event",
   888                    "type": "string",
   889                    "value": "HTTP request received"
   890                  },
   891                  {
   892                    "key": "level",
   893                    "type": "string",
   894                    "value": "info"
   895                  },
   896                  {
   897                    "key": "method",
   898                    "type": "string",
   899                    "value": "GET"
   900                  },
   901                  {
   902                    "key": "url",
   903                    "type": "string",
   904                    "value": "/route?dropoff=728%2C326&pickup=309%2C347"
   905                  }
   906                ]
   907              }
   908            ],
   909            "processID": "p3",
   910            "warnings": null
   911          },
   912          {
   913            "traceID": "68f464e5bf3714b6",
   914            "spanID": "1331c571ba8ce878",
   915            "flags": 1,
   916            "operationName": "HTTP GET /route",
   917            "references": [
   918              {
   919                "refType": "CHILD_OF",
   920                "traceID": "68f464e5bf3714b6",
   921                "spanID": "54e8230288fef2bd"
   922              }
   923            ],
   924            "startTime": 1657053118077154,
   925            "duration": 64953,
   926            "tags": [
   927              {
   928                "key": "span.kind",
   929                "type": "string",
   930                "value": "server"
   931              },
   932              {
   933                "key": "http.method",
   934                "type": "string",
   935                "value": "GET"
   936              },
   937              {
   938                "key": "http.url",
   939                "type": "string",
   940                "value": "/route?dropoff=728%2C326&pickup=321%2C807"
   941              },
   942              {
   943                "key": "component",
   944                "type": "string",
   945                "value": "net/http"
   946              },
   947              {
   948                "key": "http.status_code",
   949                "type": "int64",
   950                "value": 200
   951              },
   952              {
   953                "key": "internal.span.format",
   954                "type": "string",
   955                "value": "proto"
   956              }
   957            ],
   958            "logs": [
   959              {
   960                "timestamp": 1657053118077171,
   961                "fields": [
   962                  {
   963                    "key": "event",
   964                    "type": "string",
   965                    "value": "HTTP request received"
   966                  },
   967                  {
   968                    "key": "level",
   969                    "type": "string",
   970                    "value": "info"
   971                  },
   972                  {
   973                    "key": "method",
   974                    "type": "string",
   975                    "value": "GET"
   976                  },
   977                  {
   978                    "key": "url",
   979                    "type": "string",
   980                    "value": "/route?dropoff=728%2C326&pickup=321%2C807"
   981                  }
   982                ]
   983              }
   984            ],
   985            "processID": "p3",
   986            "warnings": null
   987          },
   988          {
   989            "traceID": "68f464e5bf3714b6",
   990            "spanID": "0636a05b1994f23e",
   991            "flags": 1,
   992            "operationName": "HTTP GET",
   993            "references": [
   994              {
   995                "refType": "CHILD_OF",
   996                "traceID": "68f464e5bf3714b6",
   997                "spanID": "5f28b244e59c64d0"
   998              }
   999            ],
  1000            "startTime": 1657053118146682,
  1001            "duration": 77717,
  1002            "tags": [
  1003              {
  1004                "key": "span.kind",
  1005                "type": "string",
  1006                "value": "client"
  1007              },
  1008              {
  1009                "key": "component",
  1010                "type": "string",
  1011                "value": "net/http"
  1012              },
  1013              {
  1014                "key": "http.method",
  1015                "type": "string",
  1016                "value": "GET"
  1017              },
  1018              {
  1019                "key": "http.url",
  1020                "type": "string",
  1021                "value": "http://0.0.0.0:8083/route?dropoff=728%2C326&pickup=497%2C164"
  1022              },
  1023              {
  1024                "key": "http.url",
  1025                "type": "string",
  1026                "value": "0.0.0.0:8083"
  1027              },
  1028              {
  1029                "key": "net/http.reused",
  1030                "type": "bool",
  1031                "value": true
  1032              },
  1033              {
  1034                "key": "net/http.was_idle",
  1035                "type": "bool",
  1036                "value": true
  1037              },
  1038              {
  1039                "key": "http.status_code",
  1040                "type": "int64",
  1041                "value": 200
  1042              },
  1043              {
  1044                "key": "internal.span.format",
  1045                "type": "string",
  1046                "value": "proto"
  1047              }
  1048            ],
  1049            "logs": [
  1050              {
  1051                "timestamp": 1657053118146698,
  1052                "fields": [
  1053                  {
  1054                    "key": "event",
  1055                    "type": "string",
  1056                    "value": "GetConn"
  1057                  }
  1058                ]
  1059              },
  1060              {
  1061                "timestamp": 1657053118146702,
  1062                "fields": [
  1063                  {
  1064                    "key": "event",
  1065                    "type": "string",
  1066                    "value": "GotConn"
  1067                  }
  1068                ]
  1069              },
  1070              {
  1071                "timestamp": 1657053118146713,
  1072                "fields": [
  1073                  {
  1074                    "key": "event",
  1075                    "type": "string",
  1076                    "value": "WroteHeaders"
  1077                  }
  1078                ]
  1079              },
  1080              {
  1081                "timestamp": 1657053118146714,
  1082                "fields": [
  1083                  {
  1084                    "key": "event",
  1085                    "type": "string",
  1086                    "value": "WroteRequest"
  1087                  }
  1088                ]
  1089              },
  1090              {
  1091                "timestamp": 1657053118224267,
  1092                "fields": [
  1093                  {
  1094                    "key": "event",
  1095                    "type": "string",
  1096                    "value": "GotFirstResponseByte"
  1097                  }
  1098                ]
  1099              },
  1100              {
  1101                "timestamp": 1657053118224317,
  1102                "fields": [
  1103                  {
  1104                    "key": "event",
  1105                    "type": "string",
  1106                    "value": "PutIdleConn"
  1107                  }
  1108                ]
  1109              },
  1110              {
  1111                "timestamp": 1657053118224400,
  1112                "fields": [
  1113                  {
  1114                    "key": "event",
  1115                    "type": "string",
  1116                    "value": "ClosedBody"
  1117                  }
  1118                ]
  1119              }
  1120            ],
  1121            "processID": "p4",
  1122            "warnings": null
  1123          },
  1124          {
  1125            "traceID": "68f464e5bf3714b6",
  1126            "spanID": "5f28b244e59c64d0",
  1127            "flags": 1,
  1128            "operationName": "HTTP GET: /route",
  1129            "references": [
  1130              {
  1131                "refType": "CHILD_OF",
  1132                "traceID": "68f464e5bf3714b6",
  1133                "spanID": "68f464e5bf3714b6"
  1134              }
  1135            ],
  1136            "startTime": 1657053118146676,
  1137            "duration": 77727,
  1138            "tags": [
  1139              {
  1140                "key": "internal.span.format",
  1141                "type": "string",
  1142                "value": "proto"
  1143              }
  1144            ],
  1145            "logs": [],
  1146            "processID": "p4",
  1147            "warnings": null
  1148          },
  1149          {
  1150            "traceID": "68f464e5bf3714b6",
  1151            "spanID": "68f464e5bf3714b6",
  1152            "flags": 1,
  1153            "operationName": "HTTP GET /dispatch",
  1154            "references": [],
  1155            "startTime": 1657053117198075,
  1156            "duration": 1026463,
  1157            "tags": [
  1158              {
  1159                "key": "sampler.type",
  1160                "type": "string",
  1161                "value": "const"
  1162              },
  1163              {
  1164                "key": "sampler.param",
  1165                "type": "bool",
  1166                "value": true
  1167              },
  1168              {
  1169                "key": "span.kind",
  1170                "type": "string",
  1171                "value": "server"
  1172              },
  1173              {
  1174                "key": "http.method",
  1175                "type": "string",
  1176                "value": "GET"
  1177              },
  1178              {
  1179                "key": "http.url",
  1180                "type": "string",
  1181                "value": "/dispatch?customer=731&nonse=0.39846766354252927"
  1182              },
  1183              {
  1184                "key": "component",
  1185                "type": "string",
  1186                "value": "net/http"
  1187              },
  1188              {
  1189                "key": "http.status_code",
  1190                "type": "int64",
  1191                "value": 200
  1192              },
  1193              {
  1194                "key": "internal.span.format",
  1195                "type": "string",
  1196                "value": "proto"
  1197              }
  1198            ],
  1199            "logs": [
  1200              {
  1201                "timestamp": 1657053117198126,
  1202                "fields": [
  1203                  {
  1204                    "key": "event",
  1205                    "type": "string",
  1206                    "value": "HTTP request received"
  1207                  },
  1208                  {
  1209                    "key": "level",
  1210                    "type": "string",
  1211                    "value": "info"
  1212                  },
  1213                  {
  1214                    "key": "method",
  1215                    "type": "string",
  1216                    "value": "GET"
  1217                  },
  1218                  {
  1219                    "key": "url",
  1220                    "type": "string",
  1221                    "value": "/dispatch?customer=731&nonse=0.39846766354252927"
  1222                  }
  1223                ]
  1224              },
  1225              {
  1226                "timestamp": 1657053117198195,
  1227                "fields": [
  1228                  {
  1229                    "key": "event",
  1230                    "type": "string",
  1231                    "value": "Getting customer"
  1232                  },
  1233                  {
  1234                    "key": "customer_id",
  1235                    "type": "string",
  1236                    "value": "731"
  1237                  },
  1238                  {
  1239                    "key": "level",
  1240                    "type": "string",
  1241                    "value": "info"
  1242                  }
  1243                ]
  1244              },
  1245              {
  1246                "timestamp": 1657053117821139,
  1247                "fields": [
  1248                  {
  1249                    "key": "event",
  1250                    "type": "string",
  1251                    "value": "Found customer"
  1252                  },
  1253                  {
  1254                    "key": "level",
  1255                    "type": "string",
  1256                    "value": "info"
  1257                  }
  1258                ]
  1259              },
  1260              {
  1261                "timestamp": 1657053117821204,
  1262                "fields": [
  1263                  {
  1264                    "key": "event",
  1265                    "type": "string",
  1266                    "value": "baggage"
  1267                  },
  1268                  {
  1269                    "key": "key",
  1270                    "type": "string",
  1271                    "value": "customer"
  1272                  },
  1273                  {
  1274                    "key": "value",
  1275                    "type": "string",
  1276                    "value": "Japanese Desserts"
  1277                  }
  1278                ]
  1279              },
  1280              {
  1281                "timestamp": 1657053117821210,
  1282                "fields": [
  1283                  {
  1284                    "key": "event",
  1285                    "type": "string",
  1286                    "value": "Finding nearest drivers"
  1287                  },
  1288                  {
  1289                    "key": "level",
  1290                    "type": "string",
  1291                    "value": "info"
  1292                  },
  1293                  {
  1294                    "key": "location",
  1295                    "type": "string",
  1296                    "value": "728,326"
  1297                  }
  1298                ]
  1299              },
  1300              {
  1301                "timestamp": 1657053118022495,
  1302                "fields": [
  1303                  {
  1304                    "key": "event",
  1305                    "type": "string",
  1306                    "value": "Found drivers"
  1307                  },
  1308                  {
  1309                    "key": "level",
  1310                    "type": "string",
  1311                    "value": "info"
  1312                  }
  1313                ]
  1314              },
  1315              {
  1316                "timestamp": 1657053118022571,
  1317                "fields": [
  1318                  {
  1319                    "key": "event",
  1320                    "type": "string",
  1321                    "value": "Finding route"
  1322                  },
  1323                  {
  1324                    "key": "dropoff",
  1325                    "type": "string",
  1326                    "value": "728,326"
  1327                  },
  1328                  {
  1329                    "key": "level",
  1330                    "type": "string",
  1331                    "value": "info"
  1332                  },
  1333                  {
  1334                    "key": "pickup",
  1335                    "type": "string",
  1336                    "value": "41,539"
  1337                  }
  1338                ]
  1339              },
  1340              {
  1341                "timestamp": 1657053118022658,
  1342                "fields": [
  1343                  {
  1344                    "key": "event",
  1345                    "type": "string",
  1346                    "value": "Finding route"
  1347                  },
  1348                  {
  1349                    "key": "dropoff",
  1350                    "type": "string",
  1351                    "value": "728,326"
  1352                  },
  1353                  {
  1354                    "key": "level",
  1355                    "type": "string",
  1356                    "value": "info"
  1357                  },
  1358                  {
  1359                    "key": "pickup",
  1360                    "type": "string",
  1361                    "value": "806,7"
  1362                  }
  1363                ]
  1364              },
  1365              {
  1366                "timestamp": 1657053118022668,
  1367                "fields": [
  1368                  {
  1369                    "key": "event",
  1370                    "type": "string",
  1371                    "value": "Finding route"
  1372                  },
  1373                  {
  1374                    "key": "dropoff",
  1375                    "type": "string",
  1376                    "value": "728,326"
  1377                  },
  1378                  {
  1379                    "key": "level",
  1380                    "type": "string",
  1381                    "value": "info"
  1382                  },
  1383                  {
  1384                    "key": "pickup",
  1385                    "type": "string",
  1386                    "value": "476,411"
  1387                  }
  1388                ]
  1389              },
  1390              {
  1391                "timestamp": 1657053118061291,
  1392                "fields": [
  1393                  {
  1394                    "key": "event",
  1395                    "type": "string",
  1396                    "value": "Finding route"
  1397                  },
  1398                  {
  1399                    "key": "dropoff",
  1400                    "type": "string",
  1401                    "value": "728,326"
  1402                  },
  1403                  {
  1404                    "key": "level",
  1405                    "type": "string",
  1406                    "value": "info"
  1407                  },
  1408                  {
  1409                    "key": "pickup",
  1410                    "type": "string",
  1411                    "value": "309,347"
  1412                  }
  1413                ]
  1414              },
  1415              {
  1416                "timestamp": 1657053118076855,
  1417                "fields": [
  1418                  {
  1419                    "key": "event",
  1420                    "type": "string",
  1421                    "value": "Finding route"
  1422                  },
  1423                  {
  1424                    "key": "dropoff",
  1425                    "type": "string",
  1426                    "value": "728,326"
  1427                  },
  1428                  {
  1429                    "key": "level",
  1430                    "type": "string",
  1431                    "value": "info"
  1432                  },
  1433                  {
  1434                    "key": "pickup",
  1435                    "type": "string",
  1436                    "value": "321,807"
  1437                  }
  1438                ]
  1439              },
  1440              {
  1441                "timestamp": 1657053118092862,
  1442                "fields": [
  1443                  {
  1444                    "key": "event",
  1445                    "type": "string",
  1446                    "value": "Finding route"
  1447                  },
  1448                  {
  1449                    "key": "dropoff",
  1450                    "type": "string",
  1451                    "value": "728,326"
  1452                  },
  1453                  {
  1454                    "key": "level",
  1455                    "type": "string",
  1456                    "value": "info"
  1457                  },
  1458                  {
  1459                    "key": "pickup",
  1460                    "type": "string",
  1461                    "value": "412,772"
  1462                  }
  1463                ]
  1464              },
  1465              {
  1466                "timestamp": 1657053118124978,
  1467                "fields": [
  1468                  {
  1469                    "key": "event",
  1470                    "type": "string",
  1471                    "value": "Finding route"
  1472                  },
  1473                  {
  1474                    "key": "dropoff",
  1475                    "type": "string",
  1476                    "value": "728,326"
  1477                  },
  1478                  {
  1479                    "key": "level",
  1480                    "type": "string",
  1481                    "value": "info"
  1482                  },
  1483                  {
  1484                    "key": "pickup",
  1485                    "type": "string",
  1486                    "value": "212,736"
  1487                  }
  1488                ]
  1489              },
  1490              {
  1491                "timestamp": 1657053118142531,
  1492                "fields": [
  1493                  {
  1494                    "key": "event",
  1495                    "type": "string",
  1496                    "value": "Finding route"
  1497                  },
  1498                  {
  1499                    "key": "dropoff",
  1500                    "type": "string",
  1501                    "value": "728,326"
  1502                  },
  1503                  {
  1504                    "key": "level",
  1505                    "type": "string",
  1506                    "value": "info"
  1507                  },
  1508                  {
  1509                    "key": "pickup",
  1510                    "type": "string",
  1511                    "value": "308,18"
  1512                  }
  1513                ]
  1514              },
  1515              {
  1516                "timestamp": 1657053118146616,
  1517                "fields": [
  1518                  {
  1519                    "key": "event",
  1520                    "type": "string",
  1521                    "value": "Finding route"
  1522                  },
  1523                  {
  1524                    "key": "dropoff",
  1525                    "type": "string",
  1526                    "value": "728,326"
  1527                  },
  1528                  {
  1529                    "key": "level",
  1530                    "type": "string",
  1531                    "value": "info"
  1532                  },
  1533                  {
  1534                    "key": "pickup",
  1535                    "type": "string",
  1536                    "value": "497,164"
  1537                  }
  1538                ]
  1539              },
  1540              {
  1541                "timestamp": 1657053118169995,
  1542                "fields": [
  1543                  {
  1544                    "key": "event",
  1545                    "type": "string",
  1546                    "value": "Finding route"
  1547                  },
  1548                  {
  1549                    "key": "dropoff",
  1550                    "type": "string",
  1551                    "value": "728,326"
  1552                  },
  1553                  {
  1554                    "key": "level",
  1555                    "type": "string",
  1556                    "value": "info"
  1557                  },
  1558                  {
  1559                    "key": "pickup",
  1560                    "type": "string",
  1561                    "value": "674,112"
  1562                  }
  1563                ]
  1564              },
  1565              {
  1566                "timestamp": 1657053118224422,
  1567                "fields": [
  1568                  {
  1569                    "key": "event",
  1570                    "type": "string",
  1571                    "value": "Found routes"
  1572                  },
  1573                  {
  1574                    "key": "level",
  1575                    "type": "string",
  1576                    "value": "info"
  1577                  }
  1578                ]
  1579              },
  1580              {
  1581                "timestamp": 1657053118224520,
  1582                "fields": [
  1583                  {
  1584                    "key": "event",
  1585                    "type": "string",
  1586                    "value": "Dispatch successful"
  1587                  },
  1588                  {
  1589                    "key": "driver",
  1590                    "type": "string",
  1591                    "value": "T790535C"
  1592                  },
  1593                  {
  1594                    "key": "eta",
  1595                    "type": "string",
  1596                    "value": "2m0s"
  1597                  },
  1598                  {
  1599                    "key": "level",
  1600                    "type": "string",
  1601                    "value": "info"
  1602                  }
  1603                ]
  1604              }
  1605            ],
  1606            "processID": "p4",
  1607            "warnings": null
  1608          },
  1609          {
  1610            "traceID": "68f464e5bf3714b6",
  1611            "spanID": "4c3fc8341776759c",
  1612            "flags": 1,
  1613            "operationName": "HTTP GET",
  1614            "references": [
  1615              {
  1616                "refType": "CHILD_OF",
  1617                "traceID": "68f464e5bf3714b6",
  1618                "spanID": "3e9d67a9f98a7c3b"
  1619              }
  1620            ],
  1621            "startTime": 1657053117198269,
  1622            "duration": 622854,
  1623            "tags": [
  1624              {
  1625                "key": "span.kind",
  1626                "type": "string",
  1627                "value": "client"
  1628              },
  1629              {
  1630                "key": "component",
  1631                "type": "string",
  1632                "value": "net/http"
  1633              },
  1634              {
  1635                "key": "http.method",
  1636                "type": "string",
  1637                "value": "GET"
  1638              },
  1639              {
  1640                "key": "http.url",
  1641                "type": "string",
  1642                "value": "http://0.0.0.0:8081/customer?customer=731"
  1643              },
  1644              {
  1645                "key": "http.url",
  1646                "type": "string",
  1647                "value": "0.0.0.0:8081"
  1648              },
  1649              {
  1650                "key": "net/http.reused",
  1651                "type": "bool",
  1652                "value": true
  1653              },
  1654              {
  1655                "key": "net/http.was_idle",
  1656                "type": "bool",
  1657                "value": true
  1658              },
  1659              {
  1660                "key": "http.status_code",
  1661                "type": "int64",
  1662                "value": 200
  1663              },
  1664              {
  1665                "key": "internal.span.format",
  1666                "type": "string",
  1667                "value": "proto"
  1668              }
  1669            ],
  1670            "logs": [
  1671              {
  1672                "timestamp": 1657053117198368,
  1673                "fields": [
  1674                  {
  1675                    "key": "event",
  1676                    "type": "string",
  1677                    "value": "GetConn"
  1678                  }
  1679                ]
  1680              },
  1681              {
  1682                "timestamp": 1657053117198375,
  1683                "fields": [
  1684                  {
  1685                    "key": "event",
  1686                    "type": "string",
  1687                    "value": "GotConn"
  1688                  }
  1689                ]
  1690              },
  1691              {
  1692                "timestamp": 1657053117198394,
  1693                "fields": [
  1694                  {
  1695                    "key": "event",
  1696                    "type": "string",
  1697                    "value": "WroteHeaders"
  1698                  }
  1699                ]
  1700              },
  1701              {
  1702                "timestamp": 1657053117198396,
  1703                "fields": [
  1704                  {
  1705                    "key": "event",
  1706                    "type": "string",
  1707                    "value": "WroteRequest"
  1708                  }
  1709                ]
  1710              },
  1711              {
  1712                "timestamp": 1657053117821051,
  1713                "fields": [
  1714                  {
  1715                    "key": "event",
  1716                    "type": "string",
  1717                    "value": "GotFirstResponseByte"
  1718                  }
  1719                ]
  1720              },
  1721              {
  1722                "timestamp": 1657053117821089,
  1723                "fields": [
  1724                  {
  1725                    "key": "event",
  1726                    "type": "string",
  1727                    "value": "PutIdleConn"
  1728                  }
  1729                ]
  1730              },
  1731              {
  1732                "timestamp": 1657053117821123,
  1733                "fields": [
  1734                  {
  1735                    "key": "event",
  1736                    "type": "string",
  1737                    "value": "ClosedBody"
  1738                  }
  1739                ]
  1740              }
  1741            ],
  1742            "processID": "p4",
  1743            "warnings": null
  1744          },
  1745          {
  1746            "traceID": "68f464e5bf3714b6",
  1747            "spanID": "3e9d67a9f98a7c3b",
  1748            "flags": 1,
  1749            "operationName": "HTTP GET: /customer",
  1750            "references": [
  1751              {
  1752                "refType": "CHILD_OF",
  1753                "traceID": "68f464e5bf3714b6",
  1754                "spanID": "68f464e5bf3714b6"
  1755              }
  1756            ],
  1757            "startTime": 1657053117198230,
  1758            "duration": 622896,
  1759            "tags": [
  1760              {
  1761                "key": "internal.span.format",
  1762                "type": "string",
  1763                "value": "proto"
  1764              }
  1765            ],
  1766            "logs": [],
  1767            "processID": "p4",
  1768            "warnings": null
  1769          },
  1770          {
  1771            "traceID": "68f464e5bf3714b6",
  1772            "spanID": "704ea6215ee08f43",
  1773            "flags": 1,
  1774            "operationName": "HTTP GET",
  1775            "references": [
  1776              {
  1777                "refType": "CHILD_OF",
  1778                "traceID": "68f464e5bf3714b6",
  1779                "spanID": "3397b0c6f5ac2ae2"
  1780              }
  1781            ],
  1782            "startTime": 1657053118023071,
  1783            "duration": 53769,
  1784            "tags": [
  1785              {
  1786                "key": "span.kind",
  1787                "type": "string",
  1788                "value": "client"
  1789              },
  1790              {
  1791                "key": "component",
  1792                "type": "string",
  1793                "value": "net/http"
  1794              },
  1795              {
  1796                "key": "http.method",
  1797                "type": "string",
  1798                "value": "GET"
  1799              },
  1800              {
  1801                "key": "http.url",
  1802                "type": "string",
  1803                "value": "http://0.0.0.0:8083/route?dropoff=728%2C326&pickup=476%2C411"
  1804              },
  1805              {
  1806                "key": "http.url",
  1807                "type": "string",
  1808                "value": "0.0.0.0:8083"
  1809              },
  1810              {
  1811                "key": "net/http.reused",
  1812                "type": "bool",
  1813                "value": false
  1814              },
  1815              {
  1816                "key": "net/http.was_idle",
  1817                "type": "bool",
  1818                "value": false
  1819              },
  1820              {
  1821                "key": "http.status_code",
  1822                "type": "int64",
  1823                "value": 200
  1824              },
  1825              {
  1826                "key": "internal.span.format",
  1827                "type": "string",
  1828                "value": "proto"
  1829              }
  1830            ],
  1831            "logs": [
  1832              {
  1833                "timestamp": 1657053118023088,
  1834                "fields": [
  1835                  {
  1836                    "key": "event",
  1837                    "type": "string",
  1838                    "value": "GetConn"
  1839                  }
  1840                ]
  1841              },
  1842              {
  1843                "timestamp": 1657053118023132,
  1844                "fields": [
  1845                  {
  1846                    "key": "event",
  1847                    "type": "string",
  1848                    "value": "ConnectStart"
  1849                  },
  1850                  {
  1851                    "key": "addr",
  1852                    "type": "string",
  1853                    "value": "0.0.0.0:8083"
  1854                  },
  1855                  {
  1856                    "key": "network",
  1857                    "type": "string",
  1858                    "value": "tcp"
  1859                  }
  1860                ]
  1861              },
  1862              {
  1863                "timestamp": 1657053118023576,
  1864                "fields": [
  1865                  {
  1866                    "key": "event",
  1867                    "type": "string",
  1868                    "value": "ConnectDone"
  1869                  },
  1870                  {
  1871                    "key": "addr",
  1872                    "type": "string",
  1873                    "value": "0.0.0.0:8083"
  1874                  },
  1875                  {
  1876                    "key": "network",
  1877                    "type": "string",
  1878                    "value": "tcp"
  1879                  }
  1880                ]
  1881              },
  1882              {
  1883                "timestamp": 1657053118023621,
  1884                "fields": [
  1885                  {
  1886                    "key": "event",
  1887                    "type": "string",
  1888                    "value": "GotConn"
  1889                  }
  1890                ]
  1891              },
  1892              {
  1893                "timestamp": 1657053118023657,
  1894                "fields": [
  1895                  {
  1896                    "key": "event",
  1897                    "type": "string",
  1898                    "value": "WroteHeaders"
  1899                  }
  1900                ]
  1901              },
  1902              {
  1903                "timestamp": 1657053118023659,
  1904                "fields": [
  1905                  {
  1906                    "key": "event",
  1907                    "type": "string",
  1908                    "value": "WroteRequest"
  1909                  }
  1910                ]
  1911              },
  1912              {
  1913                "timestamp": 1657053118076784,
  1914                "fields": [
  1915                  {
  1916                    "key": "event",
  1917                    "type": "string",
  1918                    "value": "GotFirstResponseByte"
  1919                  }
  1920                ]
  1921              },
  1922              {
  1923                "timestamp": 1657053118076819,
  1924                "fields": [
  1925                  {
  1926                    "key": "event",
  1927                    "type": "string",
  1928                    "value": "PutIdleConn"
  1929                  }
  1930                ]
  1931              },
  1932              {
  1933                "timestamp": 1657053118076837,
  1934                "fields": [
  1935                  {
  1936                    "key": "event",
  1937                    "type": "string",
  1938                    "value": "ClosedBody"
  1939                  }
  1940                ]
  1941              }
  1942            ],
  1943            "processID": "p4",
  1944            "warnings": null
  1945          },
  1946          {
  1947            "traceID": "68f464e5bf3714b6",
  1948            "spanID": "3397b0c6f5ac2ae2",
  1949            "flags": 1,
  1950            "operationName": "HTTP GET: /route",
  1951            "references": [
  1952              {
  1953                "refType": "CHILD_OF",
  1954                "traceID": "68f464e5bf3714b6",
  1955                "spanID": "68f464e5bf3714b6"
  1956              }
  1957            ],
  1958            "startTime": 1657053118023066,
  1959            "duration": 53776,
  1960            "tags": [
  1961              {
  1962                "key": "internal.span.format",
  1963                "type": "string",
  1964                "value": "proto"
  1965              }
  1966            ],
  1967            "logs": [],
  1968            "processID": "p4",
  1969            "warnings": null
  1970          },
  1971          {
  1972            "traceID": "68f464e5bf3714b6",
  1973            "spanID": "3d2240c454065688",
  1974            "flags": 1,
  1975            "operationName": "HTTP GET",
  1976            "references": [
  1977              {
  1978                "refType": "CHILD_OF",
  1979                "traceID": "68f464e5bf3714b6",
  1980                "spanID": "401751934a1a7dc7"
  1981              }
  1982            ],
  1983            "startTime": 1657053118022619,
  1984            "duration": 70230,
  1985            "tags": [
  1986              {
  1987                "key": "span.kind",
  1988                "type": "string",
  1989                "value": "client"
  1990              },
  1991              {
  1992                "key": "component",
  1993                "type": "string",
  1994                "value": "net/http"
  1995              },
  1996              {
  1997                "key": "http.method",
  1998                "type": "string",
  1999                "value": "GET"
  2000              },
  2001              {
  2002                "key": "http.url",
  2003                "type": "string",
  2004                "value": "http://0.0.0.0:8083/route?dropoff=728%2C326&pickup=41%2C539"
  2005              },
  2006              {
  2007                "key": "http.url",
  2008                "type": "string",
  2009                "value": "0.0.0.0:8083"
  2010              },
  2011              {
  2012                "key": "net/http.reused",
  2013                "type": "bool",
  2014                "value": true
  2015              },
  2016              {
  2017                "key": "net/http.was_idle",
  2018                "type": "bool",
  2019                "value": true
  2020              },
  2021              {
  2022                "key": "http.status_code",
  2023                "type": "int64",
  2024                "value": 200
  2025              },
  2026              {
  2027                "key": "internal.span.format",
  2028                "type": "string",
  2029                "value": "proto"
  2030              }
  2031            ],
  2032            "logs": [
  2033              {
  2034                "timestamp": 1657053118022652,
  2035                "fields": [
  2036                  {
  2037                    "key": "event",
  2038                    "type": "string",
  2039                    "value": "GetConn"
  2040                  }
  2041                ]
  2042              },
  2043              {
  2044                "timestamp": 1657053118022662,
  2045                "fields": [
  2046                  {
  2047                    "key": "event",
  2048                    "type": "string",
  2049                    "value": "GotConn"
  2050                  }
  2051                ]
  2052              },
  2053              {
  2054                "timestamp": 1657053118022684,
  2055                "fields": [
  2056                  {
  2057                    "key": "event",
  2058                    "type": "string",
  2059                    "value": "WroteHeaders"
  2060                  }
  2061                ]
  2062              },
  2063              {
  2064                "timestamp": 1657053118022685,
  2065                "fields": [
  2066                  {
  2067                    "key": "event",
  2068                    "type": "string",
  2069                    "value": "WroteRequest"
  2070                  }
  2071                ]
  2072              },
  2073              {
  2074                "timestamp": 1657053118092785,
  2075                "fields": [
  2076                  {
  2077                    "key": "event",
  2078                    "type": "string",
  2079                    "value": "GotFirstResponseByte"
  2080                  }
  2081                ]
  2082              },
  2083              {
  2084                "timestamp": 1657053118092827,
  2085                "fields": [
  2086                  {
  2087                    "key": "event",
  2088                    "type": "string",
  2089                    "value": "PutIdleConn"
  2090                  }
  2091                ]
  2092              },
  2093              {
  2094                "timestamp": 1657053118092849,
  2095                "fields": [
  2096                  {
  2097                    "key": "event",
  2098                    "type": "string",
  2099                    "value": "ClosedBody"
  2100                  }
  2101                ]
  2102              }
  2103            ],
  2104            "processID": "p4",
  2105            "warnings": null
  2106          },
  2107          {
  2108            "traceID": "68f464e5bf3714b6",
  2109            "spanID": "401751934a1a7dc7",
  2110            "flags": 1,
  2111            "operationName": "HTTP GET: /route",
  2112            "references": [
  2113              {
  2114                "refType": "CHILD_OF",
  2115                "traceID": "68f464e5bf3714b6",
  2116                "spanID": "68f464e5bf3714b6"
  2117              }
  2118            ],
  2119            "startTime": 1657053118022611,
  2120            "duration": 70239,
  2121            "tags": [
  2122              {
  2123                "key": "internal.span.format",
  2124                "type": "string",
  2125                "value": "proto"
  2126              }
  2127            ],
  2128            "logs": [],
  2129            "processID": "p4",
  2130            "warnings": null
  2131          },
  2132          {
  2133            "traceID": "68f464e5bf3714b6",
  2134            "spanID": "543b889958d76834",
  2135            "flags": 1,
  2136            "operationName": "HTTP GET",
  2137            "references": [
  2138              {
  2139                "refType": "CHILD_OF",
  2140                "traceID": "68f464e5bf3714b6",
  2141                "spanID": "059078853f011b66"
  2142              }
  2143            ],
  2144            "startTime": 1657053118061528,
  2145            "duration": 63437,
  2146            "tags": [
  2147              {
  2148                "key": "span.kind",
  2149                "type": "string",
  2150                "value": "client"
  2151              },
  2152              {
  2153                "key": "component",
  2154                "type": "string",
  2155                "value": "net/http"
  2156              },
  2157              {
  2158                "key": "http.method",
  2159                "type": "string",
  2160                "value": "GET"
  2161              },
  2162              {
  2163                "key": "http.url",
  2164                "type": "string",
  2165                "value": "http://0.0.0.0:8083/route?dropoff=728%2C326&pickup=309%2C347"
  2166              },
  2167              {
  2168                "key": "http.url",
  2169                "type": "string",
  2170                "value": "0.0.0.0:8083"
  2171              },
  2172              {
  2173                "key": "net/http.reused",
  2174                "type": "bool",
  2175                "value": true
  2176              },
  2177              {
  2178                "key": "net/http.was_idle",
  2179                "type": "bool",
  2180                "value": true
  2181              },
  2182              {
  2183                "key": "http.status_code",
  2184                "type": "int64",
  2185                "value": 200
  2186              },
  2187              {
  2188                "key": "internal.span.format",
  2189                "type": "string",
  2190                "value": "proto"
  2191              }
  2192            ],
  2193            "logs": [
  2194              {
  2195                "timestamp": 1657053118061550,
  2196                "fields": [
  2197                  {
  2198                    "key": "event",
  2199                    "type": "string",
  2200                    "value": "GetConn"
  2201                  }
  2202                ]
  2203              },
  2204              {
  2205                "timestamp": 1657053118061556,
  2206                "fields": [
  2207                  {
  2208                    "key": "event",
  2209                    "type": "string",
  2210                    "value": "GotConn"
  2211                  }
  2212                ]
  2213              },
  2214              {
  2215                "timestamp": 1657053118061617,
  2216                "fields": [
  2217                  {
  2218                    "key": "event",
  2219                    "type": "string",
  2220                    "value": "WroteHeaders"
  2221                  }
  2222                ]
  2223              },
  2224              {
  2225                "timestamp": 1657053118061619,
  2226                "fields": [
  2227                  {
  2228                    "key": "event",
  2229                    "type": "string",
  2230                    "value": "WroteRequest"
  2231                  }
  2232                ]
  2233              },
  2234              {
  2235                "timestamp": 1657053118124913,
  2236                "fields": [
  2237                  {
  2238                    "key": "event",
  2239                    "type": "string",
  2240                    "value": "GotFirstResponseByte"
  2241                  }
  2242                ]
  2243              },
  2244              {
  2245                "timestamp": 1657053118124948,
  2246                "fields": [
  2247                  {
  2248                    "key": "event",
  2249                    "type": "string",
  2250                    "value": "PutIdleConn"
  2251                  }
  2252                ]
  2253              },
  2254              {
  2255                "timestamp": 1657053118124965,
  2256                "fields": [
  2257                  {
  2258                    "key": "event",
  2259                    "type": "string",
  2260                    "value": "ClosedBody"
  2261                  }
  2262                ]
  2263              }
  2264            ],
  2265            "processID": "p4",
  2266            "warnings": null
  2267          },
  2268          {
  2269            "traceID": "68f464e5bf3714b6",
  2270            "spanID": "059078853f011b66",
  2271            "flags": 1,
  2272            "operationName": "HTTP GET: /route",
  2273            "references": [
  2274              {
  2275                "refType": "CHILD_OF",
  2276                "traceID": "68f464e5bf3714b6",
  2277                "spanID": "68f464e5bf3714b6"
  2278              }
  2279            ],
  2280            "startTime": 1657053118061518,
  2281            "duration": 63449,
  2282            "tags": [
  2283              {
  2284                "key": "internal.span.format",
  2285                "type": "string",
  2286                "value": "proto"
  2287              }
  2288            ],
  2289            "logs": [],
  2290            "processID": "p4",
  2291            "warnings": null
  2292          },
  2293          {
  2294            "traceID": "68f464e5bf3714b6",
  2295            "spanID": "54e8230288fef2bd",
  2296            "flags": 1,
  2297            "operationName": "HTTP GET",
  2298            "references": [
  2299              {
  2300                "refType": "CHILD_OF",
  2301                "traceID": "68f464e5bf3714b6",
  2302                "spanID": "4d38e74c31f4eb12"
  2303              }
  2304            ],
  2305            "startTime": 1657053118076932,
  2306            "duration": 65561,
  2307            "tags": [
  2308              {
  2309                "key": "span.kind",
  2310                "type": "string",
  2311                "value": "client"
  2312              },
  2313              {
  2314                "key": "component",
  2315                "type": "string",
  2316                "value": "net/http"
  2317              },
  2318              {
  2319                "key": "http.method",
  2320                "type": "string",
  2321                "value": "GET"
  2322              },
  2323              {
  2324                "key": "http.url",
  2325                "type": "string",
  2326                "value": "http://0.0.0.0:8083/route?dropoff=728%2C326&pickup=321%2C807"
  2327              },
  2328              {
  2329                "key": "http.url",
  2330                "type": "string",
  2331                "value": "0.0.0.0:8083"
  2332              },
  2333              {
  2334                "key": "net/http.reused",
  2335                "type": "bool",
  2336                "value": true
  2337              },
  2338              {
  2339                "key": "net/http.was_idle",
  2340                "type": "bool",
  2341                "value": true
  2342              },
  2343              {
  2344                "key": "http.status_code",
  2345                "type": "int64",
  2346                "value": 200
  2347              },
  2348              {
  2349                "key": "internal.span.format",
  2350                "type": "string",
  2351                "value": "proto"
  2352              }
  2353            ],
  2354            "logs": [
  2355              {
  2356                "timestamp": 1657053118076949,
  2357                "fields": [
  2358                  {
  2359                    "key": "event",
  2360                    "type": "string",
  2361                    "value": "GetConn"
  2362                  }
  2363                ]
  2364              },
  2365              {
  2366                "timestamp": 1657053118076953,
  2367                "fields": [
  2368                  {
  2369                    "key": "event",
  2370                    "type": "string",
  2371                    "value": "GotConn"
  2372                  }
  2373                ]
  2374              },
  2375              {
  2376                "timestamp": 1657053118076967,
  2377                "fields": [
  2378                  {
  2379                    "key": "event",
  2380                    "type": "string",
  2381                    "value": "WroteHeaders"
  2382                  }
  2383                ]
  2384              },
  2385              {
  2386                "timestamp": 1657053118076968,
  2387                "fields": [
  2388                  {
  2389                    "key": "event",
  2390                    "type": "string",
  2391                    "value": "WroteRequest"
  2392                  }
  2393                ]
  2394              },
  2395              {
  2396                "timestamp": 1657053118142299,
  2397                "fields": [
  2398                  {
  2399                    "key": "event",
  2400                    "type": "string",
  2401                    "value": "GotFirstResponseByte"
  2402                  }
  2403                ]
  2404              },
  2405              {
  2406                "timestamp": 1657053118142410,
  2407                "fields": [
  2408                  {
  2409                    "key": "event",
  2410                    "type": "string",
  2411                    "value": "PutIdleConn"
  2412                  }
  2413                ]
  2414              },
  2415              {
  2416                "timestamp": 1657053118142493,
  2417                "fields": [
  2418                  {
  2419                    "key": "event",
  2420                    "type": "string",
  2421                    "value": "ClosedBody"
  2422                  }
  2423                ]
  2424              }
  2425            ],
  2426            "processID": "p4",
  2427            "warnings": null
  2428          },
  2429          {
  2430            "traceID": "68f464e5bf3714b6",
  2431            "spanID": "4d38e74c31f4eb12",
  2432            "flags": 1,
  2433            "operationName": "HTTP GET: /route",
  2434            "references": [
  2435              {
  2436                "refType": "CHILD_OF",
  2437                "traceID": "68f464e5bf3714b6",
  2438                "spanID": "68f464e5bf3714b6"
  2439              }
  2440            ],
  2441            "startTime": 1657053118076924,
  2442            "duration": 65594,
  2443            "tags": [
  2444              {
  2445                "key": "internal.span.format",
  2446                "type": "string",
  2447                "value": "proto"
  2448              }
  2449            ],
  2450            "logs": [],
  2451            "processID": "p4",
  2452            "warnings": null
  2453          },
  2454          {
  2455            "traceID": "68f464e5bf3714b6",
  2456            "spanID": "121a3c72e39f5854",
  2457            "flags": 1,
  2458            "operationName": "HTTP GET",
  2459            "references": [
  2460              {
  2461                "refType": "CHILD_OF",
  2462                "traceID": "68f464e5bf3714b6",
  2463                "spanID": "5de82eacf31c700f"
  2464              }
  2465            ],
  2466            "startTime": 1657053118092948,
  2467            "duration": 53631,
  2468            "tags": [
  2469              {
  2470                "key": "span.kind",
  2471                "type": "string",
  2472                "value": "client"
  2473              },
  2474              {
  2475                "key": "component",
  2476                "type": "string",
  2477                "value": "net/http"
  2478              },
  2479              {
  2480                "key": "http.method",
  2481                "type": "string",
  2482                "value": "GET"
  2483              },
  2484              {
  2485                "key": "http.url",
  2486                "type": "string",
  2487                "value": "http://0.0.0.0:8083/route?dropoff=728%2C326&pickup=412%2C772"
  2488              },
  2489              {
  2490                "key": "http.url",
  2491                "type": "string",
  2492                "value": "0.0.0.0:8083"
  2493              },
  2494              {
  2495                "key": "net/http.reused",
  2496                "type": "bool",
  2497                "value": true
  2498              },
  2499              {
  2500                "key": "net/http.was_idle",
  2501                "type": "bool",
  2502                "value": true
  2503              },
  2504              {
  2505                "key": "http.status_code",
  2506                "type": "int64",
  2507                "value": 200
  2508              },
  2509              {
  2510                "key": "internal.span.format",
  2511                "type": "string",
  2512                "value": "proto"
  2513              }
  2514            ],
  2515            "logs": [
  2516              {
  2517                "timestamp": 1657053118092982,
  2518                "fields": [
  2519                  {
  2520                    "key": "event",
  2521                    "type": "string",
  2522                    "value": "GetConn"
  2523                  }
  2524                ]
  2525              },
  2526              {
  2527                "timestamp": 1657053118092986,
  2528                "fields": [
  2529                  {
  2530                    "key": "event",
  2531                    "type": "string",
  2532                    "value": "GotConn"
  2533                  }
  2534                ]
  2535              },
  2536              {
  2537                "timestamp": 1657053118093134,
  2538                "fields": [
  2539                  {
  2540                    "key": "event",
  2541                    "type": "string",
  2542                    "value": "WroteHeaders"
  2543                  }
  2544                ]
  2545              },
  2546              {
  2547                "timestamp": 1657053118093136,
  2548                "fields": [
  2549                  {
  2550                    "key": "event",
  2551                    "type": "string",
  2552                    "value": "WroteRequest"
  2553                  }
  2554                ]
  2555              },
  2556              {
  2557                "timestamp": 1657053118146545,
  2558                "fields": [
  2559                  {
  2560                    "key": "event",
  2561                    "type": "string",
  2562                    "value": "GotFirstResponseByte"
  2563                  }
  2564                ]
  2565              },
  2566              {
  2567                "timestamp": 1657053118146568,
  2568                "fields": [
  2569                  {
  2570                    "key": "event",
  2571                    "type": "string",
  2572                    "value": "PutIdleConn"
  2573                  }
  2574                ]
  2575              },
  2576              {
  2577                "timestamp": 1657053118146580,
  2578                "fields": [
  2579                  {
  2580                    "key": "event",
  2581                    "type": "string",
  2582                    "value": "ClosedBody"
  2583                  }
  2584                ]
  2585              }
  2586            ],
  2587            "processID": "p4",
  2588            "warnings": null
  2589          },
  2590          {
  2591            "traceID": "68f464e5bf3714b6",
  2592            "spanID": "5de82eacf31c700f",
  2593            "flags": 1,
  2594            "operationName": "HTTP GET: /route",
  2595            "references": [
  2596              {
  2597                "refType": "CHILD_OF",
  2598                "traceID": "68f464e5bf3714b6",
  2599                "spanID": "68f464e5bf3714b6"
  2600              }
  2601            ],
  2602            "startTime": 1657053118092942,
  2603            "duration": 53665,
  2604            "tags": [
  2605              {
  2606                "key": "internal.span.format",
  2607                "type": "string",
  2608                "value": "proto"
  2609              }
  2610            ],
  2611            "logs": [],
  2612            "processID": "p4",
  2613            "warnings": null
  2614          },
  2615          {
  2616            "traceID": "68f464e5bf3714b6",
  2617            "spanID": "32d8d8c3b908a2ca",
  2618            "flags": 1,
  2619            "operationName": "HTTP GET",
  2620            "references": [
  2621              {
  2622                "refType": "CHILD_OF",
  2623                "traceID": "68f464e5bf3714b6",
  2624                "spanID": "1fefefd2921ca361"
  2625              }
  2626            ],
  2627            "startTime": 1657053118125109,
  2628            "duration": 44853,
  2629            "tags": [
  2630              {
  2631                "key": "span.kind",
  2632                "type": "string",
  2633                "value": "client"
  2634              },
  2635              {
  2636                "key": "component",
  2637                "type": "string",
  2638                "value": "net/http"
  2639              },
  2640              {
  2641                "key": "http.method",
  2642                "type": "string",
  2643                "value": "GET"
  2644              },
  2645              {
  2646                "key": "http.url",
  2647                "type": "string",
  2648                "value": "http://0.0.0.0:8083/route?dropoff=728%2C326&pickup=212%2C736"
  2649              },
  2650              {
  2651                "key": "http.url",
  2652                "type": "string",
  2653                "value": "0.0.0.0:8083"
  2654              },
  2655              {
  2656                "key": "net/http.reused",
  2657                "type": "bool",
  2658                "value": true
  2659              },
  2660              {
  2661                "key": "net/http.was_idle",
  2662                "type": "bool",
  2663                "value": true
  2664              },
  2665              {
  2666                "key": "http.status_code",
  2667                "type": "int64",
  2668                "value": 200
  2669              },
  2670              {
  2671                "key": "internal.span.format",
  2672                "type": "string",
  2673                "value": "proto"
  2674              }
  2675            ],
  2676            "logs": [
  2677              {
  2678                "timestamp": 1657053118125128,
  2679                "fields": [
  2680                  {
  2681                    "key": "event",
  2682                    "type": "string",
  2683                    "value": "GetConn"
  2684                  }
  2685                ]
  2686              },
  2687              {
  2688                "timestamp": 1657053118125133,
  2689                "fields": [
  2690                  {
  2691                    "key": "event",
  2692                    "type": "string",
  2693                    "value": "GotConn"
  2694                  }
  2695                ]
  2696              },
  2697              {
  2698                "timestamp": 1657053118125151,
  2699                "fields": [
  2700                  {
  2701                    "key": "event",
  2702                    "type": "string",
  2703                    "value": "WroteHeaders"
  2704                  }
  2705                ]
  2706              },
  2707              {
  2708                "timestamp": 1657053118125153,
  2709                "fields": [
  2710                  {
  2711                    "key": "event",
  2712                    "type": "string",
  2713                    "value": "WroteRequest"
  2714                  }
  2715                ]
  2716              },
  2717              {
  2718                "timestamp": 1657053118169894,
  2719                "fields": [
  2720                  {
  2721                    "key": "event",
  2722                    "type": "string",
  2723                    "value": "GotFirstResponseByte"
  2724                  }
  2725                ]
  2726              },
  2727              {
  2728                "timestamp": 1657053118169946,
  2729                "fields": [
  2730                  {
  2731                    "key": "event",
  2732                    "type": "string",
  2733                    "value": "PutIdleConn"
  2734                  }
  2735                ]
  2736              },
  2737              {
  2738                "timestamp": 1657053118169962,
  2739                "fields": [
  2740                  {
  2741                    "key": "event",
  2742                    "type": "string",
  2743                    "value": "ClosedBody"
  2744                  }
  2745                ]
  2746              }
  2747            ],
  2748            "processID": "p4",
  2749            "warnings": null
  2750          },
  2751          {
  2752            "traceID": "68f464e5bf3714b6",
  2753            "spanID": "1fefefd2921ca361",
  2754            "flags": 1,
  2755            "operationName": "HTTP GET: /route",
  2756            "references": [
  2757              {
  2758                "refType": "CHILD_OF",
  2759                "traceID": "68f464e5bf3714b6",
  2760                "spanID": "68f464e5bf3714b6"
  2761              }
  2762            ],
  2763            "startTime": 1657053118125102,
  2764            "duration": 44882,
  2765            "tags": [
  2766              {
  2767                "key": "internal.span.format",
  2768                "type": "string",
  2769                "value": "proto"
  2770              }
  2771            ],
  2772            "logs": [],
  2773            "processID": "p4",
  2774            "warnings": null
  2775          },
  2776          {
  2777            "traceID": "68f464e5bf3714b6",
  2778            "spanID": "6dc8d6be57df9285",
  2779            "flags": 1,
  2780            "operationName": "HTTP GET",
  2781            "references": [
  2782              {
  2783                "refType": "CHILD_OF",
  2784                "traceID": "68f464e5bf3714b6",
  2785                "spanID": "1c0d8426ab4510f4"
  2786              }
  2787            ],
  2788            "startTime": 1657053118142681,
  2789            "duration": 45051,
  2790            "tags": [
  2791              {
  2792                "key": "span.kind",
  2793                "type": "string",
  2794                "value": "client"
  2795              },
  2796              {
  2797                "key": "component",
  2798                "type": "string",
  2799                "value": "net/http"
  2800              },
  2801              {
  2802                "key": "http.method",
  2803                "type": "string",
  2804                "value": "GET"
  2805              },
  2806              {
  2807                "key": "http.url",
  2808                "type": "string",
  2809                "value": "http://0.0.0.0:8083/route?dropoff=728%2C326&pickup=308%2C18"
  2810              },
  2811              {
  2812                "key": "http.url",
  2813                "type": "string",
  2814                "value": "0.0.0.0:8083"
  2815              },
  2816              {
  2817                "key": "net/http.reused",
  2818                "type": "bool",
  2819                "value": true
  2820              },
  2821              {
  2822                "key": "net/http.was_idle",
  2823                "type": "bool",
  2824                "value": true
  2825              },
  2826              {
  2827                "key": "http.status_code",
  2828                "type": "int64",
  2829                "value": 200
  2830              },
  2831              {
  2832                "key": "internal.span.format",
  2833                "type": "string",
  2834                "value": "proto"
  2835              }
  2836            ],
  2837            "logs": [
  2838              {
  2839                "timestamp": 1657053118142700,
  2840                "fields": [
  2841                  {
  2842                    "key": "event",
  2843                    "type": "string",
  2844                    "value": "GetConn"
  2845                  }
  2846                ]
  2847              },
  2848              {
  2849                "timestamp": 1657053118142705,
  2850                "fields": [
  2851                  {
  2852                    "key": "event",
  2853                    "type": "string",
  2854                    "value": "GotConn"
  2855                  }
  2856                ]
  2857              },
  2858              {
  2859                "timestamp": 1657053118142794,
  2860                "fields": [
  2861                  {
  2862                    "key": "event",
  2863                    "type": "string",
  2864                    "value": "WroteHeaders"
  2865                  }
  2866                ]
  2867              },
  2868              {
  2869                "timestamp": 1657053118142796,
  2870                "fields": [
  2871                  {
  2872                    "key": "event",
  2873                    "type": "string",
  2874                    "value": "WroteRequest"
  2875                  }
  2876                ]
  2877              },
  2878              {
  2879                "timestamp": 1657053118187659,
  2880                "fields": [
  2881                  {
  2882                    "key": "event",
  2883                    "type": "string",
  2884                    "value": "GotFirstResponseByte"
  2885                  }
  2886                ]
  2887              },
  2888              {
  2889                "timestamp": 1657053118187717,
  2890                "fields": [
  2891                  {
  2892                    "key": "event",
  2893                    "type": "string",
  2894                    "value": "PutIdleConn"
  2895                  }
  2896                ]
  2897              },
  2898              {
  2899                "timestamp": 1657053118187733,
  2900                "fields": [
  2901                  {
  2902                    "key": "event",
  2903                    "type": "string",
  2904                    "value": "ClosedBody"
  2905                  }
  2906                ]
  2907              }
  2908            ],
  2909            "processID": "p4",
  2910            "warnings": null
  2911          },
  2912          {
  2913            "traceID": "68f464e5bf3714b6",
  2914            "spanID": "1c0d8426ab4510f4",
  2915            "flags": 1,
  2916            "operationName": "HTTP GET: /route",
  2917            "references": [
  2918              {
  2919                "refType": "CHILD_OF",
  2920                "traceID": "68f464e5bf3714b6",
  2921                "spanID": "68f464e5bf3714b6"
  2922              }
  2923            ],
  2924            "startTime": 1657053118142674,
  2925            "duration": 45060,
  2926            "tags": [
  2927              {
  2928                "key": "internal.span.format",
  2929                "type": "string",
  2930                "value": "proto"
  2931              }
  2932            ],
  2933            "logs": [],
  2934            "processID": "p4",
  2935            "warnings": null
  2936          },
  2937          {
  2938            "traceID": "68f464e5bf3714b6",
  2939            "spanID": "035eee4cc1eb3808",
  2940            "flags": 1,
  2941            "operationName": "HTTP GET",
  2942            "references": [
  2943              {
  2944                "refType": "CHILD_OF",
  2945                "traceID": "68f464e5bf3714b6",
  2946                "spanID": "4e9c00a0b6fd6d02"
  2947              }
  2948            ],
  2949            "startTime": 1657053118170053,
  2950            "duration": 36467,
  2951            "tags": [
  2952              {
  2953                "key": "span.kind",
  2954                "type": "string",
  2955                "value": "client"
  2956              },
  2957              {
  2958                "key": "component",
  2959                "type": "string",
  2960                "value": "net/http"
  2961              },
  2962              {
  2963                "key": "http.method",
  2964                "type": "string",
  2965                "value": "GET"
  2966              },
  2967              {
  2968                "key": "http.url",
  2969                "type": "string",
  2970                "value": "http://0.0.0.0:8083/route?dropoff=728%2C326&pickup=674%2C112"
  2971              },
  2972              {
  2973                "key": "http.url",
  2974                "type": "string",
  2975                "value": "0.0.0.0:8083"
  2976              },
  2977              {
  2978                "key": "net/http.reused",
  2979                "type": "bool",
  2980                "value": true
  2981              },
  2982              {
  2983                "key": "net/http.was_idle",
  2984                "type": "bool",
  2985                "value": true
  2986              },
  2987              {
  2988                "key": "http.status_code",
  2989                "type": "int64",
  2990                "value": 200
  2991              },
  2992              {
  2993                "key": "internal.span.format",
  2994                "type": "string",
  2995                "value": "proto"
  2996              }
  2997            ],
  2998            "logs": [
  2999              {
  3000                "timestamp": 1657053118170068,
  3001                "fields": [
  3002                  {
  3003                    "key": "event",
  3004                    "type": "string",
  3005                    "value": "GetConn"
  3006                  }
  3007                ]
  3008              },
  3009              {
  3010                "timestamp": 1657053118170073,
  3011                "fields": [
  3012                  {
  3013                    "key": "event",
  3014                    "type": "string",
  3015                    "value": "GotConn"
  3016                  }
  3017                ]
  3018              },
  3019              {
  3020                "timestamp": 1657053118170085,
  3021                "fields": [
  3022                  {
  3023                    "key": "event",
  3024                    "type": "string",
  3025                    "value": "WroteHeaders"
  3026                  }
  3027                ]
  3028              },
  3029              {
  3030                "timestamp": 1657053118170086,
  3031                "fields": [
  3032                  {
  3033                    "key": "event",
  3034                    "type": "string",
  3035                    "value": "WroteRequest"
  3036                  }
  3037                ]
  3038              },
  3039              {
  3040                "timestamp": 1657053118206476,
  3041                "fields": [
  3042                  {
  3043                    "key": "event",
  3044                    "type": "string",
  3045                    "value": "GotFirstResponseByte"
  3046                  }
  3047                ]
  3048              },
  3049              {
  3050                "timestamp": 1657053118206507,
  3051                "fields": [
  3052                  {
  3053                    "key": "event",
  3054                    "type": "string",
  3055                    "value": "PutIdleConn"
  3056                  }
  3057                ]
  3058              },
  3059              {
  3060                "timestamp": 1657053118206521,
  3061                "fields": [
  3062                  {
  3063                    "key": "event",
  3064                    "type": "string",
  3065                    "value": "ClosedBody"
  3066                  }
  3067                ]
  3068              }
  3069            ],
  3070            "processID": "p4",
  3071            "warnings": null
  3072          },
  3073          {
  3074            "traceID": "68f464e5bf3714b6",
  3075            "spanID": "4e9c00a0b6fd6d02",
  3076            "flags": 1,
  3077            "operationName": "HTTP GET: /route",
  3078            "references": [
  3079              {
  3080                "refType": "CHILD_OF",
  3081                "traceID": "68f464e5bf3714b6",
  3082                "spanID": "68f464e5bf3714b6"
  3083              }
  3084            ],
  3085            "startTime": 1657053118170047,
  3086            "duration": 36476,
  3087            "tags": [
  3088              {
  3089                "key": "internal.span.format",
  3090                "type": "string",
  3091                "value": "proto"
  3092              }
  3093            ],
  3094            "logs": [],
  3095            "processID": "p4",
  3096            "warnings": null
  3097          },
  3098          {
  3099            "traceID": "68f464e5bf3714b6",
  3100            "spanID": "35712b15aeae601b",
  3101            "flags": 1,
  3102            "operationName": "HTTP GET: /route",
  3103            "references": [
  3104              {
  3105                "refType": "CHILD_OF",
  3106                "traceID": "68f464e5bf3714b6",
  3107                "spanID": "68f464e5bf3714b6"
  3108              }
  3109            ],
  3110            "startTime": 1657053118022747,
  3111            "duration": 38530,
  3112            "tags": [
  3113              {
  3114                "key": "internal.span.format",
  3115                "type": "string",
  3116                "value": "proto"
  3117              }
  3118            ],
  3119            "logs": [],
  3120            "processID": "p4",
  3121            "warnings": null
  3122          },
  3123          {
  3124            "traceID": "68f464e5bf3714b6",
  3125            "spanID": "7f1e9a9b718ae1f0",
  3126            "flags": 1,
  3127            "operationName": "/driver.DriverService/FindNearest",
  3128            "references": [
  3129              {
  3130                "refType": "CHILD_OF",
  3131                "traceID": "68f464e5bf3714b6",
  3132                "spanID": "68f464e5bf3714b6"
  3133              }
  3134            ],
  3135            "startTime": 1657053117821235,
  3136            "duration": 201161,
  3137            "tags": [
  3138              {
  3139                "key": "span.kind",
  3140                "type": "string",
  3141                "value": "client"
  3142              },
  3143              {
  3144                "key": "component",
  3145                "type": "string",
  3146                "value": "gRPC"
  3147              },
  3148              {
  3149                "key": "internal.span.format",
  3150                "type": "string",
  3151                "value": "proto"
  3152              }
  3153            ],
  3154            "logs": [],
  3155            "processID": "p4",
  3156            "warnings": null
  3157          },
  3158          {
  3159            "traceID": "68f464e5bf3714b6",
  3160            "spanID": "4df819ea0e6cf0eb",
  3161            "flags": 1,
  3162            "operationName": "HTTP GET",
  3163            "references": [
  3164              {
  3165                "refType": "CHILD_OF",
  3166                "traceID": "68f464e5bf3714b6",
  3167                "spanID": "35712b15aeae601b"
  3168              }
  3169            ],
  3170            "startTime": 1657053118022753,
  3171            "duration": 38521,
  3172            "tags": [
  3173              {
  3174                "key": "span.kind",
  3175                "type": "string",
  3176                "value": "client"
  3177              },
  3178              {
  3179                "key": "component",
  3180                "type": "string",
  3181                "value": "net/http"
  3182              },
  3183              {
  3184                "key": "http.method",
  3185                "type": "string",
  3186                "value": "GET"
  3187              },
  3188              {
  3189                "key": "http.url",
  3190                "type": "string",
  3191                "value": "http://0.0.0.0:8083/route?dropoff=728%2C326&pickup=806%2C7"
  3192              },
  3193              {
  3194                "key": "http.url",
  3195                "type": "string",
  3196                "value": "0.0.0.0:8083"
  3197              },
  3198              {
  3199                "key": "net/http.reused",
  3200                "type": "bool",
  3201                "value": true
  3202              },
  3203              {
  3204                "key": "net/http.was_idle",
  3205                "type": "bool",
  3206                "value": true
  3207              },
  3208              {
  3209                "key": "http.status_code",
  3210                "type": "int64",
  3211                "value": 200
  3212              },
  3213              {
  3214                "key": "internal.span.format",
  3215                "type": "string",
  3216                "value": "proto"
  3217              }
  3218            ],
  3219            "logs": [
  3220              {
  3221                "timestamp": 1657053118022772,
  3222                "fields": [
  3223                  {
  3224                    "key": "event",
  3225                    "type": "string",
  3226                    "value": "GetConn"
  3227                  }
  3228                ]
  3229              },
  3230              {
  3231                "timestamp": 1657053118022779,
  3232                "fields": [
  3233                  {
  3234                    "key": "event",
  3235                    "type": "string",
  3236                    "value": "GotConn"
  3237                  }
  3238                ]
  3239              },
  3240              {
  3241                "timestamp": 1657053118022795,
  3242                "fields": [
  3243                  {
  3244                    "key": "event",
  3245                    "type": "string",
  3246                    "value": "WroteHeaders"
  3247                  }
  3248                ]
  3249              },
  3250              {
  3251                "timestamp": 1657053118022796,
  3252                "fields": [
  3253                  {
  3254                    "key": "event",
  3255                    "type": "string",
  3256                    "value": "WroteRequest"
  3257                  }
  3258                ]
  3259              },
  3260              {
  3261                "timestamp": 1657053118061185,
  3262                "fields": [
  3263                  {
  3264                    "key": "event",
  3265                    "type": "string",
  3266                    "value": "GotFirstResponseByte"
  3267                  }
  3268                ]
  3269              },
  3270              {
  3271                "timestamp": 1657053118061255,
  3272                "fields": [
  3273                  {
  3274                    "key": "event",
  3275                    "type": "string",
  3276                    "value": "PutIdleConn"
  3277                  }
  3278                ]
  3279              },
  3280              {
  3281                "timestamp": 1657053118061274,
  3282                "fields": [
  3283                  {
  3284                    "key": "event",
  3285                    "type": "string",
  3286                    "value": "ClosedBody"
  3287                  }
  3288                ]
  3289              }
  3290            ],
  3291            "processID": "p4",
  3292            "warnings": null
  3293          },
  3294          {
  3295            "traceID": "68f464e5bf3714b6",
  3296            "spanID": "7abafb05ed52c5e5",
  3297            "flags": 1,
  3298            "operationName": "SQL SELECT",
  3299            "references": [
  3300              {
  3301                "refType": "CHILD_OF",
  3302                "traceID": "68f464e5bf3714b6",
  3303                "spanID": "744a8efd50ea90ce"
  3304              }
  3305            ],
  3306            "startTime": 1657053117198860,
  3307            "duration": 622064,
  3308            "tags": [
  3309              {
  3310                "key": "span.kind",
  3311                "type": "string",
  3312                "value": "client"
  3313              },
  3314              {
  3315                "key": "peer.service",
  3316                "type": "string",
  3317                "value": "mysql"
  3318              },
  3319              {
  3320                "key": "sql.query",
  3321                "type": "string",
  3322                "value": "SELECT * FROM customer WHERE customer_id=731"
  3323              },
  3324              {
  3325                "key": "request",
  3326                "type": "string",
  3327                "value": "1167-18"
  3328              },
  3329              {
  3330                "key": "internal.span.format",
  3331                "type": "string",
  3332                "value": "proto"
  3333              }
  3334            ],
  3335            "logs": [
  3336              {
  3337                "timestamp": 1657053117198918,
  3338                "fields": [
  3339                  {
  3340                    "key": "event",
  3341                    "type": "string",
  3342                    "value": "Waiting for lock behind 2 transactions"
  3343                  },
  3344                  {
  3345                    "key": "blockers",
  3346                    "type": "string",
  3347                    "value": "[1167-16 1167-17]"
  3348                  }
  3349                ]
  3350              },
  3351              {
  3352                "timestamp": 1657053117524887,
  3353                "fields": [
  3354                  {
  3355                    "key": "event",
  3356                    "type": "string",
  3357                    "value": "Acquired lock with 0 transactions waiting behind"
  3358                  }
  3359                ]
  3360              }
  3361            ],
  3362            "processID": "p5",
  3363            "warnings": null
  3364          },
  3365          {
  3366            "traceID": "68f464e5bf3714b6",
  3367            "spanID": "0feb46b34d54e227",
  3368            "flags": 1,
  3369            "operationName": "FindDriverIDs",
  3370            "references": [
  3371              {
  3372                "refType": "CHILD_OF",
  3373                "traceID": "68f464e5bf3714b6",
  3374                "spanID": "112052eebc933005"
  3375              }
  3376            ],
  3377            "startTime": 1657053117821788,
  3378            "duration": 19604,
  3379            "tags": [
  3380              {
  3381                "key": "param.location",
  3382                "type": "string",
  3383                "value": "728,326"
  3384              },
  3385              {
  3386                "key": "span.kind",
  3387                "type": "string",
  3388                "value": "client"
  3389              },
  3390              {
  3391                "key": "internal.span.format",
  3392                "type": "string",
  3393                "value": "proto"
  3394              }
  3395            ],
  3396            "logs": [
  3397              {
  3398                "timestamp": 1657053117841286,
  3399                "fields": [
  3400                  {
  3401                    "key": "event",
  3402                    "type": "string",
  3403                    "value": "Found drivers"
  3404                  },
  3405                  {
  3406                    "key": "level",
  3407                    "type": "string",
  3408                    "value": "info"
  3409                  }
  3410                ]
  3411              }
  3412            ],
  3413            "processID": "p6",
  3414            "warnings": null
  3415          },
  3416          {
  3417            "traceID": "68f464e5bf3714b6",
  3418            "spanID": "65fdc6b18363bb47",
  3419            "flags": 1,
  3420            "operationName": "GetDriver",
  3421            "references": [
  3422              {
  3423                "refType": "CHILD_OF",
  3424                "traceID": "68f464e5bf3714b6",
  3425                "spanID": "112052eebc933005"
  3426              }
  3427            ],
  3428            "startTime": 1657053117932518,
  3429            "duration": 13180,
  3430            "tags": [
  3431              {
  3432                "key": "param.driverID",
  3433                "type": "string",
  3434                "value": "T758841C"
  3435              },
  3436              {
  3437                "key": "span.kind",
  3438                "type": "string",
  3439                "value": "client"
  3440              },
  3441              {
  3442                "key": "internal.span.format",
  3443                "type": "string",
  3444                "value": "proto"
  3445              }
  3446            ],
  3447            "logs": [],
  3448            "processID": "p6",
  3449            "warnings": null
  3450          },
  3451          {
  3452            "traceID": "68f464e5bf3714b6",
  3453            "spanID": "23f95dffbb4b0a96",
  3454            "flags": 1,
  3455            "operationName": "GetDriver",
  3456            "references": [
  3457              {
  3458                "refType": "CHILD_OF",
  3459                "traceID": "68f464e5bf3714b6",
  3460                "spanID": "112052eebc933005"
  3461              }
  3462            ],
  3463            "startTime": 1657053117854214,
  3464            "duration": 15162,
  3465            "tags": [
  3466              {
  3467                "key": "param.driverID",
  3468                "type": "string",
  3469                "value": "T790535C"
  3470              },
  3471              {
  3472                "key": "span.kind",
  3473                "type": "string",
  3474                "value": "client"
  3475              },
  3476              {
  3477                "key": "internal.span.format",
  3478                "type": "string",
  3479                "value": "proto"
  3480              }
  3481            ],
  3482            "logs": [],
  3483            "processID": "p6",
  3484            "warnings": null
  3485          },
  3486          {
  3487            "traceID": "68f464e5bf3714b6",
  3488            "spanID": "20b8fc41adb089fb",
  3489            "flags": 1,
  3490            "operationName": "GetDriver",
  3491            "references": [
  3492              {
  3493                "refType": "CHILD_OF",
  3494                "traceID": "68f464e5bf3714b6",
  3495                "spanID": "112052eebc933005"
  3496              }
  3497            ],
  3498            "startTime": 1657053117869391,
  3499            "duration": 30708,
  3500            "tags": [
  3501              {
  3502                "key": "param.driverID",
  3503                "type": "string",
  3504                "value": "T711028C"
  3505              },
  3506              {
  3507                "key": "span.kind",
  3508                "type": "string",
  3509                "value": "client"
  3510              },
  3511              {
  3512                "key": "error",
  3513                "type": "bool",
  3514                "value": true
  3515              },
  3516              {
  3517                "key": "internal.span.format",
  3518                "type": "string",
  3519                "value": "proto"
  3520              }
  3521            ],
  3522            "logs": [
  3523              {
  3524                "timestamp": 1657053117900033,
  3525                "fields": [
  3526                  {
  3527                    "key": "event",
  3528                    "type": "string",
  3529                    "value": "redis timeout"
  3530                  },
  3531                  {
  3532                    "key": "driver_id",
  3533                    "type": "string",
  3534                    "value": "T711028C"
  3535                  },
  3536                  {
  3537                    "key": "error",
  3538                    "type": "string",
  3539                    "value": "redis timeout"
  3540                  },
  3541                  {
  3542                    "key": "level",
  3543                    "type": "string",
  3544                    "value": "error"
  3545                  }
  3546                ]
  3547              }
  3548            ],
  3549            "processID": "p6",
  3550            "warnings": null
  3551          },
  3552          {
  3553            "traceID": "68f464e5bf3714b6",
  3554            "spanID": "725daf92af7dfc68",
  3555            "flags": 1,
  3556            "operationName": "GetDriver",
  3557            "references": [
  3558              {
  3559                "refType": "CHILD_OF",
  3560                "traceID": "68f464e5bf3714b6",
  3561                "spanID": "112052eebc933005"
  3562              }
  3563            ],
  3564            "startTime": 1657053117900126,
  3565            "duration": 10897,
  3566            "tags": [
  3567              {
  3568                "key": "param.driverID",
  3569                "type": "string",
  3570                "value": "T711028C"
  3571              },
  3572              {
  3573                "key": "span.kind",
  3574                "type": "string",
  3575                "value": "client"
  3576              },
  3577              {
  3578                "key": "internal.span.format",
  3579                "type": "string",
  3580                "value": "proto"
  3581              }
  3582            ],
  3583            "logs": [],
  3584            "processID": "p6",
  3585            "warnings": null
  3586          },
  3587          {
  3588            "traceID": "68f464e5bf3714b6",
  3589            "spanID": "6684d0b952f03e04",
  3590            "flags": 1,
  3591            "operationName": "GetDriver",
  3592            "references": [
  3593              {
  3594                "refType": "CHILD_OF",
  3595                "traceID": "68f464e5bf3714b6",
  3596                "spanID": "112052eebc933005"
  3597              }
  3598            ],
  3599            "startTime": 1657053117911031,
  3600            "duration": 9638,
  3601            "tags": [
  3602              {
  3603                "key": "param.driverID",
  3604                "type": "string",
  3605                "value": "T719153C"
  3606              },
  3607              {
  3608                "key": "span.kind",
  3609                "type": "string",
  3610                "value": "client"
  3611              },
  3612              {
  3613                "key": "internal.span.format",
  3614                "type": "string",
  3615                "value": "proto"
  3616              }
  3617            ],
  3618            "logs": [],
  3619            "processID": "p6",
  3620            "warnings": null
  3621          },
  3622          {
  3623            "traceID": "68f464e5bf3714b6",
  3624            "spanID": "50f430e347f413e3",
  3625            "flags": 1,
  3626            "operationName": "GetDriver",
  3627            "references": [
  3628              {
  3629                "refType": "CHILD_OF",
  3630                "traceID": "68f464e5bf3714b6",
  3631                "spanID": "112052eebc933005"
  3632              }
  3633            ],
  3634            "startTime": 1657053117920685,
  3635            "duration": 11819,
  3636            "tags": [
  3637              {
  3638                "key": "param.driverID",
  3639                "type": "string",
  3640                "value": "T738916C"
  3641              },
  3642              {
  3643                "key": "span.kind",
  3644                "type": "string",
  3645                "value": "client"
  3646              },
  3647              {
  3648                "key": "internal.span.format",
  3649                "type": "string",
  3650                "value": "proto"
  3651              }
  3652            ],
  3653            "logs": [],
  3654            "processID": "p6",
  3655            "warnings": null
  3656          },
  3657          {
  3658            "traceID": "68f464e5bf3714b6",
  3659            "spanID": "2a609819e14db090",
  3660            "flags": 1,
  3661            "operationName": "GetDriver",
  3662            "references": [
  3663              {
  3664                "refType": "CHILD_OF",
  3665                "traceID": "68f464e5bf3714b6",
  3666                "spanID": "112052eebc933005"
  3667              }
  3668            ],
  3669            "startTime": 1657053117985874,
  3670            "duration": 12407,
  3671            "tags": [
  3672              {
  3673                "key": "param.driverID",
  3674                "type": "string",
  3675                "value": "T713393C"
  3676              },
  3677              {
  3678                "key": "span.kind",
  3679                "type": "string",
  3680                "value": "client"
  3681              },
  3682              {
  3683                "key": "internal.span.format",
  3684                "type": "string",
  3685                "value": "proto"
  3686              }
  3687            ],
  3688            "logs": [],
  3689            "processID": "p6",
  3690            "warnings": null
  3691          },
  3692          {
  3693            "traceID": "68f464e5bf3714b6",
  3694            "spanID": "6cac46b01df1eac3",
  3695            "flags": 1,
  3696            "operationName": "GetDriver",
  3697            "references": [
  3698              {
  3699                "refType": "CHILD_OF",
  3700                "traceID": "68f464e5bf3714b6",
  3701                "spanID": "112052eebc933005"
  3702              }
  3703            ],
  3704            "startTime": 1657053117945724,
  3705            "duration": 28415,
  3706            "tags": [
  3707              {
  3708                "key": "param.driverID",
  3709                "type": "string",
  3710                "value": "T742757C"
  3711              },
  3712              {
  3713                "key": "span.kind",
  3714                "type": "string",
  3715                "value": "client"
  3716              },
  3717              {
  3718                "key": "error",
  3719                "type": "bool",
  3720                "value": true
  3721              },
  3722              {
  3723                "key": "internal.span.format",
  3724                "type": "string",
  3725                "value": "proto"
  3726              }
  3727            ],
  3728            "logs": [
  3729              {
  3730                "timestamp": 1657053117974072,
  3731                "fields": [
  3732                  {
  3733                    "key": "event",
  3734                    "type": "string",
  3735                    "value": "redis timeout"
  3736                  },
  3737                  {
  3738                    "key": "driver_id",
  3739                    "type": "string",
  3740                    "value": "T742757C"
  3741                  },
  3742                  {
  3743                    "key": "error",
  3744                    "type": "string",
  3745                    "value": "redis timeout"
  3746                  },
  3747                  {
  3748                    "key": "level",
  3749                    "type": "string",
  3750                    "value": "error"
  3751                  }
  3752                ]
  3753              }
  3754            ],
  3755            "processID": "p6",
  3756            "warnings": null
  3757          },
  3758          {
  3759            "traceID": "68f464e5bf3714b6",
  3760            "spanID": "1de9e0e4d2197b04",
  3761            "flags": 1,
  3762            "operationName": "GetDriver",
  3763            "references": [
  3764              {
  3765                "refType": "CHILD_OF",
  3766                "traceID": "68f464e5bf3714b6",
  3767                "spanID": "112052eebc933005"
  3768              }
  3769            ],
  3770            "startTime": 1657053117974160,
  3771            "duration": 11692,
  3772            "tags": [
  3773              {
  3774                "key": "param.driverID",
  3775                "type": "string",
  3776                "value": "T742757C"
  3777              },
  3778              {
  3779                "key": "span.kind",
  3780                "type": "string",
  3781                "value": "client"
  3782              },
  3783              {
  3784                "key": "internal.span.format",
  3785                "type": "string",
  3786                "value": "proto"
  3787              }
  3788            ],
  3789            "logs": [],
  3790            "processID": "p6",
  3791            "warnings": null
  3792          },
  3793          {
  3794            "traceID": "68f464e5bf3714b6",
  3795            "spanID": "79d48deb1e0a451c",
  3796            "flags": 1,
  3797            "operationName": "GetDriver",
  3798            "references": [
  3799              {
  3800                "refType": "CHILD_OF",
  3801                "traceID": "68f464e5bf3714b6",
  3802                "spanID": "112052eebc933005"
  3803              }
  3804            ],
  3805            "startTime": 1657053117998295,
  3806            "duration": 10013,
  3807            "tags": [
  3808              {
  3809                "key": "param.driverID",
  3810                "type": "string",
  3811                "value": "T790386C"
  3812              },
  3813              {
  3814                "key": "span.kind",
  3815                "type": "string",
  3816                "value": "client"
  3817              },
  3818              {
  3819                "key": "internal.span.format",
  3820                "type": "string",
  3821                "value": "proto"
  3822              }
  3823            ],
  3824            "logs": [],
  3825            "processID": "p6",
  3826            "warnings": null
  3827          },
  3828          {
  3829            "traceID": "68f464e5bf3714b6",
  3830            "spanID": "1a799962c0817139",
  3831            "flags": 1,
  3832            "operationName": "GetDriver",
  3833            "references": [
  3834              {
  3835                "refType": "CHILD_OF",
  3836                "traceID": "68f464e5bf3714b6",
  3837                "spanID": "112052eebc933005"
  3838              }
  3839            ],
  3840            "startTime": 1657053118008361,
  3841            "duration": 13254,
  3842            "tags": [
  3843              {
  3844                "key": "param.driverID",
  3845                "type": "string",
  3846                "value": "T753177C"
  3847              },
  3848              {
  3849                "key": "span.kind",
  3850                "type": "string",
  3851                "value": "client"
  3852              },
  3853              {
  3854                "key": "internal.span.format",
  3855                "type": "string",
  3856                "value": "proto"
  3857              }
  3858            ],
  3859            "logs": [],
  3860            "processID": "p6",
  3861            "warnings": null
  3862          },
  3863          {
  3864            "traceID": "68f464e5bf3714b6",
  3865            "spanID": "2fcbdf95d41d62ab",
  3866            "flags": 1,
  3867            "operationName": "GetDriver",
  3868            "references": [
  3869              {
  3870                "refType": "CHILD_OF",
  3871                "traceID": "68f464e5bf3714b6",
  3872                "spanID": "112052eebc933005"
  3873              }
  3874            ],
  3875            "startTime": 1657053117841406,
  3876            "duration": 12793,
  3877            "tags": [
  3878              {
  3879                "key": "param.driverID",
  3880                "type": "string",
  3881                "value": "T725171C"
  3882              },
  3883              {
  3884                "key": "span.kind",
  3885                "type": "string",
  3886                "value": "client"
  3887              },
  3888              {
  3889                "key": "internal.span.format",
  3890                "type": "string",
  3891                "value": "proto"
  3892              }
  3893            ],
  3894            "logs": [],
  3895            "processID": "p6",
  3896            "warnings": null
  3897          }
  3898        ],
  3899        "processes": {
  3900          "p1": {
  3901            "serviceName": "driver",
  3902            "tags": [
  3903              {
  3904                "key": "client-uuid",
  3905                "type": "string",
  3906                "value": "713b91c6a8606de5"
  3907              },
  3908              {
  3909                "key": "hostname",
  3910                "type": "string",
  3911                "value": "03ffa89692db"
  3912              },
  3913              {
  3914                "key": "ip",
  3915                "type": "string",
  3916                "value": "172.22.0.3"
  3917              },
  3918              {
  3919                "key": "jaeger.version",
  3920                "type": "string",
  3921                "value": "Go-2.30.0"
  3922              }
  3923            ]
  3924          },
  3925          "p2": {
  3926            "serviceName": "customer",
  3927            "tags": [
  3928              {
  3929                "key": "client-uuid",
  3930                "type": "string",
  3931                "value": "6afa792a4d496294"
  3932              },
  3933              {
  3934                "key": "hostname",
  3935                "type": "string",
  3936                "value": "03ffa89692db"
  3937              },
  3938              {
  3939                "key": "ip",
  3940                "type": "string",
  3941                "value": "172.22.0.3"
  3942              },
  3943              {
  3944                "key": "jaeger.version",
  3945                "type": "string",
  3946                "value": "Go-2.30.0"
  3947              }
  3948            ]
  3949          },
  3950          "p3": {
  3951            "serviceName": "route",
  3952            "tags": [
  3953              {
  3954                "key": "client-uuid",
  3955                "type": "string",
  3956                "value": "615c7b5286f82f9b"
  3957              },
  3958              {
  3959                "key": "hostname",
  3960                "type": "string",
  3961                "value": "03ffa89692db"
  3962              },
  3963              {
  3964                "key": "ip",
  3965                "type": "string",
  3966                "value": "172.22.0.3"
  3967              },
  3968              {
  3969                "key": "jaeger.version",
  3970                "type": "string",
  3971                "value": "Go-2.30.0"
  3972              }
  3973            ]
  3974          },
  3975          "p4": {
  3976            "serviceName": "frontend",
  3977            "tags": [
  3978              {
  3979                "key": "client-uuid",
  3980                "type": "string",
  3981                "value": "31772d99b34a392c"
  3982              },
  3983              {
  3984                "key": "hostname",
  3985                "type": "string",
  3986                "value": "03ffa89692db"
  3987              },
  3988              {
  3989                "key": "ip",
  3990                "type": "string",
  3991                "value": "172.22.0.3"
  3992              },
  3993              {
  3994                "key": "jaeger.version",
  3995                "type": "string",
  3996                "value": "Go-2.30.0"
  3997              }
  3998            ]
  3999          },
  4000          "p5": {
  4001            "serviceName": "mysql",
  4002            "tags": [
  4003              {
  4004                "key": "client-uuid",
  4005                "type": "string",
  4006                "value": "35fc49fd8606ce23"
  4007              },
  4008              {
  4009                "key": "hostname",
  4010                "type": "string",
  4011                "value": "03ffa89692db"
  4012              },
  4013              {
  4014                "key": "ip",
  4015                "type": "string",
  4016                "value": "172.22.0.3"
  4017              },
  4018              {
  4019                "key": "jaeger.version",
  4020                "type": "string",
  4021                "value": "Go-2.30.0"
  4022              }
  4023            ]
  4024          },
  4025          "p6": {
  4026            "serviceName": "redis",
  4027            "tags": [
  4028              {
  4029                "key": "client-uuid",
  4030                "type": "string",
  4031                "value": "76efbe2afdd04d68"
  4032              },
  4033              {
  4034                "key": "hostname",
  4035                "type": "string",
  4036                "value": "03ffa89692db"
  4037              },
  4038              {
  4039                "key": "ip",
  4040                "type": "string",
  4041                "value": "172.22.0.3"
  4042              },
  4043              {
  4044                "key": "jaeger.version",
  4045                "type": "string",
  4046                "value": "Go-2.30.0"
  4047              }
  4048            ]
  4049          }
  4050        },
  4051        "warnings": null
  4052      }
  4053    ],
  4054    "total": 0,
  4055    "limit": 0,
  4056    "offset": 0,
  4057    "errors": null
  4058  }