apm-agent-python
apm-agent-python copied to clipboard
OpenTracing binding ignores start_time argument
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