elastic / elastic/apm-agent-php
De-duplication of Elastic vs OTel source of data
Open
agent-php
enhancement
triage otel
triaged
- Dominant language
- PHP
- Stars
- 268
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
With OTel -> Elastic bridge implemented for some use cases there will be two sources of spans: for example for PDO there is OTel instrumentation and Elastic legacy instrumentation. We would like to avoid producing two spans for each PDO call instrumented by both OTel and Elastic.
### Implementation notes:
- Possible approach: Mark some spans as leaf (for example PDO and curl) and not create any OTel bridge generated spans under the "leaf" spans
Contributor guide
Assessment
This issue has not been assessed yet.