nodejs instrumentation v0.41.1 exceeds default volume limit of 150Mi #2237
Labels
area:auto-instrumentation
Issues for auto-instrumentation
auto-instrumentation:nodejs
bug
Something isn't working
Component(s)
instrumentation
What happened?
Description
With the recent NodeJS instrumentation image v0.41.1, the k8s volume created exceeds the default limit of 150Mi causing pods to be evicted.
Steps to Reproduce
Run the NodeJS instrumentation and verify the size of the mounted
EmptyDir
volume on the application pod.v0.40.0: 120.6Mi
v0.41.1: 150.4Mi
Since the default
volumeLimitSize
is set to 150Mi, the pod is evicted.Kubernetes Version
v1.25.11
Operator version
v0.85.0
Collector version
v0.85.0
Environment information
Alpine Linux 3.18.4
Log output
Additional context
Looks like the
opentelemetry
module innode_modules
is the culprit.The text was updated successfully, but these errors were encountered: