You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirement - what kind of business use case are you trying to solve?
I try to make a FOLLOWS_FROM reference to another trace.
My first trace represent several API calls. The last call triggers a long running process (async process, 3-5seconds if everything is up)
Here my first trace:
dsp-events-api calls the long running process.
Here the raw json of my first trace:
The text was updated successfully, but these errors were encountered:
OlivierAlbertini
changed the title
FOLLOWS_FROM reference doesn't link to other trace
Help: FOLLOWS_FROM reference doesn't link to other trace
Aug 2, 2019
Please subscribe or reply to jaegertracing/jaeger-ui#358 for follow-up. I am closing this as duplicate. Feel free to re-open if you think it's something different.
Hi,
Requirement - what kind of business use case are you trying to solve?
I try to make a FOLLOWS_FROM reference to another trace.
My first trace represent several API calls. The last call triggers a long running process (async process, 3-5seconds if everything is up)
Here my first trace:
dsp-events-api
calls the long running process.Here the raw json of my first trace:
Here my second trace:
As you see, Jaeger UI shows
<trace-without-root-span>
SN Worker DCI
has a FOLLOWS_FROM reference to thedsp-events-api
Problem - what in Jaeger blocks you from solving the requirement?
Jaeger UI doesn't show the link between the two traces... Raw json for each trace seems fine.
Any open questions to address
Extra info
jaeger image version: jaegertracing/jaeger-collector:1.12
storage: elasticsearch: 6.8 oss
platform: Kubernetes
The text was updated successfully, but these errors were encountered: