We're building a messaging system where we have messages containing timestamps that need to be reported to Jaeger via OpenTracing.
Is there a way to override the timestamps on a Span so that the timestamps aren't hardcoded to when the spans are started or ended but instead can represent the timestamps expressed on the messages?
We're building a messaging system where we have messages containing timestamps that need to be reported to Jaeger via OpenTracing. Is there a way to override the timestamps on a Span so that the timestamps aren't hardcoded to when the spans are started or ended but instead can represent the timestamps expressed on the messages?