-
Notifications
You must be signed in to change notification settings - Fork 484
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ruben Vargas <[email protected]>
- Loading branch information
1 parent
e6597d9
commit 8340c25
Showing
2 changed files
with
187 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,177 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"traceID": "37755ec1ae429b50", | ||
"spans": [ | ||
{ | ||
"traceID": "37755ec1ae429b50", | ||
"spanID": "37755ec1ae429b50", | ||
"flags": 1, | ||
"operationName": "receive request", | ||
"references": [ | ||
|
||
], | ||
"startTime": 1583424781753286, | ||
"duration": 1210702, | ||
"tags": [ | ||
{ | ||
"key": "span.kind", | ||
"type": "string", | ||
"value": "server" | ||
}, | ||
{ | ||
"key": "sampler.type", | ||
"type": "string", | ||
"value": "const" | ||
}, | ||
{ | ||
"key": "sampler.param", | ||
"type": "int64", | ||
"value": 1 | ||
}, | ||
{ | ||
"key": "internal.span.format", | ||
"type": "string", | ||
"value": "proto" | ||
} | ||
], | ||
"logs": [ | ||
{ | ||
"timestamp": 1583424781857321, | ||
"fields": [ | ||
{ | ||
"key": "event", | ||
"type": "string", | ||
"value": "woop di doop" | ||
}, | ||
{ | ||
"key": "count", | ||
"type": "int64", | ||
"value": 5 | ||
} | ||
] | ||
} | ||
], | ||
"processID": "p1", | ||
"warnings": null | ||
}, | ||
{ | ||
"traceID": "37755ec1ae429b50", | ||
"spanID": "1f16fa4a5c46739d", | ||
"flags": 1, | ||
"operationName": "request async action", | ||
"references": [ | ||
{ | ||
"refType": "CHILD_OF", | ||
"traceID": "37755ec1ae429b50", | ||
"spanID": "37755ec1ae429b50" | ||
} | ||
], | ||
"startTime": 1583424782861634, | ||
"duration": 102179, | ||
"tags": [ | ||
{ | ||
"key": "span.kind", | ||
"type": "string", | ||
"value": "producer" | ||
}, | ||
{ | ||
"key": "internal.span.format", | ||
"type": "string", | ||
"value": "proto" | ||
} | ||
], | ||
"logs": [ | ||
|
||
], | ||
"processID": "p1", | ||
"warnings": null | ||
}, | ||
{ | ||
"traceID": "37755ec1ae429b50", | ||
"spanID": "94371e6e0957cc4f", | ||
"flags": 1, | ||
"operationName": "async span started after rpc span", | ||
"references": [ | ||
{ | ||
"refType": "FOLLOWS_FROM", | ||
"traceID": "37755ec1ae429b50", | ||
"spanID": "1f16fa4a5c46739d" | ||
} | ||
], | ||
"startTime": 1583424783469179, | ||
"duration": 301801, | ||
"tags": [ | ||
{ | ||
"key": "span.kind", | ||
"type": "string", | ||
"value": "consumer" | ||
}, | ||
{ | ||
"key": "peer.service", | ||
"type": "string", | ||
"value": "downstream-service" | ||
}, | ||
{ | ||
"key": "internal.span.format", | ||
"type": "string", | ||
"value": "proto" | ||
} | ||
], | ||
"logs": [ | ||
|
||
], | ||
"processID": "p2", | ||
"warnings": null | ||
} | ||
], | ||
"processes": { | ||
"p1": { | ||
"serviceName": "test-service", | ||
"tags": [ | ||
{ | ||
"key": "hostname", | ||
"type": "string", | ||
"value": "Daniels-MacBook-Pro-2.local" | ||
}, | ||
{ | ||
"key": "ip", | ||
"type": "string", | ||
"value": "192.168.15.29" | ||
}, | ||
{ | ||
"key": "jaeger.version", | ||
"type": "string", | ||
"value": "Ruby-1.0.0" | ||
} | ||
] | ||
}, | ||
"p2": { | ||
"serviceName": "downstream-service", | ||
"tags": [ | ||
{ | ||
"key": "hostname", | ||
"type": "string", | ||
"value": "Daniels-MacBook-Pro-2.local" | ||
}, | ||
{ | ||
"key": "ip", | ||
"type": "string", | ||
"value": "192.168.15.29" | ||
}, | ||
{ | ||
"key": "jaeger.version", | ||
"type": "string", | ||
"value": "Ruby-1.0.0" | ||
} | ||
] | ||
} | ||
}, | ||
"warnings": null | ||
} | ||
], | ||
"total": 0, | ||
"limit": 0, | ||
"offset": 0, | ||
"errors": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1543,6 +1543,8 @@ | |
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/@types%2fobject-hash/-/object-hash-1.3.0.tgz#b20db2074129f71829d61ff404e618c4ac3d73cf" | ||
integrity sha1-sg2yB0Ep9xgp1h/0BOYYxKw9c88= | ||
dependencies: | ||
"@types/node" "*" | ||
|
||
"@types/prop-types@*": | ||
version "15.7.0" | ||
|
@@ -9962,9 +9964,10 @@ [email protected], querystring@^0.2.0: | |
version "0.2.0" | ||
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" | ||
|
||
querystringify@^2.0.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.0.tgz#7ded8dfbf7879dcc60d0a644ac6754b283ad17ef" | ||
querystringify@^2.1.1: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.1.tgz#60e5a5fd64a7f8bfa4d2ab2ed6fdf4c85bad154e" | ||
integrity sha512-w7fLxIRCRT7U8Qu53jQnJyPkYZIaR4n5151KMfcJlO/A9397Wxb1amJvROTK6TOnp7PfoAmg/qXiNHI+08jRfA== | ||
|
||
quick-lru@^1.0.0: | ||
version "1.1.0" | ||
|
@@ -12570,10 +12573,11 @@ [email protected]: | |
schema-utils "^1.0.0" | ||
|
||
url-parse@^1.1.8, url-parse@^1.4.3: | ||
version "1.4.4" | ||
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.4.tgz#cac1556e95faa0303691fec5cf9d5a1bc34648f8" | ||
version "1.4.7" | ||
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278" | ||
integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg== | ||
dependencies: | ||
querystringify "^2.0.0" | ||
querystringify "^2.1.1" | ||
requires-port "^1.0.0" | ||
|
||
url-template@^2.0.8: | ||
|