elastic / apm-agent-php

Apache License 2.0
252 stars 69 forks source link

De-duplication of Elastic vs OTel source of data #1101

Open SergeyKleyman opened 9 months ago

SergeyKleyman commented 9 months ago

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: