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
Seeing the visualizations in discussion #1453, we have plenty of spans related to instrumentation-fs which is called because the node process is loading up files for the first time. We should disable this instrumentation library completely to prevent the spans from being created and producing unnecessary noise on application startup.
The text was updated successfully, but these errors were encountered:
After investigating, we are getting an fs-stat and fs-open span for several of the GET calls for frontend resources, which were all called because we now load the app using a playwright load generator instead of just hitting the API calls directly like before. This is instrumentation noise that may be better to be left off. I'm going to submit a PR disabling the instrumentation-fs library.
Seeing the visualizations in discussion #1453, we have plenty of spans related to
instrumentation-fs
which is called because the node process is loading up files for the first time. We should disable this instrumentation library completely to prevent the spans from being created and producing unnecessary noise on application startup.The text was updated successfully, but these errors were encountered: