Skip to content

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

Open
@fallwith

Description

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:

  • We could multithread the 3 checks
  • We could better enable customer control, through config and/or docs, over specifying their cloud environment to skip the others

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions