Skip to content

Instantly share code, notes, and snippets.

@chad-g-adams
Created May 14, 2019 17:19
Show Gist options
  • Save chad-g-adams/a5a85b58ddf6f7f537830ce89ac5293f to your computer and use it in GitHub Desktop.
Save chad-g-adams/a5a85b58ddf6f7f537830ce89ac5293f to your computer and use it in GitHub Desktop.
Zipkin UI trace json
[
{
"traceId": "ab34a7b1d5246f2d13cdecec2888cfdf",
"parentId": "445442a72c4641a4",
"id": "211ba7d0049c4cdf",
"name": "pipeline execution",
"timestamp": 1557849842669456,
"duration": 4724
},
{
"traceId": "ab34a7b1d5246f2d13cdecec2888cfdf",
"parentId": "445442a72c4641a4",
"id": "38193d5cc37b94ad",
"kind": "CLIENT",
"name": "get measurements",
"timestamp": 1557849842617777,
"duration": 51099,
"localEndpoint": {
"serviceName": "test",
"ipv4": "10.234.2.122"
},
"tags": {
"http.path": "https://test"
}
},
{
"traceId": "ab34a7b1d5246f2d13cdecec2888cfdf",
"parentId": "ab34a7b1d5246f2d",
"id": "445442a72c4641a4",
"kind": "CLIENT",
"name": "resolve get_production_segments",
"timestamp": 1557849839506312,
"duration": 3168677,
"localEndpoint": {
"serviceName": "test",
"ipv4": "10.234.2.122"
},
"annotations": [
{
"timestamp": 1557849842674972,
"value": "cr"
}
]
},
{
"traceId": "ab34a7b1d5246f2d13cdecec2888cfdf",
"parentId": "445442a72c4641a4",
"id": "5c50f8ecfa190b1d",
"kind": "CLIENT",
"name": "get measurements",
"timestamp": 1557849840012828,
"duration": 2434729,
"localEndpoint": {
"serviceName": "test",
"ipv4": "10.234.2.122"
},
"tags": {
"http.path": "https://test"
}
},
{
"traceId": "ab34a7b1d5246f2d13cdecec2888cfdf",
"parentId": "ab34a7b1d5246f2d",
"id": "6e7ba99ab1374c9c",
"kind": "CLIENT",
"name": "fetch customer info",
"timestamp": 1557849837806619,
"duration": 1630917,
"localEndpoint": {
"serviceName": "test",
"ipv4": "10.234.2.122"
},
"tags": {
"http.path": "/resource/customerInfo.json"
}
},
{
"traceId": "ab34a7b1d5246f2d13cdecec2888cfdf",
"parentId": "445442a72c4641a4",
"id": "9bec36680c7fa48f",
"kind": "CLIENT",
"name": "get measurements",
"timestamp": 1557849842505664,
"duration": 56496,
"localEndpoint": {
"serviceName": "test",
"ipv4": "10.234.2.122"
},
"tags": {
"http.path": "https://test"
}
},
{
"traceId": "ab34a7b1d5246f2d13cdecec2888cfdf",
"parentId": "445442a72c4641a4",
"id": "a60690f59a18004d",
"kind": "CLIENT",
"name": "get measurements",
"timestamp": 1557849839507136,
"duration": 504714,
"localEndpoint": {
"serviceName": "test",
"ipv4": "10.234.2.122"
},
"tags": {
"http.path": "https://test"
}
},
{
"traceId": "ab34a7b1d5246f2d13cdecec2888cfdf",
"id": "ab34a7b1d5246f2d",
"kind": "SERVER",
"name": "post /graphiql",
"timestamp": 1557849837553571,
"duration": 5207853,
"localEndpoint": {
"serviceName": "test",
"ipv4": "10.234.2.122"
},
"remoteEndpoint": {
"ipv4": "127.0.0.1"
},
"tags": {
"http.host": "localhost",
"http.method": "POST",
"http.path": "/graphiql"
}
},
{
"traceId": "ab34a7b1d5246f2d13cdecec2888cfdf",
"parentId": "445442a72c4641a4",
"id": "dc28a63e00d86243",
"kind": "CLIENT",
"name": "get measurements",
"timestamp": 1557849842562784,
"duration": 54568,
"localEndpoint": {
"serviceName": "test",
"ipv4": "10.234.2.122"
},
"tags": {
"http.path": "https://test"
}
},
{
"traceId": "ab34a7b1d5246f2d13cdecec2888cfdf",
"parentId": "ab34a7b1d5246f2d",
"id": "eadc73c39a1547f7",
"kind": "CLIENT",
"name": "fetch customer datasources",
"timestamp": 1557849839437544,
"duration": 68564,
"localEndpoint": {
"serviceName": "test",
"ipv4": "10.234.2.122"
},
"tags": {
"http.path": "/resource/data_sources.json"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment