You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description of changes:
- Fast Startup feature was added as opt-in in the upstream some time
ago: open-telemetry/opentelemetry-lambda#1180
(includes perf improvement results)
- Did some of my own testing on a Java17 Lambda function with 3GB of
memory and noticed cold start time improvement from 8.7 seconds to 4.2
seconds.
- Since the ADOT 1.x version has been updated to lated 1.33.6 version of
upstream, we need to update the lambda layer related patches to this
version as well.
- Tested by manually building the layer and instrumenting a sample
lambda function.
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
0 commit comments