You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some detectors that make network calls to determine if they are running in a cloud provider (GCP, or AWS) to gather metadata, which introduces some latency. Ideally, resources will only be detected once and passed along as arguments where needed.
Is there a reasonable way that we can detect resources during initialization, without putting the responsibility on the user? Can we do so in a way that minimizes overhead, and possibly offer opt-out mechanisms for those who do not want or need this functionality?
The text was updated successfully, but these errors were encountered:
The SDK currently has resource auto-detection, but the detection must be user initiated. For example:
There are some detectors that make network calls to determine if they are running in a cloud provider (GCP, or AWS) to gather metadata, which introduces some latency. Ideally, resources will only be detected once and passed along as arguments where needed.
Is there a reasonable way that we can detect resources during initialization, without putting the responsibility on the user? Can we do so in a way that minimizes overhead, and possibly offer opt-out mechanisms for those who do not want or need this functionality?
The text was updated successfully, but these errors were encountered: