From e7cffba5f2b2af348c417fc6a2fa1cf124f5a48c Mon Sep 17 00:00:00 2001 From: Emily Stolfo Date: Tue, 23 Jan 2024 12:53:43 +0100 Subject: [PATCH] Add disabled central config as a caveat to lambda docs --- docs/setup-aws-lambda.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/setup-aws-lambda.asciidoc b/docs/setup-aws-lambda.asciidoc index bb9059fff1..632cee9119 100644 --- a/docs/setup-aws-lambda.asciidoc +++ b/docs/setup-aws-lambda.asciidoc @@ -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.