anuraaga on master
Fix zipkin-instrumentation-gotj… (compare)
@adriancole
if a span was unfinished, there would be no duration for it
[
[
{
"traceId": "0823811ca25bdad3",
"parentId": "0823811ca25bdad3",
"id": "6439eb5a54939542",
"kind": "CLIENT",
"name": "get",
"timestamp": 1579883159955171,
"duration": 809817,
"localEndpoint": {
"serviceName": "myservice"
},
"tags": {
"http.path": "/user",
"http.status_code": "200"
}
},
{
"traceId": "0823811ca25bdad3",
"parentId": "0823811ca25bdad3",
"id": "653ef3386c7c8139",
"kind": "CLIENT",
"name": "get",
"timestamp": 1579883159955740,
"duration": 817655,
"localEndpoint": {
"serviceName": "myservice"
},
"tags": {
"http.path": "/u/settings",
"http.status_code": "200"
}
},
{
"traceId": "0823811ca25bdad3",
"parentId": "0823811ca25bdad3",
"id": "58cdf6b54f3e50ae",
"kind": "CLIENT",
"name": "get",
"timestamp": 1579883159965163,
"duration": 819692,
"localEndpoint": {
"serviceName": "myservice"
},
"tags": {
"http.path": "/u/accounts",
"http.status_code": "200"
}
},
{
"traceId": "0823811ca25bdad3",
"parentId": "0823811ca25bdad3",
"id": "427b48ddce3ccacd",
"kind": "CLIENT",
"name": "get",
"timestamp": 1579883159960778,
"duration": 900222,
"localEndpoint": {
"serviceName": "myservice"
},
"tags": {
"http.path": "/u/feature-flags",
"http.status_code": "200"
}
},
{
"traceId": "0823811ca25bdad3",
"parentId": "0823811ca25bdad3",
"id": "147230185f20c741",
"kind": "CLIENT",
"name": "get",
"timestamp": 1579883159953872,
"duration": 1239779,
"localEndpoint": {
"serviceName": "myservice"
},
"tags": {
"http.path": "/workers/mine",
"http.status_code": "200"
}
},
{
"traceId": "0823811ca25bdad3",
"parentId": "0823811ca25bdad3",
"id": "07d4dbd088e6633c",
"kind": "CLIENT",
"name": "get",
"timestamp": 1579883160880901,
"duration": 552661,
"localEndpoint": {
"serviceName": "myservice"
},
"tags": {
"http.path": "/workers/01D/feature",
"http.status_code": "200"
}
},
{
"traceId": "0823811ca25bdad3",
"parentId": "0823811ca25bdad3",
"id": "b148e6b471cd2dfa",
"kind": "CLIENT",
"name": "get",
"timestamp": 1579883160880282,
"duration": 560505,
"localEndpoint": {
"serviceName": "myservice"
},
"tags": {
"http.path": "/current-features",
"http.status_code": "200"
}
},
{
"traceId": "0823811ca25bdad3",
"parentId": "0823811ca25bdad3",
"id": "bfc4a0a54601da77",
"kind": "CLIENT",
"name": "get",
"timestamp": 1579883160886515,
"duration": 562673,
"localEndpoint": {
"serviceName": "myservice"
},
"tags": {
"http.path": "/workers/01D/feature",
"http.status_code": "200"
}
},
{
"traceId": "0823811ca25bdad3",
"
@AndersClausen which version of springboot you are using for your custom zipkin server? is that working for you?
No it wasn't working for us, so we went ahead and used the 'ready-made' Zipkin server, which we are about to test very soon. Just setting up the CI/CD pipeline for it, so we can manage our Cassandra/Elasticsearch settings with it