[frontend] - disable fs instrumentation library #1473
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Fixes #1468
The
instrumentaion-fs
library was generating 2 spans for nearly every GET request into the frontend. Since we now use a playwright enabled loadgenerator, this was happening for every resource being loaded, leading to a much larger load and additional noise being generated. Disabling the library removes that noise.This chart is a count of spans for the frontend service by name before and after the change in this PR was deployed.
![Screenshot 2024-03-20 at 4 58 32 PM](https://private-user-images.githubusercontent.com/1296118/314677084-833d1239-24c1-40a6-9bf1-fec57eb36ad9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTA4NTksIm5iZiI6MTczOTI1MDU1OSwicGF0aCI6Ii8xMjk2MTE4LzMxNDY3NzA4NC04MzNkMTIzOS0yNGMxLTQwYTYtOWJmMS1mZWM1N2ViMzZhZDkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMDUwOTE5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YWE4MGRlNDMwZDE0YmVhMzkxOTU4M2YwMTBmZTVmMGM1OTI2ZThhZThmNTZjYTcwYjllZTI1NjAyMDY1M2JmOCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.zLdP5VjhYNRDRHIyce7g_wP7fQvEJlAQ3Rm35jgstN8)
Merge Requirements
For new features contributions please make sure you have completed the following
essential items:
CHANGELOG.md
updated to document new feature additionsMaintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.