Alvaro Lobato

Results 9 comments of Alvaro Lobato

Related: https://github.com/elastic/apm-agent-java/pull/181 https://github.com/elastic/apm-agent-java/pull/210 I think we decided that there will be no retries in sending messages, if the message send fails it will get lost, the backoff is for the...

I think we could do a two step approach here: 1. Improve the API and add an additional method other than `setInitialPageLoadName()` that would directly take the URL and strip...

Related to https://github.com/elastic/kibana/issues/26544

We've discussed this and we are going to move forward, with a phased approach. - Initially we will host the agent on a CDN with a unique URL per patch...

Some more context on the intent of this POC, commented by @felixbarny in a different thread: > We agreed that we create a proof of concept in the Python agent...

These measures are all uncompressed right? Do you know the compressed values and improvements? What are we trying to achieve here? reduce APM server load? Bandwidth? ES storage? All of...

Related to https://github.com/elastic/apm-agent-nodejs/issues/1015

Taking a look at the changes between the two versions it looks like this change is what broke it: https://github.com/HASwitchPlate/openHASP/commit/56ae45dae251566e38fc72e42395282d62e12a13#diff-979b76318c39babb49890eba446d0fc0e22c2cace106834c8eb54dd873c026b8L307 Commenting back again the method to add the callback made...