newrelic / newrelic-ruby-agent

New Relic RPM Ruby Agent
https://docs.newrelic.com/docs/apm/agents/ruby-agent/getting-started/introduction-new-relic-ruby/
Apache License 2.0
1.2k stars 599 forks source link

Optimisation: agent start-up time for cloud environment detection could be improved #2845

Open fallwith opened 1 month ago

fallwith commented 1 month ago

The agent performs 3 linear checks - each with a 1 second timeout - to test for the contexts of AWS, GCP, and Azure. For agent instances outside of those contexts, start-up time could be waiting for 3 seconds.

We should investigate how to optimise this start-up delay.

Perhaps:

workato-integration[bot] commented 1 month ago

https://new-relic.atlassian.net/browse/NR-311683