Skip to content

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

Closed
@fallwith

Description

@fallwith

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

Metadata

Assignees

Type

No type

Projects

Status

Code Complete/Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions