I have integrated Jaeger with Tyk and I am able to see the spans.
But upon error there isn’t any error tag attached in Jaeger UI. When checked with tyk gateway source code I could not find any SetTag() method or Set() method to set error tag being called. Is any alternative method being used for it or did I missed out something? Won’t Tyk add error tags to the spans when an error occurs?
When an error occurs I only had spans till the place where error occurred. I believe it is the normal behaviour. Please correct me if it is not?