Open-telemetry Packages Causing 504/Memory Leak #2760
Unanswered
nirvana620
asked this question in
Q&A
Replies: 1 comment
-
Do you have more information on those 504 from the gateway logs ? Are you able to reproduce locally the memory leak ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we're implementing tracing in our node v12 application running on EKS K8s v1.20 utilizing nginx. The traces are being distributed to tempo and We're initializing ./tracing.js before initializing application and we've ran into several issues.
If we export tracing.js with the application we encounter memory leaks, we've resolved that by running tracing.js before the application.
Current issue, we're experiencing a 504 gateway errors on a majority of our requests, if we disable the tracing.js process we're still experiencing issues unless we comment out all the required packages.
Any advice moving forwards? Thanks!
Our tracing.js file:
Beta Was this translation helpful? Give feedback.
All reactions