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
In one scenario, OpenTelemetry is used in the express framework middleware, and multiple NodeTracerProvider instances are generated according to actual conditions. In the finish callback of res, the instances are destroyed by setting nodeProvider to null. But node service memory is not actually freed
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In one scenario, OpenTelemetry is used in the express framework middleware, and multiple NodeTracerProvider instances are generated according to actual conditions. In the finish callback of res, the instances are destroyed by setting nodeProvider to null. But node service memory is not actually freed
Beta Was this translation helpful? Give feedback.
All reactions