-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
Is your feature request related to a problem? Please describe.
I'm just getting started with OpenTelemetry and just the act of adding the ADOT NodeJS layer to my functions makes the simplest ping function from 1-2 to 4-5 seconds and my remix app's cold start goes from 8 seconds to more than 30 (I've got the function set to timeout at 30).
Is there any configuration that I can do to improve that or is that just the way it has to be?
Describe the solution you'd like
Minimal impact on cold start times.
Describe alternatives you've considered
- use standard xray libs
- use otel with non-AWS providers and send directly from application code
jake-vendia, adambiggs, bilalq, ntzm, LozanoMatheus and 8 more