Sergey Kleyman

Results 74 comments of Sergey Kleyman

Here are the links to all other Elastic APM agents that already have this feature implemented (I've taken them from [Elastic APM Backend Agent Config Comparison spreadsheet](https://docs.google.com/spreadsheets/d/1JJjZotapacA3FkHc2sv_0wiChILi3uKnkwLTjtBmxwU/)) - Java -...

@andrewharry Thank you - I will definitely take a look at your implementation of the integrations and consider if and how to make them available with the agent out of...

@vhatsura These are very interesting insights and it is indeed really easy to try out your proposal to hold the reference to the `Task` returned by `Task.Factory.StartNew` but I wouldn't...

@gregkalapos I see the following `Error` message in the logs: ``` 2019-09-30 17:22:12: [Error] Elastic.Apm: {SystemInfoHelper} Failed parsing container id ``` Should we open a separate issue to investigate?

Also it's important to note that agent's `CentralConfigFetcher` does connect to APM Server successfully ``` 2019-09-30 17:22:14: [Trace] Elastic.Apm: {CentralConfigFetcher} Processing HTTP response... +-> Response: StatusCode: 200, ReasonPhrase: 'OK', Version:...

See https://github.com/elastic/apm/blob/master/docs/agent-development.md#transport-errors

When agent receives unsuccessful HTTP status code from APM Server we should log not just the body of the response but HTTP status code itself as well. For example in...

@keeshoekzema Could you please check if you still experiencing the issue with [the latest release (v.16)](https://github.com/elastic/apm-agent-php/releases/tag/v1.6) and if so could you please share a simple docker image definition that reproduces...

@NicolaD77 I definitely agree with you on "If any error in tracing the traced application should continue to work without impact :-)" so I would like to fix it. Unfortunately...

@pjaak @doyelese @atc-cegodk @mcouillard Could you please check if you still experiencing the issue with [the latest release (v.16)](https://github.com/elastic/apm-agent-php/releases/tag/v1.6) and if so could you please share a simple docker image...