elastic / elastic/apm-agent-python
OpenTracing binding ignores start_time argument
Open
agent-python
- Dominant language
- Python
- Stars
- 431
- Forks
- 239
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 7
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.