apm-agent-php
apm-agent-php copied to clipboard
Elastic APM PHP Agent
As described in https://github.com/elastic/apm/issues/448, the agent needs to apply the following changes to comply with the current SPEC for destination fields: - [ ] Infer destination.service.resource based on other fields...
For example [here is "Upgrading" section of Go agent's online documentation](https://www.elastic.co/guide/en/apm/agent/go/master/upgrading.html).
The corresponding issue in elastic/kibana - https://github.com/elastic/kibana/issues/80949
Hi there, I was testing the extension with my PHP 7.3.14 (Ubuntu) which runs an Apache server. As load balancer solution we are using Azure Application Gateway. So basically the...
Derived from https://github.com/elastic/apm/issues/48
Meta issue: - https://github.com/elastic/apm/issues/619 Spec change: - https://github.com/elastic/apm/pull/611 This includes: - [ ] Change default value for `span_compression_enabled` to `true` - [ ] Change default value for `span_compression_same_kind_max_duration` to `0ms`
We run lots of Symfony applications within our company. I can see this Symfony support issue created, but it has been closed and said it is done with no reference...
**Is your feature request related to a problem? Please describe.** Yes - https://github.com/elastic/apm-agent-php/issues/627 **Describe the solution you'd like** I would like to be able to set `elastic_apm.enabled = false` in...