File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,8 @@ Errors related to traced spans will be sent as well.
8888==== Caveats
8989* System and custom metrics are not collected for Lambda functions. This is both because most of those are irrelevant
9090and because the interval-based event sending model is not suitable for FaaS environments.
91+ * Central Configuration is disabled, which means that the APM agent configuration cannot be changed without redefining
92+ the lambda environment variables or APM agent settings.
9193* Cold starts can be significantly slower when the agent is installed. If this is an issue, following are ways to deal with slow code
9294starts:
9395** If the only issue with slower cold starts is Lambda timing out, consider increasing the configured timeout.
You can’t perform that action at this time.
0 commit comments