Custom Runtime
io.thundra.agent.container.springboot2.ContainerHandler
THUNDRA_AGENT_LAMBDA_CONTAINER_SPRINGBOOT_APP_ARTIFACT
environment variable to your application name, e.g. petclinic.jar
. THUNDRA_AGENT_LAMBDA_JVM_OPTIMIZEFORFASTSTARTUP
environment variable to true
. This is because we want the Lambda runtime JVM process to start with the configured VM arguments that are optimized for a fast start-up. See our documentation on this issue.THUNDRA_AGENT_LAMBDA_REPORT_CLOUDWATCH_ENABLE
environment variable to true
. This is to report the collected telemetry data over AWS CloudWatch asynchronously. Beware that when you enable CloudWatch, you also have to set up the CloudWatch adapters. Make sure to checkout our documentation on this issue.