elastic / apm-agent-php

Apache License 2.0
252 stars 69 forks source link

Please enable Elastic agent for PHP to perform tracking of OCI #1138

Open andrelrmarques opened 6 months ago

andrelrmarques commented 6 months ago

Describe the enhancement: Elastic agent for PHP does not perform tracking of OCI, as can be seen in the documentation at https://www.elastic.co/guide/en/apm/agent/php/current/supported-technologies.html#supported-data-access-technologies.

Through this ticket, we would like to request the development of a feature that allows the PHP agent to track and capture queries in an Oracle environment using the OCI data access technology.

Describe a specific use case for the enhancement or feature: We are having difficulty tracking the calls made by an application we are trying to monitor. The only way we were able to obtain information was through inferred spans, however, it's not possible to enable this feature in production due to its high resource consumption.

What is the definition of done? Elastic agent for PHP being able to perform tracking of OCI

pierrehilbert commented 6 months ago

@simitt Keep me honest here but this seems to be related to the APM Agent right?