apm-agent-python icon indicating copy to clipboard operation
apm-agent-python copied to clipboard

OpenTracing binding ignores start_time argument

Open AndreiPashkin opened this issue 3 years ago • 0 comments

OpenTracing specs allow passing explicit timestamps when starting new spans, but in the OT binding the APM agent this argument is being ignored: https://github.com/elastic/apm-agent-python/blob/9b360e0c466974df974f5da4f0e34af0735a9942/elasticapm/contrib/opentracing/tracer.py#L79

This issue addressed in this PR already: #824

AndreiPashkin avatar May 02 '21 15:05 AndreiPashkin