elastic / elastic/apm-agent-php

De-duplication of Elastic vs OTel source of data

Open
#1,101 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.