Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define strategy for central config #48

Open
estolfo opened this issue Oct 11, 2021 · 3 comments
Open

Define strategy for central config #48

estolfo opened this issue Oct 11, 2021 · 3 comments
Labels
aws-λ-extension AWS Lambda Extension

Comments

@estolfo
Copy link
Contributor

estolfo commented Oct 11, 2021

For the experimental version of the extension, the agent will disable central config but we need to figure out a strategy for the long-term.

@github-actions github-actions bot added the aws-λ-extension AWS Lambda Extension label Oct 11, 2021
@AlexanderWert AlexanderWert added this to the 8.2 milestone Jan 18, 2022
@simitt simitt removed this from the 8.2 milestone Apr 12, 2022
@lucabelluccini
Copy link
Contributor

@kruskall
Copy link
Member

Is there a reason why we can't just forward the agentcfg requests ?

@basepi
Copy link
Contributor

basepi commented Jan 18, 2024

Is there a reason why we can't just forward the agentcfg requests ?

Python handles central config in a separate thread. Disabling metrics collection and central config brings us from three background threads to one.

Also, since it's not typically a long-running process, it could spend a fair amount of time out of sync with central config on startup. Typical web apps are long-running, so the out-of-sync time is minimal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws-λ-extension AWS Lambda Extension
Projects
APM-Agents (OLD)
  
Planned
Development

No branches or pull requests

6 participants