Skip to content

Commit

Permalink
Add disabled central config as a caveat to lambda docs
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Jan 23, 2024
1 parent be8add6 commit e7cffba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/setup-aws-lambda.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ Errors related to traced spans will be sent as well.
==== Caveats
* System and custom metrics are not collected for Lambda functions. This is both because most of those are irrelevant
and because the interval-based event sending model is not suitable for FaaS environments.
* Central Configuration is disabled, which means that the APM agent configuration cannot be changed without redefining
the lambda environment variables or APM agent settings.
* Cold starts can be significantly slower when the agent is installed. If this is an issue, following are ways to deal with slow code
starts:
** If the only issue with slower cold starts is Lambda timing out, consider increasing the configured timeout.
Expand Down

0 comments on commit e7cffba

Please sign in to comment.