Skip to content

Commit 28fd7b9

Browse files
authored
Add disabled central config as a caveat to lambda docs (#3504)
1 parent 2c2141b commit 28fd7b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/setup-aws-lambda.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
9090
and 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
9294
starts:
9395
** If the only issue with slower cold starts is Lambda timing out, consider increasing the configured timeout.

0 commit comments

Comments
 (0)